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