Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2017-11-25 08:40:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/branding-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.branding-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "branding-openSUSE"

Sat Nov 25 08:40:30 2017 rev:93 rq:544902 version:13.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes      
2017-01-20 10:37:23.239116654 +0100
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2017-11-25 08:40:31.322929215 +0100
@@ -1,0 +2,5 @@
+Wed Nov  8 07:05:39 UTC 2017 - [email protected]
+
+- Use %posttrans for initrd creation (bsc#1066666) 
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/branding-openSUSE/kde-branding-openSUSE.changes  
2017-01-20 10:37:23.427090042 +0100
+++ 
/work/SRC/openSUSE:Factory/.branding-openSUSE.new/kde-branding-openSUSE.changes 
    2017-11-25 08:40:32.130899777 +0100
@@ -1,0 +2,11 @@
+Thu Nov 23 13:39:39 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------
+Wed Nov  8 07:05:39 UTC 2017 - [email protected]
+
+- Use %posttrans for initrd creation (bsc#1066666) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.enVizc/_old  2017-11-25 08:40:33.590846585 +0100
+++ /var/tmp/diff_new_pack.enVizc/_new  2017-11-25 08:40:33.590846585 +0100
@@ -41,6 +41,7 @@
 %if 0%{?suse_version} > 1320
 BuildRequires:  update-bootloader-rpm-macros
 %endif
+BuildRequires:  suse-module-tools
 BuildArch:      noarch
 Obsoletes:      dynamic-wallpaper-branding-openSUSE <= 13.2
 
@@ -246,7 +247,8 @@
 OTHEME="$(%{_sbindir}/plymouth-set-default-theme)"
 if [ "$OTHEME" == "text" -o "$OTHEME" == "openSUSE" -o "$OTHEME" == 
"basedonopensuse" ]; then
    if [ ! -e /.buildenv ]; then
-     %{_sbindir}/plymouth-set-default-theme -R openSUSE
+     %{_sbindir}/plymouth-set-default-theme openSUSE
+     %{?regenerate_initrd_post}
    else
      %{_sbindir}/plymouth-set-default-theme openSUSE
    fi 
@@ -256,10 +258,14 @@
 if [ $1 -eq 0 ]; then
     export LIB=%{_libdir}
     if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "openSUSE" ]; then
-        %{_sbindir}/plymouth-set-default-theme -R --reset
+        %{_sbindir}/plymouth-set-default-theme --reset
+        %{?regenerate_initrd_post}
     fi
 fi
 
+%posttrans -n plymouth-branding-openSUSE
+%{?regenerate_initrd_posttrans}
+
 %files
 %defattr(-,root,root)
 %doc COPYING

++++++ kde-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.enVizc/_old  2017-11-25 08:40:33.610845856 +0100
+++ /var/tmp/diff_new_pack.enVizc/_new  2017-11-25 08:40:33.614845710 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:           kde-branding-openSUSE
 Version:        13.2
 Release:        0
@@ -117,8 +122,8 @@
 popd
 
 %install
-mkdir -p %{buildroot}/var/adm/fillup-templates
-cp %{SOURCE21} %{buildroot}/var/adm/fillup-templates/
+mkdir -p %{buildroot}%{_fillupdir}
+cp %{SOURCE21} %{buildroot}%{_fillupdir}/
 
 mkdir -p %{buildroot}%{_kde4_appsdir}/kdeui/about
 cp -a about/* %{buildroot}%{_kde4_appsdir}/kdeui/about
@@ -160,7 +165,7 @@
 %defattr(-,root,root)
 %doc COPYING
 %{_kde4_appsdir}/kdm
-%{_localstatedir}/adm/fillup-templates/sysconfig.displaymanager-kdm
+%{_fillupdir}/sysconfig.displaymanager-kdm
 
 %files -n susegreeter-branding-openSUSE
 %defattr(-,root,root)


Reply via email to