From 1541fbd584ecdaefd782f69c851c786aa749f97b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Wed, 7 Nov 2012 11:36:43 +0100 Subject: [PATCH] Update to 0.0.3 --- .gitignore | 1 + gssproxy.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 37446e3..104b12b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /gssproxy-0.0.2.tar.gz +/gssproxy-0.0.3.tar.gz diff --git a/gssproxy.spec b/gssproxy.spec index 5842bf3..7bf993d 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -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 0.0.3-7 +- Update to 0.0.3 + * Wed Aug 22 2012 Guenther Deschner 0.0.2-6 - Use new systemd-rpm macros - resolves: #850139 diff --git a/sources b/sources index 203bf1c..cc43cdf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e7ea9c7e5d3c167e42599462c75fbd0 gssproxy-0.0.2.tar.gz +47d4aae564caa2fadece6c41c753ce9f gssproxy-0.0.3.tar.gz