Hello community, here is the log from the commit of package adjtimex for openSUSE:Factory checked in at 2019-09-20 14:43:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/adjtimex (Old) and /work/SRC/openSUSE:Factory/.adjtimex.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adjtimex" Fri Sep 20 14:43:42 2019 rev:6 rq:729446 version:1.29 Changes: -------- --- /work/SRC/openSUSE:Factory/adjtimex/adjtimex.changes 2014-06-05 10:49:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.adjtimex.new.7948/adjtimex.changes 2019-09-20 14:43:45.170995397 +0200 @@ -1,0 +2,5 @@ +Thu Aug 29 02:42:20 UTC 2019 - Martin Pluskal <[email protected]> + +- Modernise spec file a bit + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adjtimex.spec ++++++ --- /var/tmp/diff_new_pack.ax7zqh/_old 2019-09-20 14:43:46.322995167 +0200 +++ /var/tmp/diff_new_pack.ax7zqh/_new 2019-09-20 14:43:46.326995167 +0200 @@ -1,7 +1,7 @@ # # spec file for package adjtimex # -# Copyright (c) 2014 SUSE LINUX Products 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.29 Release: 0 Summary: Kernel time variables configuration utility -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Base Source: http://ftp.debian.org/debian/pool/main/a/adjtimex/%{name}_%{version}.orig.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Provides: util-linux:/usr/sbin/adjtimex +Provides: util-linux:%{_sbindir}/adjtimex %description This program gives you raw access to the kernel time variables. For @@ -37,21 +36,22 @@ estimation of drift rates. %prep -%setup -q +%autosetup %build %configure -make %{?_smp_mflags} +%make_build %install -install -d %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man8 -install adjtimex %{buildroot}%{_sbindir}/ -install -m0644 adjtimex.8 %{buildroot}%{_mandir}/man8/ +install -Dpm 0755 adjtimex \ + %{buildroot}%{_sbindir}/adjtimex +install -Dpm 0644 adjtimex.8 \ + %{buildroot}%{_mandir}/man8/adjtimex.8 %files -%defattr(-,root,root) -%doc COPYING COPYRIGHT +%license COPYING +%doc COPYRIGHT %{_sbindir}/adjtimex -%{_mandir}/man8/adjtimex.8* +%{_mandir}/man8/adjtimex.8%{?ext_man} %changelog
