[gssproxy/f19] Update to new 0.2.0 release

Guenther Deschner gd at fedoraproject.org
Wed Apr 24 11:09:05 UTC 2013


commit 1b4b4bae2d64c9e71e85ba93b0b8d23308e4091c
Author: Günther Deschner <gdeschner at redhat.com>
Date:   Wed Apr 24 13:03:25 2013 +0200

    Update to new 0.2.0 release

 .gitignore    |    1 +
 gssproxy.spec |   14 ++++++++++----
 sources       |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 701f902..a0fefc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /gssproxy-0.0.3.tar.gz
 /gssproxy-0.1.0.tar.gz
 /gssproxy-0.1.1.tar.gz
+/gssproxy-0.2.0.tar.gz
diff --git a/gssproxy.spec b/gssproxy.spec
index 2b5cfe1..afa5156 100644
--- a/gssproxy.spec
+++ b/gssproxy.spec
@@ -1,5 +1,5 @@
 Name:		gssproxy
-Version:	0.1.1
+Version:	0.2.0
 Release:	1%{?dist}
 Summary:	GSSAPI Proxy
 
@@ -12,7 +12,7 @@ BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 %global servicename gssproxy
 %global pubconfpath %{_sysconfdir}/gssproxy
 
-Requires: krb5-libs >= 1.11
+Requires: krb5-libs >= 1.11.2
 Requires: keyutils-libs
 Requires(post): systemd-units
 Requires(preun): systemd-units
@@ -30,7 +30,7 @@ BuildRequires: docbook-style-xsl
 BuildRequires: doxygen
 BuildRequires: gettext-devel
 BuildRequires: pkgconfig
-BuildRequires: krb5-devel
+BuildRequires: krb5-devel >= 1.11.2
 BuildRequires: libselinux-devel
 BuildRequires: keyutils-libs-devel
 BuildRequires: libini_config-devel >= 1.0.0.1
@@ -61,7 +61,8 @@ rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy
 install -d -m755 %{buildroot}%{_unitdir}
-install -m644 examples/gssproxy-example.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf
+install -m644 examples/gssproxy.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf
+install -m644 examples/mech %{buildroot}%{_sysconfdir}/gss/mech
 install -m644 systemd/gssproxy.service %{buildroot}%{_unitdir}/gssproxy.service
 rm -f %{buildroot}%{_libdir}/gssproxy/proxymech.la
 
@@ -76,9 +77,11 @@ rm -rf %{buildroot}
 %{_sbindir}/gssproxy
 %attr(0755,root,root) %dir %{pubconfpath}
 %attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
+%attr(0644,root,root) %config(noreplace) /%{_sysconfdir}/gss/mech
 %{_libdir}/gssproxy/proxymech.so
 %{_mandir}/man5/gssproxy.conf.5*
 %{_mandir}/man8/gssproxy.8*
+%{_mandir}/man8/gssproxy-mech.8*
 
 %post
 %systemd_post gssproxy.service
@@ -90,6 +93,9 @@ rm -rf %{buildroot}
 %systemd_postun_with_restart gssproxy.service
 
 %changelog
+* Wed Apr 24 2013 Guenther Deschner <gdeschner at redhat.com> 0.2.0-1
+- New upstream release
+
 * Mon Apr 01 2013 Simo Sorce <simo at redhat.com> - 0.1.0-0
 - New upstream release
 
diff --git a/sources b/sources
index 9f3634d..2080317 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a0e176b620a21a2ae1aa50632add2f7b  gssproxy-0.1.1.tar.gz
+21e5e762e3cf77c3c1f31c0400363d26  gssproxy-0.2.0.tar.gz


More information about the scm-commits mailing list