Adjust libverto dependency to not use a specific backend
Resolves: #1379812
This commit is contained in:
parent
5f6a56fa78
commit
d59e9cc267
@ -1,6 +1,6 @@
|
|||||||
Name: gssproxy
|
Name: gssproxy
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: GSSAPI Proxy
|
Summary: GSSAPI Proxy
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -18,7 +18,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
Requires: krb5-libs >= 1.12.0
|
Requires: krb5-libs >= 1.12.0
|
||||||
Requires: keyutils-libs
|
Requires: keyutils-libs
|
||||||
Requires: libverto-tevent
|
Requires: libverto-module-base
|
||||||
Requires: libini_config
|
Requires: libini_config
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
@ -109,6 +109,10 @@ rm -rf %{buildroot}
|
|||||||
%systemd_postun_with_restart gssproxy.service
|
%systemd_postun_with_restart gssproxy.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 27 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.1-3
|
||||||
|
- Adjust libverto dependency to not use a specific backend
|
||||||
|
- Resolves: #1379812
|
||||||
|
|
||||||
* Tue Jun 14 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.1-2
|
* Tue Jun 14 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.1-2
|
||||||
- Own /var/lib/gssproxy/rcache
|
- Own /var/lib/gssproxy/rcache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user