parent
ea3404c5c1
commit
c6a65ffeab
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/gssproxy-0.4.0.tar.gz
|
||||
/gssproxy-0.4.1.tar.gz
|
||||
/gssproxy-0.5.0.tar.gz
|
||||
/gssproxy-0.5.1.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: gssproxy
|
||||
Version: 0.5.0
|
||||
Release: 5%{?dist}
|
||||
Version: 0.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: GSSAPI Proxy
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -14,7 +14,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
%global gpstatedir %{_localstatedir}/lib/gssproxy
|
||||
|
||||
### Patches ###
|
||||
Patch0: gssproxy-0.5.1-socket_permission_checking.patch
|
||||
|
||||
### Dependencies ###
|
||||
Requires: krb5-libs >= 1.12.0
|
||||
@ -53,7 +52,6 @@ A proxy for GSSAPI credential handling
|
||||
%setup -q
|
||||
|
||||
# patch
|
||||
%patch0 -p2 -b .socket_permission_checking
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
@ -109,6 +107,10 @@ rm -rf %{buildroot}
|
||||
%systemd_postun_with_restart gssproxy.service
|
||||
|
||||
%changelog
|
||||
* Mon Jun 13 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.1-1
|
||||
- Update to upstream release v0.5.1
|
||||
- Resolves: #1345871
|
||||
|
||||
* Tue Jun 07 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.0-5
|
||||
- Acquire new socket for fork/permission drops on clients
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user