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