Update to 0.0.3
This commit is contained in:
parent
2c2bd2738e
commit
1541fbd584
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/gssproxy-0.0.2.tar.gz
|
||||
/gssproxy-0.0.3.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: gssproxy
|
||||
Version: 0.0.2
|
||||
Release: 6%{?dist}
|
||||
Version: 0.0.3
|
||||
Release: 7%{?dist}
|
||||
Summary: GSSAPI Proxy
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -62,6 +62,7 @@ install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy
|
||||
install -d -m755 %{buildroot}%{_unitdir}
|
||||
install -m644 examples/gssproxy-example.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf
|
||||
install -m644 systemd/gssproxy.service %{buildroot}%{_unitdir}/gssproxy.service
|
||||
rm -f %{buildroot}%{_libdir}/gssproxy/proxymech.la
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
@ -78,6 +79,7 @@ rm -rf %{buildroot}
|
||||
%attr(0600,root,root) %config(noreplace) %{pubconfpath}/gssproxy.conf
|
||||
%{_mandir}/man5/gssproxy.conf.5*
|
||||
%{_mandir}/man8/gssproxy.8*
|
||||
%{_libdir}/gssproxy/proxymech.so
|
||||
|
||||
%post
|
||||
%systemd_post gssproxy.service
|
||||
@ -89,6 +91,9 @@ rm -rf %{buildroot}
|
||||
%systemd_postun_with_restart gssproxy.service
|
||||
|
||||
%changelog
|
||||
* Tue Nov 06 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.3-7
|
||||
- Update to 0.0.3
|
||||
|
||||
* Wed Aug 22 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.2-6
|
||||
- Use new systemd-rpm macros
|
||||
- resolves: #850139
|
||||
|
Loading…
Reference in New Issue
Block a user