Accepting request 588634 from home:kukuk:branches:security

- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/588634
OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=114
This commit is contained in:
Peter Simons 2018-03-19 14:34:22 +00:00 committed by Git OBS Bridge
parent c97be11e29
commit 255ec1fd73
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 19 15:32:07 CET 2018 - kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
-------------------------------------------------------------------
Sun Feb 18 20:27:41 UTC 2018 - avindra@opensuse.org

View File

@ -21,7 +21,7 @@ Name: haveged
Version: 1.9.2
Release: 0
Summary: Feed entropy into random pool
License: GPL-3.0
License: GPL-3.0-only
Group: System/Daemons
Url: http://www.issihosts.com/haveged/
Source0: http://www.issihosts.com/haveged/%{name}-%{version}.tar.gz
@ -137,7 +137,7 @@ install -m0755 %{SOURCE4} %{buildroot}%{_prefix}/lib/dracut/modules.d/98%{name}/
%postun -n libhavege1 -p /sbin/ldconfig
%files
%doc COPYING
%license COPYING
%{_sbindir}/rc%{name}
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8%{ext_man}
@ -149,7 +149,7 @@ install -m0755 %{SOURCE4} %{buildroot}%{_prefix}/lib/dracut/modules.d/98%{name}/
%{_prefix}/lib/dracut/modules.d/98%{name}/module-setup.sh
%files devel
%doc COPYING
%license COPYING
%{_mandir}/man3/libhavege.3%{ext_man}
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/havege.h
@ -157,7 +157,7 @@ install -m0755 %{SOURCE4} %{buildroot}%{_prefix}/lib/dracut/modules.d/98%{name}/
%{_libdir}/*.so
%files -n libhavege1
%doc COPYING
%license COPYING
%{_libdir}/*.so.*
%changelog