Dominique Leuenberger 2018-03-26 09:57:39 +00:00 committed by Git OBS Bridge
commit f5d958c168
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