Update to upstream release v0.5.1

Resolves: #1345871
This commit is contained in:
Robbie Harwood 2016-06-13 19:17:34 +00:00
parent ea3404c5c1
commit c6a65ffeab
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
66feb990fac0c3a51837d4f8daccacfd gssproxy-0.5.0.tar.gz
1d19da2c2fa4cd07d1200439019b7251 gssproxy-0.5.1.tar.gz