- Fixed broken autoyast in general (bnc#742855)

and in case with keep_install_network without dns without routing
  (bnc#712864).
- Filter out more Chelsio devices, by PCI id (bnc#711432#c83)
- 2.22.2

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=161
This commit is contained in:
Martin Vidner 2012-01-24 15:54:18 +00:00 committed by Git OBS Bridge
parent e32a26062e
commit a4d5fd3375
4 changed files with 21 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c5e8da7696aa3da90a0b48a0d59db84e4898dd6c268af2b36fa775942d001d1
size 296859

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:289ae2e754b7e8d4d110702a54642137bed3dea6d73389568e2f410b9108f0ec
size 296837

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 24 16:28:37 CET 2012 - mvidner@suse.cz
- Fixed broken autoyast in general (bnc#742855)
and in case with keep_install_network without dns without routing
(bnc#712864).
- Filter out more Chelsio devices, by PCI id (bnc#711432#c83)
- 2.22.2
-------------------------------------------------------------------
Thu Jan 12 15:52:47 CET 2012 - mvidner@suse.cz

View File

@ -16,22 +16,22 @@
#
Name: yast2-network
Version: 2.22.1
Version: 2.22.2
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-%{version}.tar.bz2
Group: System/YaST
License: GPL-2.0+
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
BuildRequires: perl-XML-Writer
BuildRequires: pkgconfig
BuildRequires: rpm
BuildRequires: update-desktop-files
BuildRequires: yast2-devtools yast2-testsuite
BuildRequires: yast2-country
BuildRequires: yast2-devtools
BuildRequires: yast2-installation >= 2.15.27
BuildRequires: yast2-testsuite
# NetworkInterfaces::Write should write ifcfgs only once
# Wizard::SetDesktopTitleAndIcon
@ -62,10 +62,12 @@ Obsoletes: y2t_lan y2t_adsl y2t_dial
Conflicts: yast2-core < 2.10.6
Summary: YaST2 - Network Configuration
License: GPL-2.0+
Group: System/YaST
%package devel-doc
Group: System/YaST
Summary: YaST2 - Developer documentation for yast2-network
Group: System/YaST
%description
This package contains the YaST2 component for network configuration.