From 71c161e4aa384da331189d37039b98913a218fb12256e6a15cb397709d178953 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 2 Oct 2015 12:20:44 +0000 Subject: [PATCH 1/3] - Simplified second stage systemd unit to avoid dependencies cycles (bnc#947521 and bnc#931643). Logic moved to YaST startup scripts. - 3.1.160 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=739 --- YaST2-Second-Stage.service | 2 +- yast2-installation-3.1.159.tar.bz2 | 3 --- yast2-installation-3.1.160.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 yast2-installation-3.1.159.tar.bz2 create mode 100644 yast2-installation-3.1.160.tar.bz2 diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index 29e502e..7bdce64 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.service @@ -2,7 +2,7 @@ Description=YaST2 Second Stage # If xinetd is enabled, make sure it's already running so we can stop it during # initialization of the VNC server -After=apparmor.service local-fs.target plymouth-start.service xinetd.service +After=apparmor.service local-fs.target plymouth-start.service Before=getty@tty1.service display-manager.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service ConditionPathExists=/var/lib/YaST2/runme_at_boot diff --git a/yast2-installation-3.1.159.tar.bz2 b/yast2-installation-3.1.159.tar.bz2 deleted file mode 100644 index 601f724..0000000 --- a/yast2-installation-3.1.159.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6f3603411c2369150accdd1594418ef2694bf37d953bcc1270beafb6368a906 -size 395655 diff --git a/yast2-installation-3.1.160.tar.bz2 b/yast2-installation-3.1.160.tar.bz2 new file mode 100644 index 0000000..95da926 --- /dev/null +++ b/yast2-installation-3.1.160.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa563939afb91c6149cbe3f7e09fdffc0d75dc9d974859c9e0a068efd5ded0ba +size 396347 diff --git a/yast2-installation.changes b/yast2-installation.changes index 2222b2f..91db210 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 1 15:55:54 UTC 2015 - ancor@suse.com + +- Simplified second stage systemd unit to avoid dependencies cycles + (bnc#947521 and bnc#931643). Logic moved to YaST startup scripts. +- 3.1.160 + ------------------------------------------------------------------- Fri Sep 4 07:07:33 UTC 2015 - jsrain@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 07ad72d..76109d3 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.159 +Version: 3.1.160 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From e16da384c67ae91ba2a9b8d305b347435eb97c6944e68e6271c352fb73399018 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 9 Oct 2015 14:15:37 +0000 Subject: [PATCH 2/3] - Language selection screen fixed to immediately apply the keyboard layout after changing it automatically (bsc#947969). - 3.1.161 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=740 --- yast2-installation-3.1.160.tar.bz2 | 3 --- yast2-installation-3.1.161.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.160.tar.bz2 create mode 100644 yast2-installation-3.1.161.tar.bz2 diff --git a/yast2-installation-3.1.160.tar.bz2 b/yast2-installation-3.1.160.tar.bz2 deleted file mode 100644 index 95da926..0000000 --- a/yast2-installation-3.1.160.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa563939afb91c6149cbe3f7e09fdffc0d75dc9d974859c9e0a068efd5ded0ba -size 396347 diff --git a/yast2-installation-3.1.161.tar.bz2 b/yast2-installation-3.1.161.tar.bz2 new file mode 100644 index 0000000..e010993 --- /dev/null +++ b/yast2-installation-3.1.161.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ebbc52961dfa431cadc41882c72687bb90bfb9b1a4903a2f0f91eddd97a95d +size 396281 diff --git a/yast2-installation.changes b/yast2-installation.changes index 91db210..d341044 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 9 13:32:36 UTC 2015 - ancor@suse.com + +- Language selection screen fixed to immediately apply the keyboard + layout after changing it automatically (bsc#947969). +- 3.1.161 + ------------------------------------------------------------------- Thu Oct 1 15:55:54 UTC 2015 - ancor@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 76109d3..d8443f0 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.160 +Version: 3.1.161 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 992d26cf508a105adf04e064be2f1f243116cb02256dea08682f841f7f450e2e Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 15 Oct 2015 07:56:06 +0000 Subject: [PATCH 3/3] Updated to git ref dd06248 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=741 --- yast2-installation-3.1.161.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-installation-3.1.161.tar.bz2 b/yast2-installation-3.1.161.tar.bz2 index e010993..329d6b9 100644 --- a/yast2-installation-3.1.161.tar.bz2 +++ b/yast2-installation-3.1.161.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6ebbc52961dfa431cadc41882c72687bb90bfb9b1a4903a2f0f91eddd97a95d -size 396281 +oid sha256:cdb2fa367d6aa797eb370ecaa86a0115b44affbac983a544410625f360ee30d4 +size 396039