1
0
forked from pool/yast2-network
OBS User unknown 2009-06-03 22:19:55 +00:00 committed by Git OBS Bridge
parent 728ae86fe2
commit 49cee65f40
4 changed files with 54 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Jun 1 11:59:35 CEST 2009 - mzugec@suse.cz
- new variable Internet::test to store status of test (bnc#506721)
- 2.18.35
-------------------------------------------------------------------
Mon Jun 1 08:58:25 CEST 2009 - mzugec@suse.cz
- fixed buildtest
-------------------------------------------------------------------
Thu May 28 16:47:38 CEST 2009 - mzugec@suse.cz
- fixed: missing space in lan dialog (bnc#506732)
- 2.18.34
-------------------------------------------------------------------
Mon May 18 10:04:57 CEST 2009 - mzugec@suse.cz
- fixed: modem configuration syntax error (bnc#497459)
- 2.18.33
-------------------------------------------------------------------
Thu May 14 12:41:07 CEST 2009 - mzugec@suse.cz
- support for lcs::s390 devices (bnc#363978)
- 2.18.32
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 4 14:48:06 CEST 2009 - mzugec@suse.de Mon May 4 14:48:06 CEST 2009 - mzugec@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package yast2-network (Version 2.18.30) # spec file for package yast2-network (Version 2.18.35)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -19,12 +19,12 @@
Name: yast2-network Name: yast2-network
Version: 2.18.30 Version: 2.18.35
Release: 2 Release: 1
License: GPL v2 or later License: GPL v2 or later
Group: System/YaST Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.18.30.tar.bz2 Source0: yast2-network-2.18.35.tar.bz2
Prefix: /usr Prefix: /usr
# should be required by devtools # should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm BuildRequires: perl-XML-Writer pkgconfig rpm
@ -33,9 +33,9 @@ BuildRequires: yast2-devtools yast2-testsuite
BuildRequires: yast2-country BuildRequires: yast2-country
BuildRequires: yast2-installation >= 2.15.27 BuildRequires: yast2-installation >= 2.15.27
BuildRequires: yast2 >= 2.16.6 BuildRequires: yast2 >= 2.16.6
# network needs Wizard::OpenCancelOKDialog() # internet test needs Internet::test ;)
# function from yast2-2.18.2 # function from yast2-2.18.17
Requires: yast2 >= 2.18.2 Requires: yast2 >= 2.18.17
#netconfig (FaTE #303618) #netconfig (FaTE #303618)
Requires: sysconfig >= 0.71.2 Requires: sysconfig >= 0.71.2
#GetLanguageCountry #GetLanguageCountry
@ -78,7 +78,7 @@ Authors:
Michal Svec <msvec@suse.cz> Michal Svec <msvec@suse.cz>
%prep %prep
%setup -n yast2-network-2.18.30 %setup -n yast2-network-2.18.35
%build %build
%{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2autoconf
@ -142,6 +142,20 @@ fi
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING %exclude %{prefix}/share/doc/packages/yast2-network/COPYING
%exclude %{prefix}/share/doc/packages/yast2-network/README %exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog %changelog
* Mon Jun 01 2009 mzugec@suse.cz
- new variable Internet::test to store status of test (bnc#506721)
- 2.18.35
* Mon Jun 01 2009 mzugec@suse.cz
- fixed buildtest
* Thu May 28 2009 mzugec@suse.cz
- fixed: missing space in lan dialog (bnc#506732)
- 2.18.34
* Mon May 18 2009 mzugec@suse.cz
- fixed: modem configuration syntax error (bnc#497459)
- 2.18.33
* Thu May 14 2009 mzugec@suse.cz
- support for lcs::s390 devices (bnc#363978)
- 2.18.32
* Mon May 04 2009 mzugec@suse.de * Mon May 04 2009 mzugec@suse.de
- fixed: after autoinstall, dns and routing info are lost - fixed: after autoinstall, dns and routing info are lost
(bnc#498993) (bnc#498993)