forked from pool/freeradius-server
Accepting request 707189 from network
backport missing change from SLE - install license as %license instead of documentation OBS-URL: https://build.opensuse.org/request/show/707189 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeradius-server?expand=0&rev=78
This commit is contained in:
commit
bd91892569
@ -160,6 +160,11 @@ BUG FIXES
|
||||
* Fix rare occurance of bad xlat expansion.
|
||||
* Check for rare race condition when a proxy reply arrives too late.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 4 14:54:50 UTC 2018 - adam.majer@suse.de
|
||||
|
||||
- install license as %license instead of documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 26 18:24:21 UTC 2018 - michael@stroeder.com
|
||||
|
||||
|
@ -387,11 +387,13 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{unitname}.conf
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%doc doc/*
|
||||
%license LICENSE COPYRIGHT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
# doc
|
||||
%doc COPYRIGHT CREDITS LICENSE doc/ChangeLog
|
||||
%doc CREDITS doc/ChangeLog
|
||||
%license LICENSE COPYRIGHT
|
||||
# SUSE
|
||||
%config %{_sysconfdir}/pam.d/radiusd
|
||||
%config %{_sysconfdir}/logrotate.d/radiusd
|
||||
@ -702,6 +704,7 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{unitname}.conf
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root)
|
||||
%license LICENSE COPYRIGHT
|
||||
# RADIUS shared libs
|
||||
%attr(755,root,root) %dir %{_libdir}/freeradius
|
||||
%attr(755,root,root) %{_libdir}/freeradius/lib*.so*
|
||||
|
Loading…
Reference in New Issue
Block a user