Hello community, here is the log from the commit of package skelcd-control-openSUSE for openSUSE:Factory checked in at 2016-08-05 18:14:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old) and /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "skelcd-control-openSUSE" Changes: -------- --- /work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes 2016-06-29 15:01:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes 2016-08-05 18:14:45.000000000 +0200 @@ -1,0 +2,14 @@ +Thu Jul 28 07:20:41 UTC 2016 - dims...@opensuse.org + +- Use lightdm instead of lxdm as displaymanager when installing + LXDE as primary desktop. +- 42.2.1 + +------------------------------------------------------------------- +Thu Jul 21 11:30:11 UTC 2016 - lsle...@suse.cz + +- Remove some files from the inst-sys to have more free RAM on low + memory systems (bsc#974601) +- 42.2.0 + +------------------------------------------------------------------- skelcd-control-openSUSE.changes: same change Old: ---- skelcd-control-openSUSE-13.2.31.tar.bz2 New: ---- skelcd-control-openSUSE-42.2.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ skelcd-control-openSUSE-promo.spec ++++++ --- /var/tmp/diff_new_pack.kzc9va/_old 2016-08-05 18:14:46.000000000 +0200 +++ /var/tmp/diff_new_pack.kzc9va/_new 2016-08-05 18:14:46.000000000 +0200 @@ -27,7 +27,7 @@ # ###################################################################### Name: skelcd-control-openSUSE-promo -Version: 13.2.31 +Version: 42.2.1 Release: 0 Summary: The openSUSE Installation Control file License: MIT @@ -55,6 +55,8 @@ Requires: yast2-fcoe-client # For creating the AutoYast profile at the end of installation (bnc#887406) Requires: yast2-firewall +# instsys_cleanup +Requires: yast2-installation >= 3.1.201 Requires: yast2-iscsi-client Requires: yast2-kdump Requires: yast2-multipath skelcd-control-openSUSE.spec: same change ++++++ skelcd-control-openSUSE-13.2.31.tar.bz2 -> skelcd-control-openSUSE-42.2.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-openSUSE-13.2.31/control/control.openSUSE.xml new/skelcd-control-openSUSE-42.2.1/control/control.openSUSE.xml --- old/skelcd-control-openSUSE-13.2.31/control/control.openSUSE.xml 2016-06-15 10:42:13.000000000 +0200 +++ new/skelcd-control-openSUSE-42.2.1/control/control.openSUSE.xml 2016-07-28 09:47:12.000000000 +0200 @@ -204,7 +204,7 @@ <!-- BNC #667408 --> <desktop>lxde</desktop> <label_id>desktop_lxde</label_id> - <logon>lxdm</logon> + <logon>lightdm</logon> <cursor>DMZ</cursor> <packages>lxde-common branding-openSUSE</packages> <order config:type="integer">5</order> @@ -698,6 +698,14 @@ <label>Perform Installation</label> <name>prepdisk</name> </module> + <!-- Clean up the inst-sys to have more free RAM on low memory systems --> + <!-- Note: Needs to be call *after* the partitioning step as it might delete + the file system or storage kernel modules from inst-sys. They need to be already + loaded and active. --> + <module> + <label>Installer Cleanup</label> + <name>instsys_cleanup</name> + </module> <!-- Installation from images --> <module> <label>Perform Installation</label> @@ -900,6 +908,14 @@ <label>Perform Update</label> <name>prepdisk</name> </module> + <!-- Clean up the inst-sys to have more free RAM on low memory systems --> + <!-- Note: Needs to be call *after* the partitioning step as it might delete + the file system or storage kernel modules from inst-sys. They need to be already + loaded and active. --> + <module> + <label>Installer Cleanup</label> + <name>instsys_cleanup</name> + </module> <module> <label>Perform Update</label> <name>kickoff</name> @@ -987,6 +1003,14 @@ <label>Perform Installation</label> <name>prepdisk</name> </module> + <!-- Clean up the inst-sys to have more free RAM on low memory systems --> + <!-- Note: Needs to be call *after* the partitioning step as it might delete + the file system or storage kernel modules from inst-sys. They need to be already + loaded and active. --> + <module> + <label>Installer Cleanup</label> + <name>instsys_cleanup</name> + </module> <module> <label>Perform Installation</label> <name>deploy_image</name> @@ -1074,6 +1098,14 @@ <label>Perform Update</label> <name>prepdisk</name> </module> + <!-- Clean up the inst-sys to have more free RAM on low memory systems --> + <!-- Note: Needs to be call *after* the partitioning step as it might delete + the file system or storage kernel modules from inst-sys. They need to be already + loaded and active. --> + <module> + <label>Installer Cleanup</label> + <name>instsys_cleanup</name> + </module> <module> <label>Perform Update</label> <name>kickoff</name> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-openSUSE-13.2.31/package/skelcd-control-openSUSE.changes new/skelcd-control-openSUSE-42.2.1/package/skelcd-control-openSUSE.changes --- old/skelcd-control-openSUSE-13.2.31/package/skelcd-control-openSUSE.changes 2016-06-15 10:42:13.000000000 +0200 +++ new/skelcd-control-openSUSE-42.2.1/package/skelcd-control-openSUSE.changes 2016-07-28 09:47:12.000000000 +0200 @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Thu Jul 28 07:20:41 UTC 2016 - dims...@opensuse.org + +- Use lightdm instead of lxdm as displaymanager when installing + LXDE as primary desktop. +- 42.2.1 + +------------------------------------------------------------------- +Thu Jul 21 11:30:11 UTC 2016 - lsle...@suse.cz + +- Remove some files from the inst-sys to have more free RAM on low + memory systems (bsc#974601) +- 42.2.0 + +------------------------------------------------------------------- Tue Jun 14 15:42:12 UTC 2016 - igonzalezs...@suse.com - Delay self-update during autoupgrade until software manager diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-openSUSE-13.2.31/package/skelcd-control-openSUSE.spec new/skelcd-control-openSUSE-42.2.1/package/skelcd-control-openSUSE.spec --- old/skelcd-control-openSUSE-13.2.31/package/skelcd-control-openSUSE.spec 2016-06-15 10:42:13.000000000 +0200 +++ new/skelcd-control-openSUSE-42.2.1/package/skelcd-control-openSUSE.spec 2016-07-28 09:47:12.000000000 +0200 @@ -27,7 +27,7 @@ # ###################################################################### Name: skelcd-control-openSUSE -Version: 13.2.31 +Version: 42.2.1 Release: 0 Summary: The openSUSE Installation Control file License: MIT @@ -55,6 +55,8 @@ Requires: yast2-fcoe-client # For creating the AutoYast profile at the end of installation (bnc#887406) Requires: yast2-firewall +# instsys_cleanup +Requires: yast2-installation >= 3.1.201 Requires: yast2-iscsi-client Requires: yast2-kdump Requires: yast2-multipath