From 8413a3526503a44795ad5507ae8ae0c0e1533751171b92e69c8fd3c2dd5adfd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Suchomel?= Date: Wed, 16 Nov 2011 12:22:03 +0000 Subject: [PATCH] 2,13d1 < Wed Nov 16 13:18:40 CET 2011 - jsuchome@suse.cz < < - merged texts from proofreading < - 2.22.0 < < ------------------------------------------------------------------- < Thu Nov 10 14:27:55 UTC 2011 - fcrozat@suse.com < < - Disable routing initscript commands through systemd, prevent < lockups. < < ------------------------------------------------------------------- OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=167 --- YaST2-Firstboot.service | 1 + YaST2-Second-Stage.service | 1 + yast2-installation-2.21.28.tar.bz2 | 3 --- yast2-installation-2.22.0.tar.bz2 | 3 +++ yast2-installation.changes | 12 ++++++++++++ yast2-installation.spec | 2 +- 6 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-2.21.28.tar.bz2 create mode 100644 yast2-installation-2.22.0.tar.bz2 diff --git a/YaST2-Firstboot.service b/YaST2-Firstboot.service index afd927f..fb36d1c 100644 --- a/YaST2-Firstboot.service +++ b/YaST2-Firstboot.service @@ -6,6 +6,7 @@ ConditionPathExists=/var/lib/YaST2/reconfig_system [Service] Type=oneshot +Environment=SYSTEMD_NO_WRAP=1 ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot ExecStartPost=/bin/rm -f /var/lib/YaST2/reconfig_system TimeoutSec=0 diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index aac77ea..1278680 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.service @@ -6,6 +6,7 @@ ConditionPathExists=/var/lib/YaST2/runme_at_boot [Service] Type=oneshot +Environment=SYSTEMD_NO_WRAP=1 ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage RemainAfterExit=yes TimeoutSec=0 diff --git a/yast2-installation-2.21.28.tar.bz2 b/yast2-installation-2.21.28.tar.bz2 deleted file mode 100644 index 3aca5b9..0000000 --- a/yast2-installation-2.21.28.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ab7b36f823412b940a00d008abb28d7a9fccb396691b65a3fef3063acd90bf7 -size 284398 diff --git a/yast2-installation-2.22.0.tar.bz2 b/yast2-installation-2.22.0.tar.bz2 new file mode 100644 index 0000000..dd2cbd4 --- /dev/null +++ b/yast2-installation-2.22.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b816feaf0a9655a29e62de16facd084da78f3cb75951ea75d9f2962e60223f54 +size 301630 diff --git a/yast2-installation.changes b/yast2-installation.changes index 8da24bc..3590055 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Nov 16 13:18:40 CET 2011 - jsuchome@suse.cz + +- merged texts from proofreading +- 2.22.0 + +------------------------------------------------------------------- +Thu Nov 10 14:27:55 UTC 2011 - fcrozat@suse.com + +- Disable routing initscript commands through systemd, prevent + lockups. + ------------------------------------------------------------------- Thu Nov 03 11:52:08 CET 2011 - aschnell@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index 125ab49..e8f64ef 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -19,7 +19,7 @@ Name: yast2-installation -Version: 2.21.28 +Version: 2.22.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build