Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-tune for openSUSE:Factory 
checked in at 2021-04-23 17:50:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-tune (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-tune.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-tune"

Fri Apr 23 17:50:22 2021 rev:69 rq:887195 version:4.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-tune/yast2-tune.changes    2020-12-21 
12:34:48.666884021 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-tune.new.12324/yast2-tune.changes 
2021-04-23 17:50:29.646780606 +0200
@@ -1,0 +2,13 @@
+Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <[email protected]>
+
+- stop packaging docdir, it only contained the license which
+  is now in licensedir (bsc#1184897)
+- spec file cleanups
+- 4.4.1
+
+-------------------------------------------------------------------
+Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <[email protected]>
+
+- 4.4.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-tune-4.3.1.tar.bz2

New:
----
  yast2-tune-4.4.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-tune.spec ++++++
--- /var/tmp/diff_new_pack.SjQTPL/_old  2021-04-23 17:50:30.130781438 +0200
+++ /var/tmp/diff_new_pack.SjQTPL/_new  2021-04-23 17:50:30.130781438 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-tune
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,17 @@
 
 
 Name:           yast2-tune
-Version:        4.3.1
+Version:        4.4.1
 Release:        0
 Summary:        YaST2 - Hardware Tuning
 License:        GPL-2.0-or-later
 Group:          System/YaST
 URL:            https://github.com/yast/yast-tune
-
 Source0:        %{name}-%{version}.tar.bz2
-
 BuildRequires:  update-desktop-files
 # CFA::SysctlConfig
 BuildRequires:  yast2 >= 4.2.67
-BuildRequires:  yast2-devtools >= 4.2.2
-
+BuildRequires:  yast2-devtools >= 4.4.0
 # # CFA::SysctlConfig
 Requires:       yast2 >= 4.2.67
 Requires:       yast2-bootloader
@@ -51,11 +48,12 @@
 
 %post
 # rename the config file to the new modprobe schema
-if test -e /etc/modprobe.d/newid; then
-    mv -f /etc/modprobe.d/newid /etc/modprobe.d/50-newid.conf
+if test -e %{_sysconfdir}/modprobe.d/newid; then
+    mv -f %{_sysconfdir}/modprobe.d/newid 
%{_sysconfdir}/modprobe.d/50-newid.conf
 fi
 
 %files
+%license COPYING
 %{yast_yncludedir}
 %{yast_clientdir}
 %{yast_desktopdir}
@@ -64,7 +62,5 @@
 %{yast_libdir}
 %{yast_scrconfdir}
 %{yast_icondir}
-%doc %{yast_docdir}
-%license COPYING
 
 %changelog

++++++ yast2-tune-4.3.1.tar.bz2 -> yast2-tune-4.4.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tune-4.3.1/.coveralls.yml 
new/yast2-tune-4.4.1/.coveralls.yml
--- old/yast2-tune-4.3.1/.coveralls.yml 2020-12-17 18:50:19.000000000 +0100
+++ new/yast2-tune-4.4.1/.coveralls.yml 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-service_name: travis-ci
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tune-4.3.1/package/yast2-tune.changes 
new/yast2-tune-4.4.1/package/yast2-tune.changes
--- old/yast2-tune-4.3.1/package/yast2-tune.changes     2020-12-17 
18:50:19.000000000 +0100
+++ new/yast2-tune-4.4.1/package/yast2-tune.changes     2021-04-21 
09:09:09.000000000 +0200
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <[email protected]>
+
+- stop packaging docdir, it only contained the license which
+  is now in licensedir (bsc#1184897)
+- spec file cleanups
+- 4.4.1
+
+-------------------------------------------------------------------
+Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <[email protected]>
+
+- 4.4.0
+
+-------------------------------------------------------------------
 Thu Dec 17 16:04:32 UTC 2020 - Steffen Winterfeldt <[email protected]>
 
 - remove elevator settings (bsc#1178797)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tune-4.3.1/package/yast2-tune.spec 
new/yast2-tune-4.4.1/package/yast2-tune.spec
--- old/yast2-tune-4.3.1/package/yast2-tune.spec        2020-12-17 
18:50:19.000000000 +0100
+++ new/yast2-tune-4.4.1/package/yast2-tune.spec        2021-04-21 
09:09:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-tune
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,17 @@
 
 
 Name:           yast2-tune
-Version:        4.3.1
+Version:        4.4.1
 Release:        0
 Summary:        YaST2 - Hardware Tuning
 License:        GPL-2.0-or-later
 Group:          System/YaST
-Url:            https://github.com/yast/yast-tune
-
+URL:            https://github.com/yast/yast-tune
 Source0:        %{name}-%{version}.tar.bz2
-
 BuildRequires:  update-desktop-files
 # CFA::SysctlConfig
 BuildRequires:  yast2 >= 4.2.67
-BuildRequires:  yast2-devtools >= 4.2.2
-
+BuildRequires:  yast2-devtools >= 4.4.0
 # # CFA::SysctlConfig
 Requires:       yast2 >= 4.2.67
 Requires:       yast2-bootloader
@@ -51,11 +48,12 @@
 
 %post
 # rename the config file to the new modprobe schema
-if test -e /etc/modprobe.d/newid; then
-    mv -f /etc/modprobe.d/newid /etc/modprobe.d/50-newid.conf
+if test -e %{_sysconfdir}/modprobe.d/newid; then
+    mv -f %{_sysconfdir}/modprobe.d/newid 
%{_sysconfdir}/modprobe.d/50-newid.conf
 fi
 
 %files
+%license COPYING
 %{yast_yncludedir}
 %{yast_clientdir}
 %{yast_desktopdir}
@@ -64,7 +62,5 @@
 %{yast_libdir}
 %{yast_scrconfdir}
 %{yast_icondir}
-%doc %{yast_docdir}
-%license COPYING
 
 %changelog

Reply via email to