diff --git a/gssproxy.spec b/gssproxy.spec index f2be548..d860634 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -1,6 +1,6 @@ Name: gssproxy Version: 0.7.0 -Release: 20%{?dist} +Release: 21%{?dist} Summary: GSSAPI Proxy Group: System Environment/Libraries @@ -48,7 +48,7 @@ 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 +Conflicts: selinux-policy < 3.13.1-283.5 ### Build Dependencies ### BuildRequires: autoconf @@ -132,6 +132,9 @@ rm -rf %{buildroot} %systemd_postun_with_restart gssproxy.service %changelog +* Mon Oct 02 2017 Robbie Harwood - 0.7.0-21 +- Off-by-one error fix in selinux-policy version + * Mon Oct 02 2017 Robbie Harwood - 0.7.0-20 - Change selinux-policy versioning to Conflicts