Allon Mureinik has uploaded a new change for review. Change subject: spec: Clean up fedora >= 23 conditions ......................................................................
spec: Clean up fedora >= 23 conditions As Fedora 22 is End of Life [1], any Fedora we support would be 23 or newer, so there's no reason to have these extra conditions that just bloat up the code. [1] https://fedoraproject.org/wiki/End_of_life Change-Id: If82539077caf7ba167503ad89971696d0447f3ef Signed-off-by: Allon Mureinik <[email protected]> --- M vdsm.spec.in 1 file changed, 4 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/60/61060/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 062234b..7015b56 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -193,10 +193,8 @@ %if 0%{?rhel} Requires: device-mapper-multipath >= 0.4.9-84.el7 -%endif #rhel - -%if 0%{?fedora} >= 23 -Requires: device-mapper-multipath >= 0.4.9-80.fc23 +%else # fedora +Requires: device-mapper-multipath >= 0.4.9-80 %endif %if 0%{?rhel} @@ -215,9 +213,9 @@ Requires: python >= 2.7.3 Requires: initscripts >= 9.42.2-1 Requires: e2fsprogs >= 1.41.14 -%if 0%{?fedora} >= 23 +%if 0%{?fedora} Requires: policycoreutils-python-utils -%endif # fedora 23 +%endif # fedora Requires: policycoreutils-python Requires: sed >= 4.2.1-10 Requires: ed -- To view, visit https://gerrit.ovirt.org/61060 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If82539077caf7ba167503ad89971696d0447f3ef Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
