Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package icewm-themes for openSUSE:Factory 
checked in at 2022-09-01 22:11:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icewm-themes (Old)
 and      /work/SRC/openSUSE:Factory/.icewm-themes.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icewm-themes"

Thu Sep  1 22:11:16 2022 rev:17 rq:1000529 version:0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/icewm-themes/icewm-themes.changes        
2017-11-10 14:59:06.176376669 +0100
+++ /work/SRC/openSUSE:Factory/.icewm-themes.new.2083/icewm-themes.changes      
2022-09-01 22:12:14.432419633 +0200
@@ -1,0 +2,12 @@
+Wed Aug 31 09:56:14 UTC 2022 - Dominique Leuenberger <[email protected]>
+
+- Fix rpmlint warnings and errors:
+  + Add prep and build sections: Even if some packages don't
+    directly need it, section markers may be overridden in rpm's
+    configuration to provide additional 'under the hood'
+    functionality.
+  + Do not package unused shell sctips (convert.sh and mklinks).
+  + Do not package backup file #default.theme#
+  + De-duplicate files using fdupes.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ icewm-themes.spec ++++++
--- /var/tmp/diff_new_pack.HxQWjt/_old  2022-09-01 22:12:14.888420880 +0200
+++ /var/tmp/diff_new_pack.HxQWjt/_new  2022-09-01 22:12:14.892420891 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package icewm-themes
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # 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/
 #
 
 
@@ -21,11 +21,12 @@
 Version:        0.1
 Release:        0
 Summary:        Themes for the IceWM Window Manager
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/GUI/Other
-Url:            http://icewm.themes.org/
+URL:            http://icewm.themes.org/
 Source:         icewm-themes.tar.bz2
 Requires:       icewm
+BuildRequires:  fdupes
 BuildArch:      noarch
 
 %description
@@ -33,6 +34,10 @@
 window manager. Most of them have been taken from the original 0.9.42
 themes package. Others have been taken from http://icewm.themes.org.
 
+%prep
+
+%build
+
 %install
 mkdir -p %{buildroot}%{ICEWMDIR}
 tar jxvf %{SOURCE0} -C %{buildroot}%{ICEWMDIR}
@@ -42,6 +47,13 @@
 # moved to main icewm as a default theme
 rm -rf %{buildroot}%{ICEWMDIR}/themes/Helix
 
+# cleanup for rpmlint issues detected
+%fdupes %{buildroot}%{ICEWMDIR}
+rm %{buildroot}%{ICEWMDIR}/themes/daniel3/debug
+rm %{buildroot}%{ICEWMDIR}/themes/easy/\#default.theme\#
+# shell scripts are not needed by the themes
+find %{buildroot}%{ICEWMDIR} -name convert.sh -delete -o -name mklink -delete
+
 %files
 %dir %{ICEWMDIR}
 %{ICEWMDIR}/themes

Reply via email to