Off-by-one error fix in selinux-policy version
This commit is contained in:
parent
d5058ca13d
commit
02648264ab
@ -1,6 +1,6 @@
|
|||||||
Name: gssproxy
|
Name: gssproxy
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 20%{?dist}
|
Release: 21%{?dist}
|
||||||
Summary: GSSAPI Proxy
|
Summary: GSSAPI Proxy
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
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
|
# 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
|
# their own policy. The version is the last time someone has filed a
|
||||||
# bug about gssproxy being broken with selinux.
|
# 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 ###
|
### Build Dependencies ###
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -132,6 +132,9 @@ rm -rf %{buildroot}
|
|||||||
%systemd_postun_with_restart gssproxy.service
|
%systemd_postun_with_restart gssproxy.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 02 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-20
|
||||||
- Change selinux-policy versioning to Conflicts
|
- Change selinux-policy versioning to Conflicts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user