More specfile fixes, partly from Andreas Schneider <asn@redhat.com>.
Guenther
This commit is contained in:
parent
107256de2d
commit
3904a08978
@ -1,6 +1,6 @@
|
|||||||
Name: gssproxy
|
Name: gssproxy
|
||||||
Version: 0.0.2
|
Version: 0.0.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: GSSAPI Proxy
|
Summary: GSSAPI Proxy
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -37,7 +37,7 @@ BuildRequires: systemd-units
|
|||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A proxy for GSSAPI credential handling
|
A proxy for GSSAPI credential handling.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -69,13 +69,13 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%doc COPYING
|
||||||
%{_unitdir}/gssproxy.service
|
%{_unitdir}/gssproxy.service
|
||||||
%{_sbindir}/gssproxy
|
%{_sbindir}/gssproxy
|
||||||
%dir %{gsspstatedir}
|
%dir %{gsspstatedir}
|
||||||
%attr(755,root,root) %dir %{pipepath}
|
%attr(755,root,root) %dir %{pipepath}
|
||||||
%attr(755,root,root) %dir %{pubconfpath}
|
%attr(0755,root,root) %dir %{pubconfpath}
|
||||||
%attr(700,root,root) %dir /%{_sysconfdir}/gssproxy
|
%attr(0600,root,root) %config(noreplace) %{pubconfpath}/gssproxy.conf
|
||||||
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
|
|
||||||
%{_mandir}/man5/gssproxy.conf.5*
|
%{_mandir}/man5/gssproxy.conf.5*
|
||||||
%{_mandir}/man8/gssproxy.8*
|
%{_mandir}/man8/gssproxy.8*
|
||||||
|
|
||||||
@ -100,6 +100,9 @@ if [ $1 -ge 1 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 16 2012 Guenther Deschner <gdeschner@redhat.com> 0.0.2-4
|
||||||
- Fix systemd service file
|
- Fix systemd service file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user