From 158b3cfb05a8023331521e8542070828558a0546f15b423f7036aa5651be9eaa Mon Sep 17 00:00:00 2001 From: Lukas Ocilka Date: Thu, 3 Jan 2013 13:41:13 +0000 Subject: [PATCH 1/2] - Testsuites adapted to switching Service module to systemd (yast2-2.23.15) - 2.24.9 - confirmed license - Code cleanup: - removed obsolete and empty function ScreenName. - removed reference to CVS/SVN feature ($Id$) OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=189 --- yast2-network-2.24.8.tar.bz2 | 3 --- yast2-network-2.24.9.tar.bz2 | 3 +++ yast2-network.changes | 19 +++++++++++++++++++ yast2-network.spec | 9 +++++---- 4 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 yast2-network-2.24.8.tar.bz2 create mode 100644 yast2-network-2.24.9.tar.bz2 diff --git a/yast2-network-2.24.8.tar.bz2 b/yast2-network-2.24.8.tar.bz2 deleted file mode 100644 index 76b7bd3..0000000 --- a/yast2-network-2.24.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed7c67ae3cae98adec59e59575cea4ec0b2493fde5055e91b35cefabbeb89ab0 -size 286735 diff --git a/yast2-network-2.24.9.tar.bz2 b/yast2-network-2.24.9.tar.bz2 new file mode 100644 index 0000000..4291268 --- /dev/null +++ b/yast2-network-2.24.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90104bccd57ba1da7b2fbd1898cf70bad54e21bd6cb647d7b075dfd1db43591 +size 294527 diff --git a/yast2-network.changes b/yast2-network.changes index 9dc623d..ff3dd9f 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Jan 3 12:31:30 UTC 2013 - locilka@suse.com + +- Testsuites adapted to switching Service module to systemd + (yast2-2.23.15) +- 2.24.9 + +------------------------------------------------------------------- +Thu Nov 15 11:48:12 UTC 2012 - mfilka@suse.com + +- confirmed license + +------------------------------------------------------------------- +Tue Nov 13 08:51:51 UTC 2012 - mfilka@suse.com + +- Code cleanup: + - removed obsolete and empty function ScreenName. + - removed reference to CVS/SVN feature ($Id$) + ------------------------------------------------------------------- Tue Nov 6 10:44:59 UTC 2012 - mfilka@suse.com diff --git a/yast2-network.spec b/yast2-network.spec index ff0a8c7..42bc8d7 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -1,7 +1,7 @@ # # spec file for package yast2-network # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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,7 +17,7 @@ Name: yast2-network -Version: 2.24.8 +Version: 2.24.9 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -37,7 +37,8 @@ BuildRequires: yast2-testsuite # Wizard::SetDesktopTitleAndIcon # yast2 v2.23.0 - support for shel (un)quoting # yast2 v2.23.6 - updated API for IPv6 -BuildRequires: yast2 >= 2.23.6 +# yast2 v2.23.15 - Service module switched to systemd +BuildRequires: yast2 >= 2.23.15 Requires: yast2 >= 2.23.6 #netconfig (FaTE #303618) @@ -55,7 +56,7 @@ PreReq: /bin/rm Conflicts: yast2-core < 2.10.6 Summary: YaST2 - Network Configuration -License: GPL-2.0+ +License: GPL-2.0 Group: System/YaST %package devel-doc From ee8c14db83706b62350bd29a42cb58101aa0e84de1c2736c7a527009e4a81905 Mon Sep 17 00:00:00 2001 From: Lukas Ocilka Date: Mon, 7 Jan 2013 12:19:40 +0000 Subject: [PATCH 2/2] - Testsuite adapted to merging SuSEfirewall2_* scripts into one (yast2-2.23.17) OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=190 --- yast2-network-2.24.9.tar.bz2 | 4 ++-- yast2-network.changes | 2 ++ yast2-network.spec | 8 ++------ 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/yast2-network-2.24.9.tar.bz2 b/yast2-network-2.24.9.tar.bz2 index 4291268..50bd28a 100644 --- a/yast2-network-2.24.9.tar.bz2 +++ b/yast2-network-2.24.9.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b90104bccd57ba1da7b2fbd1898cf70bad54e21bd6cb647d7b075dfd1db43591 -size 294527 +oid sha256:63f97c07be62e267b09c719798b97a6fbbc11908cb1ebb024dba30f03fa94670 +size 294418 diff --git a/yast2-network.changes b/yast2-network.changes index ff3dd9f..65c75dd 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -3,6 +3,8 @@ Thu Jan 3 12:31:30 UTC 2013 - locilka@suse.com - Testsuites adapted to switching Service module to systemd (yast2-2.23.15) +- Testsuite adapted to merging SuSEfirewall2_* scripts into one + (yast2-2.23.17) - 2.24.9 ------------------------------------------------------------------- diff --git a/yast2-network.spec b/yast2-network.spec index 42bc8d7..4ce3104 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -33,12 +33,8 @@ BuildRequires: yast2-devtools BuildRequires: yast2-installation >= 2.15.27 BuildRequires: yast2-testsuite -# NetworkInterfaces::Write should write ifcfgs only once -# Wizard::SetDesktopTitleAndIcon -# yast2 v2.23.0 - support for shel (un)quoting -# yast2 v2.23.6 - updated API for IPv6 -# yast2 v2.23.15 - Service module switched to systemd -BuildRequires: yast2 >= 2.23.15 +# yast2 v2.23.17 - SuSEfirewall2_* scripts merged into one +BuildRequires: yast2 >= 2.23.17 Requires: yast2 >= 2.23.6 #netconfig (FaTE #303618)