Bug 1552976
Summary: | nfs-utils has a scriptlet failure in install env | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kevin Fenzi <kevin> |
Component: | nfs-utils | Assignee: | Steve Dickson <steved> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | bfields, jlayton, kevin, steved |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | nfs-utils-2.3.1-7.rc1.fc28 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-04-15 02:40:10 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Kevin Fenzi
2018-03-08 00:50:39 UTC
In the spec file there is a '%{?systemd_requires}' which I thought requires systemd to be installed. How you getting around that? This is in the installer when it's creating release images. ie, see: https://koji.fedoraproject.org/koji/taskinfo?taskID=26117283 Then look at root.log: https://kojipkgs.fedoraproject.org//work/tasks/7283/26117283/root.log DEBUG util.py:439: Running in chroot, ignoring request: try-restart DEBUG util.py:439: Running in chroot, ignoring request: try-restart DEBUG util.py:439: Installed: nfs-utils-1:2.3.1-5.rc1.fc28.armv7hl try-restart makes no sense in this context. The "system" is a chroot, it's not booted so you cannot talk to systemd and restarting something in it would make no sense. If you really do need to try and restart that service in other cases, the best thing here would likely be to just add: "|| :" to the end of the command so it doesn't ever exit 1, ie: systemctl try-restart gssproxy || : nfs-utils-2.3.1-6.rc1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-3d22839756 nfs-utils-2.3.1-6.rc1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-3d22839756 nfs-utils-2.3.1-7.rc1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-5f49d4050a nfs-utils-2.3.1-7.rc1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-5f49d4050a nfs-utils-2.3.1-7.rc1.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. |