Hello community, here is the log from the commit of package jeos-firstboot for openSUSE:Factory checked in at 2018-03-14 19:39:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old) and /work/SRC/openSUSE:Factory/.jeos-firstboot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jeos-firstboot" Wed Mar 14 19:39:32 2018 rev:9 rq:586253 version:0.0+git20180313.313b2ea Changes: -------- --- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes 2018-01-13 21:47:50.629525635 +0100 +++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new/jeos-firstboot.changes 2018-03-14 19:39:55.879297914 +0100 @@ -1,0 +2,7 @@ +Tue Mar 13 08:25:16 UTC 2018 - [email protected] + +- Update to version 0.0+git20180313.313b2ea: + * Remove dracut initrd regeneration, bsc#1084161 + * Remove obsolete kiwi hook, bsc#1084160 + +------------------------------------------------------------------- Old: ---- jeos-firstboot-0.0+git20180111.c39e31f.tar.xz New: ---- jeos-firstboot-0.0+git20180313.313b2ea.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jeos-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.OjiABr/_old 2018-03-14 19:39:56.763266515 +0100 +++ /var/tmp/diff_new_pack.OjiABr/_new 2018-03-14 19:39:56.767266373 +0100 @@ -17,7 +17,7 @@ Name: jeos-firstboot -Version: 0.0+git20180111.c39e31f +Version: 0.0+git20180313.313b2ea Release: 0 Summary: Simple text based JeOS first boot wizard License: MIT @@ -76,6 +76,5 @@ %if 0%{?is_opensuse} %{_sbindir}/jeos-add-repos %endif -/lib/kiwi %changelog ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.OjiABr/_old 2018-03-14 19:39:56.819264526 +0100 +++ /var/tmp/diff_new_pack.OjiABr/_new 2018-03-14 19:39:56.819264526 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/jeos-firstboot.git</param> - <param name="changesrevision">f360f953c682534290fa092d7af265c52da4c432</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">f21da31f6cc10e3dd6d2afcedad555966f7b2b54</param></service></servicedata> \ No newline at end of file ++++++ jeos-firstboot-0.0+git20180111.c39e31f.tar.xz -> jeos-firstboot-0.0+git20180313.313b2ea.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jeos-firstboot-0.0+git20180111.c39e31f/files/lib/kiwi/hooks/preCallInit.sh new/jeos-firstboot-0.0+git20180313.313b2ea/files/lib/kiwi/hooks/preCallInit.sh --- old/jeos-firstboot-0.0+git20180111.c39e31f/files/lib/kiwi/hooks/preCallInit.sh 2018-01-11 12:16:56.000000000 +0100 +++ new/jeos-firstboot-0.0+git20180313.313b2ea/files/lib/kiwi/hooks/preCallInit.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,33 +0,0 @@ -#!/bin/bash - -set -x -. /usr/lib/jeos-firstboot-functions -rootfs="`stat -f -c %T /`" -if [ "$rootfs" = 'btrfs' ]; then - echo "creating initial snapper config ..." - # we can't call snapper here as the .snapshots subvolume - # already exists and snapper create-config doens't like - # that. - cp /etc/snapper/config-templates/default /etc/snapper/configs/root - # Change configuration to match SLES12-SP1 values - sed -i -e '/^TIMELINE_CREATE=/s/yes/no/' /etc/snapper/configs/root - sed -i -e '/^NUMBER_LIMIT=/s/50/10/' /etc/snapper/configs/root - - sed -i -e '/^SNAPPER_CONFIGS=/s/"/"root/' /etc/sysconfig/snapper - mount .snapshots - retrofit_snapper_info 1 "first root filesystem" - create_snapshot 2 "Intermediate status" -fi - -# Disable CoW on subvolumes -chattr +C /var/lib/mysql -chattr +C /var/lib/mariadb -chattr +C /var/lib/pgsql -chattr +C /var/lib/libvirt/images - -# Add repositories on opensuse -# (jeos-add-repos is not installed on SLE) -if hash jeos-add-repos 2>/dev/null; then - echo "Adding repositories ..." - jeos-add-repos -fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jeos-firstboot-0.0+git20180111.c39e31f/files/usr/lib/jeos-firstboot new/jeos-firstboot-0.0+git20180313.313b2ea/files/usr/lib/jeos-firstboot --- old/jeos-firstboot-0.0+git20180111.c39e31f/files/usr/lib/jeos-firstboot 2018-01-11 12:16:56.000000000 +0100 +++ new/jeos-firstboot-0.0+git20180313.313b2ea/files/usr/lib/jeos-firstboot 2018-03-13 09:23:58.000000000 +0100 @@ -261,11 +261,6 @@ break # one is enough done -# Run dracut to generate an optimized initrd -# the image originally carries an generic initrd generated by kiwi -echo "Optimizing initrd image" -dracut -q --force - #d --infobox "Creating snapshot ..." 3 40 || true #run snapper --no-dbus -v create -d "Initial Status" --userdata "important=yes" || d --msgbox "snapper failed" 0 0 || true if [ ! -e /.snapshots/2 ]; then
