Off-by-one error fix in selinux-policy version

This commit is contained in:
Robbie Harwood 2017-10-02 18:11:12 +00:00
parent d5058ca13d
commit 02648264ab

View File

@ -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 <rharwood@redhat.com> - 0.7.0-21
- Off-by-one error fix in selinux-policy version
* Mon Oct 02 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-20
- Change selinux-policy versioning to Conflicts