diff --git a/utempter.changes b/utempter.changes index 6fc5332..0a4fb17 100644 --- a/utempter.changes +++ b/utempter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 23 08:35:22 UTC 2018 - fvogt@suse.com + +- Use %license (boo#1082318) + ------------------------------------------------------------------- Wed Sep 13 19:43:32 UTC 2017 - schwab@linux-m68k.org diff --git a/utempter.spec b/utempter.spec index 9731622..d1c106a 100644 --- a/utempter.spec +++ b/utempter.spec @@ -1,7 +1,7 @@ # # spec file for package utempter # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -85,7 +85,7 @@ chmod 755 $DESTDIR%{_libdir}/libutempter.so* %files -n %{lname} %defattr(644,root,root,755) -%doc COPYING +%license COPYING %dir %{_libexecdir}/utempter %attr(02755, root, %{utmpGroup}) %{_libexecdir}/utempter/utempter %attr(755,root,root) %{_libdir}/libutempter.so.* @@ -93,7 +93,7 @@ chmod 755 $DESTDIR%{_libdir}/libutempter.so* %files devel %defattr(-,root,root) -%doc COPYING +%license COPYING %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libutempter.so %attr(644,root,root) %{_includedir}/utempter.h