Hello community, here is the log from the commit of package jeos-firstboot for openSUSE:Factory checked in at 2017-11-27 22:16:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old) and /work/SRC/openSUSE:Factory/.jeos-firstboot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jeos-firstboot" Mon Nov 27 22:16:14 2017 rev:7 rq:545297 version:0.0+git20171124.eead2bd Changes: -------- --- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes 2017-11-14 12:58:12.948768594 +0100 +++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new/jeos-firstboot.changes 2017-11-27 22:16:15.855310194 +0100 @@ -1,0 +2,6 @@ +Fri Nov 24 16:51:46 UTC 2017 - [email protected] + +- Update to version 0.0+git20171124.eead2bd: + * Change default values for ifcfg files bsc#1069782 + +------------------------------------------------------------------- Old: ---- jeos-firstboot-0.0+git20171113.02e973c.tar.xz New: ---- jeos-firstboot-0.0+git20171124.eead2bd.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jeos-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.gNBOzh/_old 2017-11-27 22:16:16.471287834 +0100 +++ /var/tmp/diff_new_pack.gNBOzh/_new 2017-11-27 22:16:16.475287690 +0100 @@ -17,7 +17,7 @@ Name: jeos-firstboot -Version: 0.0+git20171113.02e973c +Version: 0.0+git20171124.eead2bd Release: 0 Summary: Simple text based JeOS first boot wizard License: MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.gNBOzh/_old 2017-11-27 22:16:16.527285801 +0100 +++ /var/tmp/diff_new_pack.gNBOzh/_new 2017-11-27 22:16:16.531285657 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/jeos-firstboot.git</param> - <param name="changesrevision">0c7f1f3f022c6dbac131fc280d00f5d35a748bdf</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">34963353f0f013153e1135f4775f3de9ff74f141</param></service></servicedata> \ No newline at end of file ++++++ jeos-firstboot-0.0+git20171113.02e973c.tar.xz -> jeos-firstboot-0.0+git20171124.eead2bd.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jeos-firstboot-0.0+git20171113.02e973c/files/usr/lib/jeos-firstboot new/jeos-firstboot-0.0+git20171124.eead2bd/files/usr/lib/jeos-firstboot --- old/jeos-firstboot-0.0+git20171113.02e973c/files/usr/lib/jeos-firstboot 2017-11-13 12:56:12.000000000 +0100 +++ new/jeos-firstboot-0.0+git20171124.eead2bd/files/usr/lib/jeos-firstboot 2017-11-24 17:50:48.000000000 +0100 @@ -256,7 +256,7 @@ for d in ${candidates[@]} ; do rm -f "/etc/sysconfig/network/ifcfg-$d" || exit 1 - printf "STARTMODE=hotplug\nBOOTPROTO=dhcp\nDHCLIENT_SET_HOSTNAME=yes\n" \ + printf "STARTMODE=auto\nBOOTPROTO=dhcp\n" \ > "/etc/sysconfig/network/ifcfg-$d" break # one is enough done
