From d5058ca13d7661ba68a92151fe3a77c30b6a26c8 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Mon, 2 Oct 2017 17:54:41 +0000 Subject: [PATCH] Change selinux-policy versioning to Conflicts --- gssproxy.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/gssproxy.spec b/gssproxy.spec index 5279e39..f2be548 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -1,6 +1,6 @@ Name: gssproxy Version: 0.7.0 -Release: 19%{?dist} +Release: 20%{?dist} Summary: GSSAPI Proxy Group: System Environment/Libraries @@ -41,11 +41,15 @@ Requires: krb5-libs >= 1.12.0 Requires: keyutils-libs Requires: libverto-module-base Requires: libini_config -Requires: selinux-policy >= 3.13.1-283.5 Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units +# We use a Conflicts: here so as not to interfere with users who make +# their own policy. The version is the last time someone has filed a +# bug about gssproxy being broken with selinux. +Conflicts: selinux-policy <= 3.13.1-283.5 + ### Build Dependencies ### BuildRequires: autoconf BuildRequires: automake @@ -128,6 +132,9 @@ rm -rf %{buildroot} %systemd_postun_with_restart gssproxy.service %changelog +* Mon Oct 02 2017 Robbie Harwood - 0.7.0-20 +- Change selinux-policy versioning to Conflicts + * Fri Sep 29 2017 Robbie Harwood - 0.7.0-19 - Add explicit selinux-policy dependency after some fixes