Update to new 0.2.0 release
This commit is contained in:
parent
bdda9198d9
commit
b6f2b08133
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/gssproxy-0.0.3.tar.gz
|
/gssproxy-0.0.3.tar.gz
|
||||||
/gssproxy-0.1.0.tar.gz
|
/gssproxy-0.1.0.tar.gz
|
||||||
/gssproxy-0.1.1.tar.gz
|
/gssproxy-0.1.1.tar.gz
|
||||||
|
/gssproxy-0.2.0.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: gssproxy
|
Name: gssproxy
|
||||||
Version: 0.1.1
|
Version: 0.2.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: GSSAPI Proxy
|
Summary: GSSAPI Proxy
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|||||||
%global servicename gssproxy
|
%global servicename gssproxy
|
||||||
%global pubconfpath %{_sysconfdir}/gssproxy
|
%global pubconfpath %{_sysconfdir}/gssproxy
|
||||||
|
|
||||||
Requires: krb5-libs >= 1.11
|
Requires: krb5-libs >= 1.11.2
|
||||||
Requires: keyutils-libs
|
Requires: keyutils-libs
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
@ -30,7 +30,7 @@ BuildRequires: docbook-style-xsl
|
|||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel >= 1.11.2
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: keyutils-libs-devel
|
BuildRequires: keyutils-libs-devel
|
||||||
BuildRequires: libini_config-devel >= 1.0.0.1
|
BuildRequires: libini_config-devel >= 1.0.0.1
|
||||||
@ -61,7 +61,8 @@ rm -rf %{buildroot}
|
|||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy
|
install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy
|
||||||
install -d -m755 %{buildroot}%{_unitdir}
|
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
|
install -m644 systemd/gssproxy.service %{buildroot}%{_unitdir}/gssproxy.service
|
||||||
rm -f %{buildroot}%{_libdir}/gssproxy/proxymech.la
|
rm -f %{buildroot}%{_libdir}/gssproxy/proxymech.la
|
||||||
|
|
||||||
@ -76,9 +77,11 @@ rm -rf %{buildroot}
|
|||||||
%{_sbindir}/gssproxy
|
%{_sbindir}/gssproxy
|
||||||
%attr(0755,root,root) %dir %{pubconfpath}
|
%attr(0755,root,root) %dir %{pubconfpath}
|
||||||
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
|
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
|
||||||
|
%attr(0644,root,root) %config(noreplace) /%{_sysconfdir}/gss/mech
|
||||||
%{_libdir}/gssproxy/proxymech.so
|
%{_libdir}/gssproxy/proxymech.so
|
||||||
%{_mandir}/man5/gssproxy.conf.5*
|
%{_mandir}/man5/gssproxy.conf.5*
|
||||||
%{_mandir}/man8/gssproxy.8*
|
%{_mandir}/man8/gssproxy.8*
|
||||||
|
%{_mandir}/man8/gssproxy-mech.8*
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post gssproxy.service
|
%systemd_post gssproxy.service
|
||||||
@ -90,6 +93,9 @@ rm -rf %{buildroot}
|
|||||||
%systemd_postun_with_restart gssproxy.service
|
%systemd_postun_with_restart gssproxy.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 24 2013 Guenther Deschner <gdeschner@redhat.com> 0.2.0-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Mon Apr 01 2013 Simo Sorce <simo@redhat.com> - 0.1.0-0
|
* Mon Apr 01 2013 Simo Sorce <simo@redhat.com> - 0.1.0-0
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user