[yast-commit] [ci_new_pac] JFYI skelcd-control-SLES -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/skelcd-control-SLES -> sle12 ## BNC# 868246 : "Default proposed size for btrfs / (root) partitions potentially too low" (RESOLVED/FIXED) ## BNC# 866724 : "Cannot deselect GNOME" (CLOSED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/skelcd-control-SLES/skelcd-control-SLES.changes 2014-02-27 16:09:56.000000000 +0100 +++ /mounts/work_src_done/SLE12/skelcd-control-SLES/skelcd-control-SLES.changes 2014-03-19 10:32:26.000000000 +0100 @@ -1,0 +2,14 @@ +Tue Mar 18 18:14:09 CET 2014 - aschnell@suse.de + +- set btrfs_increase_percentage to 300 (bnc#868246) +- 12.0.15 + +------------------------------------------------------------------- +Thu Mar 6 14:30:13 CET 2014 - locilka@suse.com + +- Removed x86 pattern from default desktop selection (bnc#866724) +- Fixed packages to identify a selected desktop - using package + that defines the gnome pattern (bnc#866724) +- 12.0.14 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - installation-images-SLES - skelcd-control-SLES - skelcd-control-SLES-for-VMware ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/skelcd-control-SLES (Old) and /mounts/work_src_done/SLE12/skelcd-control-SLES (BS:build ID:34581 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "skelcd-control-SLES", Maintainer is "yast-commit@opensuse.org" Old: ---- skelcd-control-SLES-12.0.13.tar.bz2 New: ---- skelcd-control-SLES-12.0.15.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ skelcd-control-SLES.spec ++++++ --- /var/tmp/diff_new_pack.AqH8WV/_old 2014-03-19 12:02:12.000000000 +0100 +++ /var/tmp/diff_new_pack.AqH8WV/_new 2014-03-19 12:02:12.000000000 +0100 @@ -82,7 +82,7 @@ Url: https://github.com/yast/skelcd-control-SLES AutoReqProv: off -Version: 12.0.13 +Version: 12.0.15 Release: 0 Summary: SLES control file needed for installation License: MIT ++++++ skelcd-control-SLES-12.0.13.tar.bz2 -> skelcd-control-SLES-12.0.15.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-SLES-12.0.13/control/control.SLES.xml new/skelcd-control-SLES-12.0.15/control/control.SLES.xml --- old/skelcd-control-SLES-12.0.13/control/control.SLES.xml 2014-02-27 08:04:57.000000000 +0100 +++ new/skelcd-control-SLES-12.0.15/control/control.SLES.xml 2014-03-19 10:30:17.000000000 +0100 @@ -155,10 +155,13 @@ <label_id>dummy_desktop</label_id> <logon>gdm</logon> <cursor>DMZ</cursor> - <!-- desktop_finish needs this to find out that gnome has been selected by user --> - <packages>gnome-shell</packages> + <!-- + desktop_finish needs this to find out that gnome has been selected by user + bnc#866724: packages mentioned here are not selected by desktop selection + --> + <packages>patterns-sles-gnome</packages> <order config:type="integer">1</order> - <patterns>base x11 gnome apparmor print_server 32bit 64bit x86 documentation</patterns> + <patterns>base x11 gnome apparmor print_server 32bit 64bit documentation</patterns> <icon>pattern-gnome</icon> </one_supported_desktop> <one_supported_desktop> @@ -167,10 +170,10 @@ <label_id>dummy_desktop</label_id> <logon>gdm</logon> <cursor>DMZ</cursor> - <!-- desktop_finish needs this to find out that icewm has been selected by user --> + <!-- desktop_finish needs this to find out that icewm has been selected by user manually --> <packages>icewm</packages> <order config:type="integer">2</order> - <patterns>base x11 apparmor print_server 32bit 64bit x86 documentation</patterns> + <patterns>base x11 apparmor print_server 32bit 64bit documentation</patterns> <icon>yast-x11</icon> </one_supported_desktop> </supported_desktops> @@ -190,7 +193,7 @@ <proposal_lvm config:type="boolean">false</proposal_lvm> <vm_desired_size>15GB</vm_desired_size> <vm_home_max_size>25GB</vm_home_max_size> - <btrfs_increase_percentage config:type="integer">100</btrfs_increase_percentage> + <btrfs_increase_percentage config:type="integer">300</btrfs_increase_percentage> <!-- the default subvolume "@" was requested by product management --> <btrfs_default_subvolume>@</btrfs_default_subvolume> </partitioning> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-SLES-12.0.13/package/skelcd-control-SLES.changes new/skelcd-control-SLES-12.0.15/package/skelcd-control-SLES.changes --- old/skelcd-control-SLES-12.0.13/package/skelcd-control-SLES.changes 2014-02-27 08:04:57.000000000 +0100 +++ new/skelcd-control-SLES-12.0.15/package/skelcd-control-SLES.changes 2014-03-19 10:30:17.000000000 +0100 @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Tue Mar 18 18:14:09 CET 2014 - aschnell@suse.de + +- set btrfs_increase_percentage to 300 (bnc#868246) +- 12.0.15 + +------------------------------------------------------------------- +Thu Mar 6 14:30:13 CET 2014 - locilka@suse.com + +- Removed x86 pattern from default desktop selection (bnc#866724) +- Fixed packages to identify a selected desktop - using package + that defines the gnome pattern (bnc#866724) +- 12.0.14 + +------------------------------------------------------------------- Thu Feb 27 07:03:47 UTC 2014 - mfilka@suse.com - added reference to linuxrc network configuration client diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-SLES-12.0.13/package/skelcd-control-SLES.spec new/skelcd-control-SLES-12.0.15/package/skelcd-control-SLES.spec --- old/skelcd-control-SLES-12.0.13/package/skelcd-control-SLES.spec 2014-02-27 08:04:57.000000000 +0100 +++ new/skelcd-control-SLES-12.0.15/package/skelcd-control-SLES.spec 2014-03-19 10:30:17.000000000 +0100 @@ -82,7 +82,7 @@ Url: https://github.com/yast/skelcd-control-SLES AutoReqProv: off -Version: 12.0.13 +Version: 12.0.15 Release: 0 Summary: SLES control file needed for installation License: MIT continue with "q"... Checked in at Wed Mar 19 12:02:30 CET 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ro