New upstream release

This commit is contained in:
Günther Deschner 2013-05-16 14:14:11 +02:00
parent 8c598bcfba
commit 50753e3123
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/gssproxy-0.1.1.tar.gz
/gssproxy-0.2.0.tar.gz
/gssproxy-0.2.1.tar.gz
/gssproxy-0.2.2.tar.gz

View File

@ -1,5 +1,5 @@
Name: gssproxy
Version: 0.2.1
Version: 0.2.2
Release: 2%{?dist}
Summary: GSSAPI Proxy
@ -51,16 +51,17 @@ A proxy for GSSAPI credential handling
%prep
%setup -q
%build
autoreconf -f -i
%configure \
--with-pubconf-path=%{pubconfpath} \
--with-init-dir=%{_initrddir} \
--disable-static \
--disable-rpath
--disable-rpath \
--with-gpp-default-behavior=REMOTE_FIRST
make %{?_smp_mflags} all
make test_proxymech
%install
rm -rf %{buildroot}
@ -101,6 +102,9 @@ rm -rf %{buildroot}
%systemd_postun_with_restart gssproxy.service
%changelog
* Thu May 16 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.2-2
- New upstream release
* Tue May 07 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.1-2
- New upstream release

View File

@ -1 +1 @@
fbdaba108a45ea50ed0f2ccc6b3b9795 gssproxy-0.2.1.tar.gz
b8e6111492380e629afb4f1518e160d9 gssproxy-0.2.2.tar.gz