commit yast2-installation for openSUSE:12.2

2012-07-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for openSUSE:12.2 
checked in at 2012-07-12 13:50:59

Comparing /work/SRC/openSUSE:12.2/yast2-installation (Old)
 and  /work/SRC/openSUSE:12.2/.yast2-installation.new (New)


Package is yast2-installation, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/yast2-installation/yast2-installation.changes   
2012-06-29 07:04:13.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-installation.new/yast2-installation.changes  
2012-07-12 13:51:01.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 11 15:56:38 CEST 2012 - jsuch...@suse.cz
+
+- create simpler and non translated aliases for update sources 
+  (bnc#768624)
+- 2.22.10
+
+---

Old:

  yast2-installation-2.22.9.tar.bz2

New:

  yast2-installation-2.22.10.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.GIlsip/_old  2012-07-12 13:51:01.0 +0200
+++ /var/tmp/diff_new_pack.GIlsip/_new  2012-07-12 13:51:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-installation
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,28 @@
 
 
 Name:   yast2-installation
-Version:2.22.9
+Version:2.22.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-installation-%{version}.tar.bz2
 
-
-Group:  System/YaST
-License:GPL-2.0
 Summary:YaST2 - Installation Parts
+License:GPL-2.0
+Group:  System/YaST
 
 Source1:   YaST2-Second-Stage.service
 Source2:   YaST2-Firstboot.service
 
-BuildRequires:  docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer 
sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  doxygen
+BuildRequires:  libxslt
+BuildRequires:  perl-XML-Writer
+BuildRequires:  sgml-skel
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 
 # FileSystems::possible_root_fs
 BuildRequires: yast2-storage = 2.19.12
@@ -101,8 +108,9 @@
 Conflicts: yast2-ycp-ui-bindings  2.17.3
 
 # tar-gzip some system files and untar-ungzip them after the installation 
(FATE #300421, #120103)
-Requires:  tar gzip
 Requires:  coreutils
+Requires:   gzip
+Requires:   tar
 
 %if 0%{?suse_version} = 1210
 BuildRequires: systemd-devel
@@ -132,12 +140,12 @@
 BuildArch: noarch
 
 %package devel-doc
-Group:  Documentation/HTML
 Requires:  yast2-installation = 2.15.34
 
 PreReq:%fillup_prereq
 
 Summary:   YaST2 - Installation Parts
+Group:  Documentation/HTML
 
 %description
 System installation code as present on installation media.
@@ -246,3 +254,5 @@
 %doc %{_prefix}/share/doc/packages/yast2-installation
 %exclude %{_prefix}/share/doc/packages/yast2-installation/COPYING
 %exclude %{_prefix}/share/doc/packages/yast2-installation/README
+
+%changelog

++ yast2-installation-2.22.9.tar.bz2 - yast2-installation-2.22.10.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.22.9/VERSION 
new/yast2-installation-2.22.10/VERSION
--- old/yast2-installation-2.22.9/VERSION   2012-06-28 14:37:04.0 
+0200
+++ new/yast2-installation-2.22.10/VERSION  2012-07-11 15:57:32.0 
+0200
@@ -1 +1 @@
-2.22.9
+2.22.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-2.22.9/src/clients/inst_addon_update_sources.ycp 
new/yast2-installation-2.22.10/src/clients/inst_addon_update_sources.ycp
--- old/yast2-installation-2.22.9/src/clients/inst_addon_update_sources.ycp 
2012-06-25 11:05:52.0 +0200
+++ new/yast2-installation-2.22.10/src/clients/inst_addon_update_sources.ycp
2012-07-09 13:10:47.0 +0200
@@ -45,6 +45,7 @@
 if ( GetInstArgs::going_back()) // going backwards?
 return `auto;   // don't execute this once more
 
+map string,string aliases = $[];
 
 /**
  * @return the urls of known installation sources
@@ -74,6 +75,8 @@
p[display_name]:p[name]:p[summary]:_(Unknown Product),
p[version]:
);
+   // alias should be simple (bnc#768624)
+   aliases[u]  = String::Replace (update- + 

commit yast2-installation for openSUSE:12.2

2012-06-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for openSUSE:12.2 
checked in at 2012-06-29 07:04:09

Comparing /work/SRC/openSUSE:12.2/yast2-installation (Old)
 and  /work/SRC/openSUSE:12.2/.yast2-installation.new (New)


Package is yast2-installation, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/yast2-installation/yast2-installation.changes   
2012-06-26 20:07:32.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-installation.new/yast2-installation.changes  
2012-06-29 07:04:13.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 28 14:36:08 CEST 2012 - jsuch...@suse.cz
+
+- set TERM=linux for 2nd stage services, to keep ncurses nice
+  (bnc#768356)
+- 2.22.9
+
+---

Old:

  yast2-installation-2.22.8.tar.bz2

New:

  yast2-installation-2.22.9.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.IBSAVg/_old  2012-06-29 07:04:15.0 +0200
+++ /var/tmp/diff_new_pack.IBSAVg/_new  2012-06-29 07:04:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:2.22.8
+Version:2.22.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ YaST2-Firstboot.service ++
--- /var/tmp/diff_new_pack.IBSAVg/_old  2012-06-29 07:04:15.0 +0200
+++ /var/tmp/diff_new_pack.IBSAVg/_new  2012-06-29 07:04:15.0 +0200
@@ -6,7 +6,7 @@
 
 [Service]
 Type=oneshot
-Environment=SYSTEMD_NO_WRAP=1
+Environment=SYSTEMD_NO_WRAP=1 TERM=linux
 ExecStartPre=-/usr/bin/plymouth --hide-splash
 ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
 ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system

++ YaST2-Second-Stage.service ++
--- /var/tmp/diff_new_pack.IBSAVg/_old  2012-06-29 07:04:15.0 +0200
+++ /var/tmp/diff_new_pack.IBSAVg/_new  2012-06-29 07:04:15.0 +0200
@@ -6,7 +6,7 @@
 
 [Service]
 Type=oneshot
-Environment=SYSTEMD_NO_WRAP=1
+Environment=SYSTEMD_NO_WRAP=1 TERM=linux
 ExecStartPre=-/usr/bin/plymouth --hide-splash
 ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
 RemainAfterExit=yes

++ yast2-installation-2.22.8.tar.bz2 - yast2-installation-2.22.9.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-2.22.8/VERSION 
new/yast2-installation-2.22.9/VERSION
--- old/yast2-installation-2.22.8/VERSION   2012-06-25 11:08:42.0 
+0200
+++ new/yast2-installation-2.22.9/VERSION   2012-06-28 14:37:04.0 
+0200
@@ -1 +1 @@
-2.22.8
+2.22.9

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-installation for openSUSE:12.2

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for openSUSE:12.2 
checked in at 2012-06-26 20:07:25

Comparing /work/SRC/openSUSE:12.2/yast2-installation (Old)
 and  /work/SRC/openSUSE:12.2/.yast2-installation.new (New)


Package is yast2-installation, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/yast2-installation/yast2-installation.changes   
2012-06-25 16:18:29.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-installation.new/yast2-installation.changes  
2012-06-26 20:07:32.0 +0200
@@ -1,0 +2,14 @@
+Mon Jun 25 15:43:43 CEST 2012 - jsuch...@suse.cz
+
+- ensure Plymouth is hiddent before 2nd start, to prevent system
+  freeze (bnc#768185)
+- ensure 2nd stage is started before SuSEfirewall2_init (bnc#733361)
+- 2.22.8
+
+---
+Tue Jun 19 14:49:52 CEST 2012 - aschn...@suse.de
+
+- kill console before reboot (bnc#759627)
+  (otherwise systemd will not proceed with system shutdown)
+
+---

Old:

  yast2-installation-2.22.7.tar.bz2

New:

  yast2-installation-2.22.8.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.a4mcwh/_old  2012-06-26 20:07:33.0 +0200
+++ /var/tmp/diff_new_pack.a4mcwh/_new  2012-06-26 20:07:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-installation
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,21 @@
 
 
 Name:   yast2-installation
-Version:2.22.7
+Version:2.22.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-installation-%{version}.tar.bz2
 
-Summary:YaST2 - Installation Parts
-License:GPL-2.0
+
 Group:  System/YaST
+License:GPL-2.0
+Summary:YaST2 - Installation Parts
 
 Source1:YaST2-Second-Stage.service
 Source2:YaST2-Firstboot.service
 
-BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  doxygen
-BuildRequires:  libxslt
-BuildRequires:  perl-XML-Writer
-BuildRequires:  sgml-skel
-BuildRequires:  update-desktop-files
-BuildRequires:  yast2-core-devel
-BuildRequires:  yast2-devtools
-BuildRequires:  yast2-testsuite
+BuildRequires:  docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer 
sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
 
 # FileSystems::possible_root_fs
 BuildRequires:  yast2-storage = 2.19.12
@@ -108,9 +101,8 @@
 Conflicts:  yast2-ycp-ui-bindings  2.17.3
 
 # tar-gzip some system files and untar-ungzip them after the installation 
(FATE #300421, #120103)
+Requires:  tar gzip
 Requires:   coreutils
-Requires:   gzip
-Requires:   tar
 
 %if 0%{?suse_version} = 1210
 BuildRequires:  systemd-devel
@@ -140,12 +132,12 @@
 BuildArch:  noarch
 
 %package devel-doc
+Group:  Documentation/HTML
 Requires:   yast2-installation = 2.15.34
 
 PreReq: %fillup_prereq
 
 Summary:YaST2 - Installation Parts
-Group:  Documentation/HTML
 
 %description
 System installation code as present on installation media.
@@ -254,5 +246,3 @@
 %doc %{_prefix}/share/doc/packages/yast2-installation
 %exclude %{_prefix}/share/doc/packages/yast2-installation/COPYING
 %exclude %{_prefix}/share/doc/packages/yast2-installation/README
-
-%changelog

++ YaST2-Firstboot.service ++
--- /var/tmp/diff_new_pack.a4mcwh/_old  2012-06-26 20:07:33.0 +0200
+++ /var/tmp/diff_new_pack.a4mcwh/_new  2012-06-26 20:07:33.0 +0200
@@ -1,12 +1,13 @@
 [Unit]
 Description=YaST2 Firstboot
-After=apparmor.service local-fs.target YaST2-Second-Stage.service
+After=apparmor.service local-fs.target YaST2-Second-Stage.service 
plymouth-start.service
 Before=getty@tty1.service xdm.service network.service NetworkManager.service
 ConditionPathExists=/var/lib/YaST2/reconfig_system
 
 [Service]
 Type=oneshot
 Environment=SYSTEMD_NO_WRAP=1
+ExecStartPre=-/usr/bin/plymouth --hide-splash
 ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot
 ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system
 TimeoutSec=0

++ YaST2-Second-Stage.service ++
--- /var/tmp/diff_new_pack.a4mcwh/_old  2012-06-26 20:07:33.0 +0200
+++ /var/tmp/diff_new_pack.a4mcwh/_new  2012-06-26 20:07:33.0 +0200
@@ -1,12 +1,13 @@
 [Unit]
 Description=YaST2 Second Stage
-After=apparmor.service local-fs.target
-Before=getty@tty1.service