Hello community,

here is the log from the commit of package quotatool for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:49:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/quotatool (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.quotatool.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quotatool"

Wed Feb 19 18:49:19 2020 rev:12 rq:777321 version:1.6.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/quotatool/quotatool.changes    2020-01-15 
15:55:32.075669823 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.quotatool.new.26092/quotatool.changes 
2020-02-19 18:49:19.987070926 +0100
@@ -1,0 +2,5 @@
+Tue Mar  5 14:32:50 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Modernise spec file
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ quotatool.spec ++++++
--- /var/tmp/diff_new_pack.N2Tfba/_old  2020-02-19 18:49:20.411071377 +0100
+++ /var/tmp/diff_new_pack.N2Tfba/_new  2020-02-19 18:49:20.415071381 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package quotatool
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,11 +20,10 @@
 Version:        1.6.2
 Release:        0
 Summary:        A utility for setting and manipulating filesystem quotas from 
the command line
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          System/Filesystems
-Url:            http://quotatool.ekenberg.se
+URL:            http://quotatool.ekenberg.se
 Source0:        
https://github.com/ekenberg/quotatool/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 quotatool is a utility for setting and manipulating filesystem quotas from
@@ -39,13 +38,15 @@
 make %{?_smp_mflags}
 
 %install
-install -D -m 0755 quotatool       %{buildroot}%{_sbindir}/quotatool
-install -D -m 0644 man/quotatool.8 %{buildroot}%{_mandir}/man8/quotatool.8
+install -Dpm 0755 quotatool \
+  %{buildroot}%{_sbindir}/quotatool
+install -Dpm 0644 man/quotatool.8 \
+  %{buildroot}%{_mandir}/man8/quotatool.8
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog README TODO
+%license COPYING
+%doc AUTHORS ChangeLog README TODO
 %{_sbindir}/quotatool
-%{_mandir}/man8/quotatool.8%{ext_man}
+%{_mandir}/man8/quotatool.8%{?ext_man}
 
 %changelog


Reply via email to