Hello community,

here is the log from the commit of package quotatool for openSUSE:Factory 
checked in at 2019-03-06 15:48:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quotatool (Old)
 and      /work/SRC/openSUSE:Factory/.quotatool.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quotatool"

Wed Mar  6 15:48:35 2019 rev:2 rq:681760 version:1.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/quotatool/quotatool.changes      2016-05-12 
09:33:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.quotatool.new.28833/quotatool.changes   
2019-03-06 15:48:42.140429909 +0100
@@ -1,0 +2,5 @@
+Tue Mar  5 14:32:50 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Modernise spec file
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ quotatool.spec ++++++
--- /var/tmp/diff_new_pack.Gw1eCR/_old  2019-03-06 15:48:43.376429581 +0100
+++ /var/tmp/diff_new_pack.Gw1eCR/_new  2019-03-06 15:48:43.380429580 +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