Change selinux-policy versioning to Conflicts
This commit is contained in:
parent
30d0ef9491
commit
d5058ca13d
@ -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 <rharwood@redhat.com> - 0.7.0-20
|
||||
- Change selinux-policy versioning to Conflicts
|
||||
|
||||
* Fri Sep 29 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-19
|
||||
- Add explicit selinux-policy dependency after some fixes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user