OBS User unknown 2009-02-11 15:17:38 +00:00 committed by Git OBS Bridge
parent 7129e2de84
commit d0bd307699
4 changed files with 38 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Feb 11 15:19:27 CET 2009 - mzugec@suse.cz
- store qeth options (bnc#474276)
- 2.18.3
-------------------------------------------------------------------
Mon Feb 2 15:11:27 CET 2009 - kmachalkova@suse.cz
- Read/write Host::write_hostname variable by Host module only,
override in inst_hostname if applicable (bnc#469752)
-------------------------------------------------------------------
Thu Jan 29 11:59:48 CET 2009 - kmachalkova@suse.cz
- Proxy finish popup is back - notify user about the need to relogin
to apply new settings (bnc#458708)
-------------------------------------------------------------------
Mon Jan 26 13:30:16 CET 2009 - mzugec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.18.2)
# spec file for package yast2-network (Version 2.18.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-network
Version: 2.18.2
Release: 2
Version: 2.18.3
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.18.2.tar.bz2
Source0: yast2-network-2.18.3.tar.bz2
Prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
@ -33,8 +33,9 @@ BuildRequires: yast2-devtools yast2-testsuite
BuildRequires: yast2-country
BuildRequires: yast2-installation >= 2.15.27
BuildRequires: yast2 >= 2.16.6
# needed for prefixlen support in aliases
Requires: yast2 >= 2.17.5
# network needs Wizard::OpenCancelOKDialog()
# function from yast2-2.18.2
Requires: yast2 >= 2.18.2
#netconfig (FaTE #303618)
Requires: sysconfig >= 0.71.2
#GetLanguageCountry
@ -77,7 +78,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.18.2
%setup -n yast2-network-2.18.3
%build
%{prefix}/bin/y2tool y2autoconf
@ -141,6 +142,15 @@ fi
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog
* Wed Feb 11 2009 mzugec@suse.cz
- store qeth options (bnc#474276)
- 2.18.3
* Mon Feb 02 2009 kmachalkova@suse.cz
- Read/write Host::write_hostname variable by Host module only,
override in inst_hostname if applicable (bnc#469752)
* Thu Jan 29 2009 kmachalkova@suse.cz
- Proxy finish popup is back - notify user about the need to relogin
to apply new settings (bnc#458708)
* Mon Jan 26 2009 mzugec@suse.cz
- lan : button labeling (bnc#440551)
* Mon Jan 26 2009 mzugec@suse.cz