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