Hello community, here is the log from the commit of package wol for openSUSE:Factory checked in at 2018-03-13 10:22:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wol (Old) and /work/SRC/openSUSE:Factory/.wol.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wol" Tue Mar 13 10:22:35 2018 rev:20 rq:585197 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wol/wol.changes 2017-11-16 13:56:36.475205144 +0100 +++ /work/SRC/openSUSE:Factory/.wol.new/wol.changes 2018-03-13 10:22:37.644803824 +0100 @@ -1,0 +2,6 @@ +Sat Mar 10 02:06:37 UTC 2018 - [email protected] + +- Refresh spec-file via spec-cleaner. +- Add %license macro. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wol.spec ++++++ --- /var/tmp/diff_new_pack.ly69BH/_old 2018-03-13 10:22:38.528772155 +0100 +++ /var/tmp/diff_new_pack.ly69BH/_new 2018-03-13 10:22:38.532772011 +0100 @@ -1,7 +1,7 @@ # # spec file for package wol # -# 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 @@ -19,13 +19,13 @@ Version: 0.7.1 Release: 0 Summary: Wake On Lan client -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/Boot/Utilities URL: https://sourceforge.net/projects/wake-on-lan Source0: %{name}-%{version}.tar.gz Source1: %{name}.rules Requires(post): %{install_info_prereq} -Requires(preun):%{install_info_prereq} +Requires(preun): %{install_info_prereq} %description The Wake On Lan client wakes up magic packet compliant machines such as @@ -64,12 +64,15 @@ %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} %files -%{_bindir}/%{name}* -%{_infodir}/%{name}.info%{ext_info} +%defattr(0644,root,root,-) +%license COPYING +%doc ABOUT-NLS AUTHORS ChangeLog NEWS README TODO +%attr(0755,root,root) %{_bindir}/%{name}* +%{_infodir}/%{name}.info%{?ext_info} %{_mandir}/man?/%{name}.?%{ext_man} -%doc ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README TODO %files udev-rules +%defattr(0644,root,root,-) %dir %{_udevrulesdir} %{_udevrulesdir}/90-%{name}.rules
