From 76d023b45793b26d89170a7734ebb5bce3e268e3b8d45861a540a327582d934f Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 31 Mar 2014 12:15:50 +0000 Subject: [PATCH 1/4] - bnc#869719 - fixed parameters forcing manual network configuration on user's request at disks activation screen - 3.1.60 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=596 --- yast2-installation-3.1.59.tar.bz2 | 3 --- yast2-installation-3.1.60.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.59.tar.bz2 create mode 100644 yast2-installation-3.1.60.tar.bz2 diff --git a/yast2-installation-3.1.59.tar.bz2 b/yast2-installation-3.1.59.tar.bz2 deleted file mode 100644 index a4a5ac2..0000000 --- a/yast2-installation-3.1.59.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37d36c9f15dd4ad64268d35da695470978832763bd89eab417eabe25451f1b27 -size 1218746 diff --git a/yast2-installation-3.1.60.tar.bz2 b/yast2-installation-3.1.60.tar.bz2 new file mode 100644 index 0000000..97b5a89 --- /dev/null +++ b/yast2-installation-3.1.60.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e37bb11b8007b07b543873ffb6dc82182b2d2b8af64b2f71f49be114b7c41c +size 1219768 diff --git a/yast2-installation.changes b/yast2-installation.changes index 1a853b6..994bfac 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Mar 30 17:15:03 UTC 2014 - mfilka@suse.com + +- bnc#869719 + - fixed parameters forcing manual network configuration on user's + request at disks activation screen +- 3.1.60 + ------------------------------------------------------------------- Mon Mar 24 14:48:36 UTC 2014 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 9866f2b..b09c366 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.59 +Version: 3.1.60 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 477ecd8501558b73b7ea8a0325951ae2ef696ad38472c48bc1b1006573f8219c Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 2 Apr 2014 13:50:28 +0000 Subject: [PATCH 2/4] - remove ssh_service_finish as it is handle in firewall_stage1_finish due to split of ssh port open and sshd enablement (bnc#865056) - 3.1.61 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=597 --- yast2-installation-3.1.60.tar.bz2 | 3 --- yast2-installation-3.1.61.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.60.tar.bz2 create mode 100644 yast2-installation-3.1.61.tar.bz2 diff --git a/yast2-installation-3.1.60.tar.bz2 b/yast2-installation-3.1.60.tar.bz2 deleted file mode 100644 index 97b5a89..0000000 --- a/yast2-installation-3.1.60.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88e37bb11b8007b07b543873ffb6dc82182b2d2b8af64b2f71f49be114b7c41c -size 1219768 diff --git a/yast2-installation-3.1.61.tar.bz2 b/yast2-installation-3.1.61.tar.bz2 new file mode 100644 index 0000000..95b1f41 --- /dev/null +++ b/yast2-installation-3.1.61.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd378e17dfe7fd6eb6593e9e2f3301b305002203b3ed06f54a1e58a0e581d6e3 +size 1218654 diff --git a/yast2-installation.changes b/yast2-installation.changes index 994bfac..ea61451 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 2 09:25:38 UTC 2014 - jreidinger@suse.com + +- remove ssh_service_finish as it is handle in + firewall_stage1_finish due to split of ssh port open and sshd + enablement (bnc#865056) +- 3.1.61 + ------------------------------------------------------------------- Sun Mar 30 17:15:03 UTC 2014 - mfilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index b09c366..c4b0511 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.60 +Version: 3.1.61 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 7dfb50b2fe3c70f123cfb4704f4268d10372939aa3f650eacdfc5d03e55a0dff Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 3 Apr 2014 11:20:58 +0000 Subject: [PATCH 3/4] Updated to git ref de64c37 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=598 --- yast2-installation-3.1.61.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-installation-3.1.61.tar.bz2 b/yast2-installation-3.1.61.tar.bz2 index 95b1f41..ec06b7a 100644 --- a/yast2-installation-3.1.61.tar.bz2 +++ b/yast2-installation-3.1.61.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd378e17dfe7fd6eb6593e9e2f3301b305002203b3ed06f54a1e58a0e581d6e3 -size 1218654 +oid sha256:53d21d7574a9f2e64f67d77eb8eecf2e27524e50488567853dd2e76e28d3dac4 +size 1220904 From ff77dcf158cc6cd5768b0bb6d57323bf14753941147c4201d596033917a5e7ee Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 4 Apr 2014 07:50:28 +0000 Subject: [PATCH 4/4] - do not write network configuration from upgrade to system (bnc#871178) - 3.1.62 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=599 --- yast2-installation-3.1.61.tar.bz2 | 3 --- yast2-installation-3.1.62.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.61.tar.bz2 create mode 100644 yast2-installation-3.1.62.tar.bz2 diff --git a/yast2-installation-3.1.61.tar.bz2 b/yast2-installation-3.1.61.tar.bz2 deleted file mode 100644 index ec06b7a..0000000 --- a/yast2-installation-3.1.61.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53d21d7574a9f2e64f67d77eb8eecf2e27524e50488567853dd2e76e28d3dac4 -size 1220904 diff --git a/yast2-installation-3.1.62.tar.bz2 b/yast2-installation-3.1.62.tar.bz2 new file mode 100644 index 0000000..be4cb96 --- /dev/null +++ b/yast2-installation-3.1.62.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ff182393939d785e0f3c62fc140b60c8649335a3a6af78424950d787e56177 +size 1220105 diff --git a/yast2-installation.changes b/yast2-installation.changes index ea61451..7a55b72 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 3 12:15:49 UTC 2014 - jreidinger@suse.com + +- do not write network configuration from upgrade to system + (bnc#871178) +- 3.1.62 + ------------------------------------------------------------------- Wed Apr 2 09:25:38 UTC 2014 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index c4b0511..79cca21 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.61 +Version: 3.1.62 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build