Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1770861 - redfish-finder fails to install in Fedora rawhide
Summary: redfish-finder fails to install in Fedora rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: redfish-finder
Version: 32
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Neil Horman
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F32FailsToInstall
TreeView+ depends on / blocked
 
Reported: 2019-11-11 12:12 UTC by Miro Hrončok
Modified: 2020-05-11 06:58 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-05-11 06:58:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Miro Hrončok 2019-11-11 12:12:13 UTC
redfish-finder-0.4-1.fc32.noarch fails to install in Fedora rawhide:

  nothing provides /usr/libexec/platform-python needed by redfish-finder-0.4-1.fc32.noarch

Comment 1 Tomas Orsava 2019-11-11 12:15:05 UTC
The shebang made it all the way to upstream: https://github.com/nhorman/redfish-finder/blob/master/redfish-finder

Comment 2 Tomas Orsava 2019-11-11 12:17:27 UTC
Relevant part of the specfile:

    %prep
    %setup -q -n %{name}-%{githash}


    %build
    #noop here

    %install
    install -D -p -m 0755 redfish-finder %{buildroot}/%{_bindir}/redfish-finder
    install -D -p -m 0644 redfish-finder.1 %{buildroot}/%{_mandir}/man1/redfish-finder.1
    install -D -p -m 0644 ./redfish-finder.service %{buildroot}/%{_unitdir}/redfish-finder.service

As with any other Python executable, the specfile should make sure to change the shebang for a Fedora compatible one. Using /usr/bin/pathfix.py, or perhaps sed, to set it to %{__python3}.

Comment 3 Ben Cotton 2020-02-11 17:46:28 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle.
Changing version to 32.

Comment 4 Igor Raits 2020-05-11 06:58:53 UTC
Hello,

Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (ignatenkobrain).

All subpackages of a package agaisnt which this bug was filled are now installable or removed from Fedora 32.

Thanks for taking care of it!


Note You need to log in before you can comment on or make changes to this bug.