New upstream release
This commit is contained in:
parent
8c598bcfba
commit
50753e3123
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user