Hello community, here is the log from the commit of package yast2-firstboot for openSUSE:Factory checked in at 2018-03-22 12:06:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old) and /work/SRC/openSUSE:Factory/.yast2-firstboot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-firstboot" Thu Mar 22 12:06:57 2018 rev:71 rq:589715 version:4.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes 2018-02-09 15:48:14.829880518 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 2018-03-22 12:11:37.283685470 +0100 @@ -1,0 +2,8 @@ +Tue Mar 20 16:35:46 UTC 2018 - [email protected] + +- Added firstboot.glade symlink to include also the firstboot.xml + texts in the generated POT file, removed the old Makefile hack + (bsc#1085888) +- 4.0.4 + +------------------------------------------------------------------- Old: ---- yast2-firstboot-4.0.3.tar.bz2 New: ---- yast2-firstboot-4.0.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.sQeJP9/_old 2018-03-22 12:11:38.391645760 +0100 +++ /var/tmp/diff_new_pack.sQeJP9/_new 2018-03-22 12:11:38.403645330 +0100 @@ -17,7 +17,7 @@ Name: yast2-firstboot -Version: 4.0.3 +Version: 4.0.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,6 +66,11 @@ %install %yast_install +# Remove the license from the /usr/share/doc/packages directory, +# it is also included in the /usr/share/licenses directory by using +# the %license tag. +rm $RPM_BUILD_ROOT/%{yast_docdir}/COPYING + mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts %post @@ -93,7 +98,7 @@ %{_fillupdir}/sysconfig.firstboot /usr/share/firstboot %doc %{yast_docdir} -%doc COPYING +%license COPYING %dir /etc/YaST2/ /etc/YaST2/*.xml %dir /usr/share/autoinstall ++++++ yast2-firstboot-4.0.3.tar.bz2 -> yast2-firstboot-4.0.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-4.0.3/configure.in.in new/yast2-firstboot-4.0.4/configure.in.in --- old/yast2-firstboot-4.0.3/configure.in.in 2018-02-08 11:12:40.000000000 +0100 +++ new/yast2-firstboot-4.0.4/configure.in.in 2018-03-21 12:14:38.000000000 +0100 @@ -9,11 +9,6 @@ AX_CHECK_DOCBOOK -## Nasty hack: xgettext doesn't work for XML files, so let's symlink it -( cd control; ln -sf firstboot.xml firstboot.glade ) - -find control -name \*.glade | LC_ALL=C sort > POTFILES - # this module does not have any YCP modules # (defined explicitly here as using (@)YAST2-CHECKS-YCP(@) would add yast2-core # build dependency back) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-4.0.3/control/Makefile.am new/yast2-firstboot-4.0.4/control/Makefile.am --- old/yast2-firstboot-4.0.3/control/Makefile.am 2018-02-08 11:12:40.000000000 +0100 +++ new/yast2-firstboot-4.0.4/control/Makefile.am 2018-03-21 12:14:38.000000000 +0100 @@ -7,11 +7,7 @@ # Note: The control.glade -> control.xml symlink is required to make xgettext # auto-detect the type of this file (glade) so it will extract all -# <label>..</label> tags. The symlink is created in the toplevel -# configure.in.in file upon "autoconf" (via "make -f Makefile.cvs"). -# Unfortunately, CVS doesn't support checking in symlinks - it would duplicate -# the file. - +# <label>..</label> tags. EXTRA_DIST = $(control_DATA) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-4.0.3/control/firstboot.glade new/yast2-firstboot-4.0.4/control/firstboot.glade --- old/yast2-firstboot-4.0.3/control/firstboot.glade 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-firstboot-4.0.4/control/firstboot.glade 2018-03-22 12:11:38.635637015 +0100 @@ -0,0 +1 @@ +symbolic link to firstboot.xml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-4.0.3/package/yast2-firstboot.changes new/yast2-firstboot-4.0.4/package/yast2-firstboot.changes --- old/yast2-firstboot-4.0.3/package/yast2-firstboot.changes 2018-02-08 11:12:40.000000000 +0100 +++ new/yast2-firstboot-4.0.4/package/yast2-firstboot.changes 2018-03-21 12:14:38.000000000 +0100 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Tue Mar 20 16:35:46 UTC 2018 - [email protected] + +- Added firstboot.glade symlink to include also the firstboot.xml + texts in the generated POT file, removed the old Makefile hack + (bsc#1085888) +- 4.0.4 + +------------------------------------------------------------------- Thu Feb 8 08:38:38 UTC 2018 - [email protected] - adapted to changes in the Language module (bsc#1079852) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-4.0.3/package/yast2-firstboot.spec new/yast2-firstboot-4.0.4/package/yast2-firstboot.spec --- old/yast2-firstboot-4.0.3/package/yast2-firstboot.spec 2018-02-08 11:12:40.000000000 +0100 +++ new/yast2-firstboot-4.0.4/package/yast2-firstboot.spec 2018-03-21 12:14:38.000000000 +0100 @@ -16,7 +16,7 @@ # Name: yast2-firstboot -Version: 4.0.3 +Version: 4.0.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -63,6 +63,11 @@ %install %yast_install +# Remove the license from the /usr/share/doc/packages directory, +# it is also included in the /usr/share/licenses directory by using +# the %license tag. +rm $RPM_BUILD_ROOT/%{yast_docdir}/COPYING + mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts @@ -91,7 +96,7 @@ %{_fillupdir}/sysconfig.firstboot /usr/share/firstboot %doc %{yast_docdir} -%doc COPYING +%license COPYING %dir /etc/YaST2/ /etc/YaST2/*.xml %dir /usr/share/autoinstall
