Update to 0.0.3

This commit is contained in:
Günther Deschner 2012-11-07 11:36:43 +01:00
parent 2c2bd2738e
commit 1541fbd584
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/gssproxy-0.0.2.tar.gz /gssproxy-0.0.2.tar.gz
/gssproxy-0.0.3.tar.gz

View File

@ -1,6 +1,6 @@
Name: gssproxy Name: gssproxy
Version: 0.0.2 Version: 0.0.3
Release: 6%{?dist} Release: 7%{?dist}
Summary: GSSAPI Proxy Summary: GSSAPI Proxy
Group: System Environment/Libraries Group: System Environment/Libraries
@ -62,6 +62,7 @@ install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy
install -d -m755 %{buildroot}%{_unitdir} install -d -m755 %{buildroot}%{_unitdir}
install -m644 examples/gssproxy-example.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf install -m644 examples/gssproxy-example.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf
install -m644 systemd/gssproxy.service %{buildroot}%{_unitdir}/gssproxy.service install -m644 systemd/gssproxy.service %{buildroot}%{_unitdir}/gssproxy.service
rm -f %{buildroot}%{_libdir}/gssproxy/proxymech.la
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -78,6 +79,7 @@ rm -rf %{buildroot}
%attr(0600,root,root) %config(noreplace) %{pubconfpath}/gssproxy.conf %attr(0600,root,root) %config(noreplace) %{pubconfpath}/gssproxy.conf
%{_mandir}/man5/gssproxy.conf.5* %{_mandir}/man5/gssproxy.conf.5*
%{_mandir}/man8/gssproxy.8* %{_mandir}/man8/gssproxy.8*
%{_libdir}/gssproxy/proxymech.so
%post %post
%systemd_post gssproxy.service %systemd_post gssproxy.service
@ -89,6 +91,9 @@ rm -rf %{buildroot}
%systemd_postun_with_restart gssproxy.service %systemd_postun_with_restart gssproxy.service
%changelog %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 * Wed Aug 22 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.2-6
- Use new systemd-rpm macros - Use new systemd-rpm macros
- resolves: #850139 - resolves: #850139

View File

@ -1 +1 @@
6e7ea9c7e5d3c167e42599462c75fbd0 gssproxy-0.0.2.tar.gz 47d4aae564caa2fadece6c41c753ce9f gssproxy-0.0.3.tar.gz