OBS User unknown 2008-11-28 11:13:31 +00:00 committed by Git OBS Bridge
parent 72799c7ff7
commit 50e92edccd
4 changed files with 38 additions and 12 deletions

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Nov 26 17:19:46 CET 2008 - mzugec@suse.de
- change device name - validation for existing names (bnc#447480)
- 2.17.58
-------------------------------------------------------------------
Fri Nov 21 14:27:20 CET 2008 - kmachalkova@suse.cz
- Removed workaround for installing the right NetworkManager
frontend - this is now handled by NM itself (bnc#445643)
- Removed the single point of dependency on yast2-packager
because of that
- Avoid passing 'nil' arguments when /etc/HOSTNAME's content is not
\n-terminated (bnc#445531)
- Adjusted help text (write_hostname is configurable) (bnc#441819)
-------------------------------------------------------------------
Thu Nov 20 15:27:41 CET 2008 - mzugec@suse.cz
@ -4004,7 +4021,7 @@ Mon Aug 04 11:06:12 CEST 2003 - arvin@suse.de
- fixed return value in inst_netprobe
-------------------------------------------------------------------
Fri Aug 1 12:49:15 CEST 2003 - msvec@suse.cz
Fri Aug 2 12:49:15 CEST 2003 - msvec@suse.cz
- read /root/.curlrc only if present
- 2.8.10
@ -4583,7 +4600,7 @@ Mon Jul 29 17:57:19 CEST 2002 - msvec@suse.cz
- 2.6.10
-------------------------------------------------------------------
Sun Jul 24 20:05:14 CEST 2002 - kkeil@suse.de
Wed Jul 24 20:07:14 CEST 2002 - kkeil@suse.de
- ISDN interface and multi provider setup
- simple dialin server setup

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.17.57)
# spec file for package yast2-network (Version 2.17.58)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-network
Version: 2.17.57
Version: 2.17.58
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.17.57.tar.bz2
Source0: yast2-network-2.17.58.tar.bz2
Prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
@ -33,12 +33,10 @@ BuildRequires: yast2-devtools yast2-testsuite
BuildRequires: yast2-country
BuildRequires: yast2-installation >= 2.15.27
BuildRequires: yast2 >= 2.16.6
BuildRequires: yast2-packager >= 2.16.37
# needed for prefixlen support in aliases
Requires: yast2 >= 2.17.5
#netconfig (FaTE #303618)
Requires: sysconfig >= 0.71.2
Requires: yast2-packager >= 2.16.37
#GetLanguageCountry
#(in newly created yast2-country-data)
Requires: yast2-country-data >= 2.16.3
@ -79,7 +77,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.17.57
%setup -n yast2-network-2.17.58
%build
%{prefix}/bin/y2tool y2autoconf
@ -144,6 +142,17 @@ fi
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog
* Wed Nov 26 2008 mzugec@suse.de
- change device name - validation for existing names (bnc#447480)
- 2.17.58
* Fri Nov 21 2008 kmachalkova@suse.cz
- Removed workaround for installing the right NetworkManager
frontend - this is now handled by NM itself (bnc#445643)
- Removed the single point of dependency on yast2-packager
because of that
- Avoid passing 'nil' arguments when /etc/HOSTNAME's content is not
\n-terminated (bnc#445531)
- Adjusted help text (write_hostname is configurable) (bnc#441819)
* Thu Nov 20 2008 mzugec@suse.cz
- change in device activation in dsl configuration is not accepted
(bnc#442741)
@ -2360,7 +2369,7 @@ fi
- fixed testsuite
* Mon Aug 04 2003 arvin@suse.de
- fixed return value in inst_netprobe
* Fri Aug 01 2003 msvec@suse.cz
* Sat Aug 02 2003 msvec@suse.cz
- read /root/.curlrc only if present
- 2.8.10
* Fri Aug 01 2003 msvec@suse.de