Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2021-05-20 19:23:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-firstboot.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firstboot"

Thu May 20 19:23:08 2021 rev:104 rq:894398 version:4.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2021-05-02 18:36:13.140921480 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.2988/yast2-firstboot.changes    
    2021-05-20 19:23:15.538394182 +0200
@@ -1,0 +2,8 @@
+Sun May 16 08:11:46 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- only list specific files installed in common directories (metainfo,
+  icons, fillupdir)
+
+- 4.4.1 (bsc#1186066, bsc#1184786)
+
+-------------------------------------------------------------------

Old:
----
  yast2-firstboot-4.4.0.tar.bz2

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

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

Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.iRjV9o/_old  2021-05-20 19:23:16.162391543 +0200
+++ /var/tmp/diff_new_pack.iRjV9o/_new  2021-05-20 19:23:16.166391525 +0200
@@ -17,39 +17,34 @@
 
 
 Name:           yast2-firstboot
-Version:        4.4.0
+Version:        4.4.1
 Release:        0
 Summary:        YaST2 - Initial System Configuration
 License:        GPL-2.0-only
 Group:          System/YaST
 URL:            https://github.com/yast/yast-firstboot
-
 Source0:        %{name}-%{version}.tar.bz2
-
 BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxslt
 BuildRequires:  ruby
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 4.2.2
-
-PreReq:         %fillup_prereq
 # UI::Wizards::Layout
 Requires:       yast2 >= 4.3.16
+# Use Yast::Lan.write_config to write hostname changes
+Requires:       yast2-configuration-management >= 4.1.3
 # Language::SwitchToEnglishIfNeeded
 # new keyboard client code layout needed
 Requires:       yast2-country >= 4.3.10
 # Rely on the YaST2-Firstboot.service for halting the system on failure
 Requires:       yast2-installation >= 4.1.2
-# Use Yast::Lan.write_config to write hostname changes
-Requires:       yast2-configuration-management >= 4.1.3
 Requires:       yast2-network >= 4.3.34
 Requires:       yast2-ruby-bindings >= 1.0.0
-
+PreReq:         %fillup_prereq
 # bsc #1165646
 Recommends:     (icewm if libyui-qt)
-
 Supplements:    autoyast(firstboot)
-
 BuildArch:      noarch
 
 %description
@@ -79,7 +74,7 @@
 %yast_install
 %yast_metainfo
 
-mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts
+mkdir -p %{buildroot}%{_datadir}/firstboot/scripts
 
 %check
 # verify defaults for registration
@@ -100,20 +95,19 @@
 %{fillup_only -n firstboot}
 
 %files
+%license COPYING
+%doc %{yast_docdir}
 %{yast_ystartupdir}
 %{yast_clientdir}
 %{yast_libdir}
 %{yast_yncludedir}
 %{yast_moduledir}
 %{yast_scrconfdir}
-%{_fillupdir}
+%{yast_schemadir}
+%{_fillupdir}/sysconfig.firstboot
 %{_datadir}/firstboot
-%doc %{yast_docdir}
-%license COPYING
-%{_sysconfdir}/YaST2
 %{_datadir}/autoinstall
-%{yast_schemadir}
-%{yast_icondir}
-%{yast_metainfodir}
+%{_datadir}/icons/hicolor/*/apps/yast-firstboot*
+%{_sysconfdir}/YaST2
 
 %changelog

++++++ yast2-firstboot-4.4.0.tar.bz2 -> yast2-firstboot-4.4.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-4.4.0/package/yast2-firstboot.changes 
new/yast2-firstboot-4.4.1/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.4.0/package/yast2-firstboot.changes   2021-04-30 
18:15:27.000000000 +0200
+++ new/yast2-firstboot-4.4.1/package/yast2-firstboot.changes   2021-05-19 
17:22:27.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Sun May 16 08:11:46 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- only list specific files installed in common directories (metainfo,
+  icons, fillupdir)
+
+- 4.4.1 (bsc#1186066, bsc#1184786)
+
+-------------------------------------------------------------------
 Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
 
 - 4.4.0 (bsc#1185510)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-4.4.0/package/yast2-firstboot.spec 
new/yast2-firstboot-4.4.1/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.4.0/package/yast2-firstboot.spec      2021-04-30 
18:15:27.000000000 +0200
+++ new/yast2-firstboot-4.4.1/package/yast2-firstboot.spec      2021-05-19 
17:22:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -15,40 +15,36 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           yast2-firstboot
-Version:        4.4.0
+Version:        4.4.1
 Release:        0
 Summary:        YaST2 - Initial System Configuration
-Group:          System/YaST
 License:        GPL-2.0-only
-Url:            https://github.com/yast/yast-firstboot
-
+Group:          System/YaST
+URL:            https://github.com/yast/yast-firstboot
 Source0:        %{name}-%{version}.tar.bz2
-
-BuildRequires:  update-desktop-files
 BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxslt
-BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  ruby
-
-PreReq:         %fillup_prereq
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2-devtools >= 4.2.2
 # UI::Wizards::Layout
 Requires:       yast2 >= 4.3.16
+# Use Yast::Lan.write_config to write hostname changes
+Requires:       yast2-configuration-management >= 4.1.3
 # Language::SwitchToEnglishIfNeeded
 # new keyboard client code layout needed
 Requires:       yast2-country >= 4.3.10
 # Rely on the YaST2-Firstboot.service for halting the system on failure
 Requires:       yast2-installation >= 4.1.2
-# Use Yast::Lan.write_config to write hostname changes
 Requires:       yast2-network >= 4.3.34
 Requires:       yast2-ruby-bindings >= 1.0.0
-Requires:       yast2-configuration-management >= 4.1.3
-
+PreReq:         %fillup_prereq
 # bsc #1165646
 Recommends:     (icewm if libyui-qt)
-
 Supplements:    autoyast(firstboot)
-
 BuildArch:      noarch
 
 %description
@@ -78,7 +74,7 @@
 %yast_install
 %yast_metainfo
 
-mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts
+mkdir -p %{buildroot}%{_datadir}/firstboot/scripts
 
 %check
 # verify defaults for registration
@@ -99,20 +95,19 @@
 %{fillup_only -n firstboot}
 
 %files
+%license COPYING
+%doc %{yast_docdir}
 %{yast_ystartupdir}
 %{yast_clientdir}
 %{yast_libdir}
 %{yast_yncludedir}
 %{yast_moduledir}
 %{yast_scrconfdir}
-%{_fillupdir}
+%{yast_schemadir}
+%{_fillupdir}/sysconfig.firstboot
 %{_datadir}/firstboot
-%doc %{yast_docdir}
-%license COPYING
-%{_sysconfdir}/YaST2
 %{_datadir}/autoinstall
-%{yast_schemadir}
-%{yast_icondir}
-%{yast_metainfodir}
+%{_datadir}/icons/hicolor/*/apps/yast-firstboot*
+%{_sysconfdir}/YaST2
 
 %changelog

Reply via email to