OBS User unknown 2007-01-16 16:36:26 +00:00 committed by Git OBS Bridge
parent 1d677ad4ae
commit def2e146c8
4 changed files with 20 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 16 11:40:06 CET 2007 - kmachalkova@suse.cz
- Avoid displaying empty strings in internet test dialog (#220813,
#223498)
- 2.15.9
-------------------------------------------------------------------
Thu Jan 11 08:13:29 CET 2007 - mzugec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.15.6)
# spec file for package yast2-network (Version 2.15.9)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-network
Version: 2.15.6
Release: 5
Version: 2.15.9
Release: 1
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.15.6.tar.bz2
Source0: yast2-network-2.15.9.tar.bz2
prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig
@ -28,7 +28,7 @@ Requires: yast2-core >= 2.10.6
# String::Random
# Linuxrc::display_ip
# NetworkDevices::FindFastest
Requires: yast2 >= 2.14.13
Requires: yast2 >= 2.15.2
Requires: sysconfig yast2-country yast2-inetd yast2-packager
PreReq: /bin/rm
Provides: y2c_lan y2c_dial yast2-config-adsl y2c_adsl
@ -51,7 +51,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.15.6
%setup -n yast2-network-2.15.9
%build
%{prefix}/bin/y2tool y2autoconf
@ -107,6 +107,10 @@ fi
/usr/share/YaST2/schema/autoyast/rnc/proxy.rnc
%changelog -n yast2-network
* Tue Jan 16 2007 - kmachalkova@suse.cz
- Avoid displaying empty strings in internet test dialog (#220813,
[#223498])
- 2.15.9
* Thu Jan 11 2007 - mzugec@suse.cz
- #150207 - disable sysconfig.displaymanager.KDE_USE_IPV6 when disabling ipv6
* Tue Jan 09 2007 - mzugec@suse.cz