Own the %{_libdir}/gssproxy dir, mark COPYING as %license
https://bugzilla.redhat.com/show_bug.cgi?id=1483291
This commit is contained in:
parent
bcc5c70964
commit
b9a828d680
@ -1,6 +1,6 @@
|
||||
Name: gssproxy
|
||||
Version: 0.7.0
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Summary: GSSAPI Proxy
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -91,7 +91,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%{_unitdir}/gssproxy.service
|
||||
%{_sbindir}/gssproxy
|
||||
%attr(755,root,root) %dir %{pubconfpath}
|
||||
@ -101,6 +101,7 @@ rm -rf %{buildroot}
|
||||
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
|
||||
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/99-nfs-client.conf
|
||||
%attr(0644,root,root) %config(noreplace) /%{_sysconfdir}/gss/mech.d/gssproxy.conf
|
||||
%dir %{_libdir}/gssproxy
|
||||
%{_libdir}/gssproxy/proxymech.so
|
||||
%{_mandir}/man5/gssproxy.conf.5*
|
||||
%{_mandir}/man8/gssproxy.8*
|
||||
@ -116,6 +117,10 @@ rm -rf %{buildroot}
|
||||
%systemd_postun_with_restart gssproxy.service
|
||||
|
||||
%changelog
|
||||
* Sun Aug 20 2017 Ville Skyttä <ville.skytta@iki.fi> - 0.7.0-13
|
||||
- Own the %%{_libdir}/gssproxy dir
|
||||
- Mark COPYING as %%license
|
||||
|
||||
* Mon Jul 31 2017 Robbie Harwood <rharwood@redhat.com> - 0.7.0-12
|
||||
- Add client ID to debug messages
|
||||
- Move packaging to autosetup
|
||||
|
Loading…
Reference in New Issue
Block a user