From 4a189463081441339af06a460f5de14c316d983c4935ea1ea3f9d46bf6204cec Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 12 Mar 2007 11:03:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=14 --- yast2-network-2.15.15.tar.bz2 | 3 --- yast2-network-2.15.16.tar.bz2 | 3 +++ yast2-network.changes | 23 +++++++++++++++++++++++ yast2-network.spec | 32 +++++++++++++++++++++++--------- 4 files changed, 49 insertions(+), 12 deletions(-) delete mode 100644 yast2-network-2.15.15.tar.bz2 create mode 100644 yast2-network-2.15.16.tar.bz2 diff --git a/yast2-network-2.15.15.tar.bz2 b/yast2-network-2.15.15.tar.bz2 deleted file mode 100644 index 52f8c5c..0000000 --- a/yast2-network-2.15.15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a6be9130b7cdce5e3cbbfbef6596b01ba438198414e428c82a359a7e5e8a6df -size 266544 diff --git a/yast2-network-2.15.16.tar.bz2 b/yast2-network-2.15.16.tar.bz2 new file mode 100644 index 0000000..e441917 --- /dev/null +++ b/yast2-network-2.15.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517b904b71555bfec18ec50df3562c10964c61b721203e71db0af7c8749e5c85 +size 266692 diff --git a/yast2-network.changes b/yast2-network.changes index f8cff61..3b59a8e 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Mar 12 11:48:02 CET 2007 - mzugec@suse.cz + +- use IPADDR/PREFIXLEN as default instead of NETMASK (#231997) +- use HAL UDI instead of UNIQUE +- redesign UI into tabs - split global and details (fate #120077) +- 2.15.16 + +------------------------------------------------------------------- +Mon Mar 12 10:01:33 CET 2007 - kmachalkova@suse.cz + +- Added dependency yast2 >= 2.15.15, removed dependency on + yast2-inetd, yast2-core moved to Conflicts: (indirect dependency) + +------------------------------------------------------------------- +Fri Mar 9 17:19:56 CET 2007 - kmachalkova@suse.cz + +- Network installation proposal: + Do not re-propose firewall zone for the interface if it has been + explicitly changed by user in add/edit dialog (#241107) +- Disable firewall related functionality (incl. final progress text) + if package SuSEfirewall2 is not installed (#249847) + ------------------------------------------------------------------- Fri Mar 9 16:03:11 CET 2007 - mzugec@suse.cz diff --git a/yast2-network.spec b/yast2-network.spec index 3766bb0..9abe3a7 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-network (Version 2.15.15) +# spec file for package yast2-network (Version 2.15.16) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,25 +11,23 @@ # norootforbuild Name: yast2-network -Version: 2.15.15 +Version: 2.15.16 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-network-2.15.15.tar.bz2 +Source0: yast2-network-2.15.16.tar.bz2 prefix: /usr # should be required by devtools BuildRequires: perl-XML-Writer pkgconfig BuildRequires: update-desktop-files BuildRequires: yast2 yast2-devtools yast2-testsuite BuildRequires: yast2-country yast2-installation -# carrier detection -Requires: yast2-core >= 2.10.6 # String::Random # Linuxrc::display_ip -# NetworkDevices::FindFastest -Requires: yast2 >= 2.15.2 -Requires: sysconfig yast2-country yast2-inetd yast2-packager +# SuSEFirewall::IsInstalled +Requires: yast2 >= 2.15.15 +Requires: sysconfig yast2-country yast2-packager PreReq: /bin/rm Provides: y2c_lan y2c_dial yast2-config-adsl y2c_adsl Obsoletes: y2c_lan y2c_dial yast2-config-adsl y2c_adsl @@ -39,6 +37,8 @@ Provides: yast2-trans-network yast2-trans-adsl Obsoletes: yast2-trans-network yast2-trans-adsl Provides: y2t_lan y2t_adsl y2t_dial Obsoletes: y2t_lan y2t_adsl y2t_dial +# carrier detection +Conflicts: yast2-core < 2.10.6 Summary: YaST2 - Network Configuration %description @@ -51,7 +51,7 @@ Authors: Michal Svec %prep -%setup -n yast2-network-2.15.15 +%setup -n yast2-network-2.15.16 %build %{prefix}/bin/y2tool y2autoconf @@ -107,6 +107,20 @@ fi /usr/share/YaST2/schema/autoyast/rnc/proxy.rnc %changelog +* Mon Mar 12 2007 - mzugec@suse.cz +- use IPADDR/PREFIXLEN as default instead of NETMASK (#231997) +- use HAL UDI instead of UNIQUE +- redesign UI into tabs - split global and details (fate #120077) +- 2.15.16 +* Mon Mar 12 2007 - kmachalkova@suse.cz +- Added dependency yast2 >= 2.15.15, removed dependency on + yast2-inetd, yast2-core moved to Conflicts: (indirect dependency) +* Fri Mar 09 2007 - kmachalkova@suse.cz +- Network installation proposal: + Do not re-propose firewall zone for the interface if it has been + explicitly changed by user in add/edit dialog (#241107) +- Disable firewall related functionality (incl. final progress text) + if package SuSEfirewall2 is not installed (#249847) * Fri Mar 09 2007 - mzugec@suse.cz - disable finish popup to configure mail (#163955) - 2.15.15