More specfile fixes, partly from Andreas Schneider <asn@redhat.com>.

Guenther
This commit is contained in:
Günther Deschner 2012-07-18 13:07:54 +02:00
parent 107256de2d
commit 3904a08978

View File

@ -1,6 +1,6 @@
Name: gssproxy
Version: 0.0.2
Release: 4%{?dist}
Release: 5%{?dist}
Summary: GSSAPI Proxy
Group: System Environment/Libraries
@ -37,7 +37,7 @@ BuildRequires: systemd-units
%description
A proxy for GSSAPI credential handling
A proxy for GSSAPI credential handling.
%prep
%setup -q
@ -69,13 +69,13 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc COPYING
%{_unitdir}/gssproxy.service
%{_sbindir}/gssproxy
%dir %{gsspstatedir}
%attr(755,root,root) %dir %{pipepath}
%attr(755,root,root) %dir %{pubconfpath}
%attr(700,root,root) %dir /%{_sysconfdir}/gssproxy
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
%attr(0755,root,root) %dir %{pubconfpath}
%attr(0600,root,root) %config(noreplace) %{pubconfpath}/gssproxy.conf
%{_mandir}/man5/gssproxy.conf.5*
%{_mandir}/man8/gssproxy.8*
@ -100,6 +100,9 @@ if [ $1 -ge 1 ] ; then
fi
%changelog
* Wed Jul 18 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.2-5
- More spec file fixes
* Mon Jul 16 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.2-4
- Fix systemd service file