Accepting request 580147 from Base:System

OBS-URL: https://build.opensuse.org/request/show/580147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/utempter?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2018-02-28 18:55:03 +00:00 committed by Git OBS Bridge
commit 71a857dbd8
2 changed files with 8 additions and 3 deletions

View File

@ -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 Wed Sep 13 19:43:32 UTC 2017 - schwab@linux-m68k.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package utempter # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -85,7 +85,7 @@ chmod 755 $DESTDIR%{_libdir}/libutempter.so*
%files -n %{lname} %files -n %{lname}
%defattr(644,root,root,755) %defattr(644,root,root,755)
%doc COPYING %license COPYING
%dir %{_libexecdir}/utempter %dir %{_libexecdir}/utempter
%attr(02755, root, %{utmpGroup}) %{_libexecdir}/utempter/utempter %attr(02755, root, %{utmpGroup}) %{_libexecdir}/utempter/utempter
%attr(755,root,root) %{_libdir}/libutempter.so.* %attr(755,root,root) %{_libdir}/libutempter.so.*
@ -93,7 +93,7 @@ chmod 755 $DESTDIR%{_libdir}/libutempter.so*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING %license COPYING
%defattr(644,root,root,755) %defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libutempter.so %attr(755,root,root) %{_libdir}/libutempter.so
%attr(644,root,root) %{_includedir}/utempter.h %attr(644,root,root) %{_includedir}/utempter.h