[gssproxy] Version 0.1.0

Simo Sorce simo at fedoraproject.org
Mon Apr 1 20:17:47 UTC 2013


commit 6e96be2de8b094aa2db8d1a3636cd5d5f5b48ae0
Author: Simo Sorce <simo at redhat.com>
Date:   Mon Apr 1 16:07:21 2013 -0400

    Version 0.1.0

 .gitignore               |    1 +
 gssproxy-packaging.patch |  483 ----------------------------------------------
 gssproxy.spec            |   30 ++--
 sources                  |    2 +-
 4 files changed, 18 insertions(+), 498 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 104b12b..bb9e07d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gssproxy-0.0.2.tar.gz
 /gssproxy-0.0.3.tar.gz
+/gssproxy-0.1.0.tar.gz
diff --git a/gssproxy.spec b/gssproxy.spec
index e8a5aef..9287cd1 100644
--- a/gssproxy.spec
+++ b/gssproxy.spec
@@ -1,6 +1,6 @@
 Name:		gssproxy
-Version:	0.0.3
-Release:	8%{?dist}
+Version:	0.1.0
+Release:	1%{?dist}
 Summary:	GSSAPI Proxy
 
 Group:		System Environment/Libraries
@@ -8,21 +8,18 @@ License:	MIT
 URL:		http://fedorahosted.org/gss-proxy
 Source0:	http://fedorahosted.org/released/gss-proxy/%{name}-%{version}.tar.gz
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Patch0:		gssproxy-packaging.patch
 
 %global servicename gssproxy
-%global gsspstatedir %{_localstatedir}/lib/gssproxy
-%global pipepath %{gsspstatedir}/pipes
 %global pubconfpath %{_sysconfdir}/gssproxy
 
-Requires: krb5-libs >= 1.10
+Requires: krb5-libs >= 1.11
+Requires: keyutils-libs
 Requires(post): systemd-units
 Requires(preun): systemd-units
 Requires(postun): systemd-units
 
 ### Build Dependencies ###
 
-BuildRequires: gettext-devel, krb5-devel, iniparser-devel, libverto-devel, popt-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -31,7 +28,14 @@ BuildRequires: libxslt
 BuildRequires: libxml2
 BuildRequires: docbook-style-xsl
 BuildRequires: doxygen
+BuildRequires: gettext-devel
 BuildRequires: pkgconfig
+BuildRequires: krb5-devel
+BuildRequires: libselinux-devel
+BuildRequires: keyutils-libs-devel
+BuildRequires: iniparser-devel
+BuildRequires: libverto-devel
+BuildRequires: popt-devel
 BuildRequires: findutils
 BuildRequires: systemd-units
 
@@ -42,12 +46,9 @@ A proxy for GSSAPI credential handling.
 %prep
 %setup -q
 
-%patch0 -p2 -b .packaging
-
 %build
 autoreconf -f -i
 %configure \
-    --with-pipe-path=%{pipepath} \
     --with-pubconf-path=%{pubconfpath} \
     --with-init-dir=%{_initrddir} \
     --disable-static \
@@ -73,13 +74,11 @@ rm -rf %{buildroot}
 %doc COPYING
 %{_unitdir}/gssproxy.service
 %{_sbindir}/gssproxy
-%dir %{gsspstatedir}
-%attr(755,root,root) %dir %{pipepath}
 %attr(0755,root,root) %dir %{pubconfpath}
-%attr(0600,root,root) %config(noreplace) %{pubconfpath}/gssproxy.conf
+%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
+%{_libdir}/gssproxy/proxymech.so
 %{_mandir}/man5/gssproxy.conf.5*
 %{_mandir}/man8/gssproxy.8*
-%{_libdir}/gssproxy/proxymech.so
 
 %post
 %systemd_post gssproxy.service
@@ -91,6 +90,9 @@ rm -rf %{buildroot}
 %systemd_postun_with_restart gssproxy.service
 
 %changelog
+* Mon Apr 01 2013 Simo Sorce <simo at redhat.com> - 0.1.0-0
+- New upstream release
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.3-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index cc43cdf..5187b78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47d4aae564caa2fadece6c41c753ce9f  gssproxy-0.0.3.tar.gz
+6655a58a306f9f75ea685716ca2c8cd9  gssproxy-0.1.0.tar.gz


More information about the scm-commits mailing list