OBS User unknown 2007-11-02 15:05:43 +00:00 committed by Git OBS Bridge
parent dda1881faf
commit 5b63e9153e
4 changed files with 31 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Nov 2 14:18:37 CET 2007 - locilka@suse.cz
- YCP Module Internet moved to yast2.rpm to break several
dependencies on yast2-network.
- Created new YCP module InternetDevices (some functions from
Internet module were moved there).
- Adjusted RPM dependencies.
- Adjusted Internet testsuite.
- 2.16.6
-------------------------------------------------------------------
Fri Oct 26 15:01:43 CEST 2007 - mzugec@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.16.5)
# spec file for package yast2-network (Version 2.16.6)
#
# 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.16.5
Version: 2.16.6
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.16.5.tar.bz2
Source0: yast2-network-2.16.6.tar.bz2
Prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
@ -24,11 +24,12 @@ BuildRequires: update-desktop-files
BuildRequires: yast2-devtools yast2-testsuite
BuildRequires: yast2-country
BuildRequires: yast2-installation >= 2.15.27
BuildRequires: yast2 >= 2.15.35
BuildRequires: yast2 >= 2.16.6
# String::Random
# Linuxrc::display_ip
# SuSEFirewall::IsInstalled
Requires: yast2 >= 2.15.35
# YCP module Internet
Requires: yast2 >= 2.16.6
Requires: sysconfig yast2-country yast2-packager
PreReq: /bin/rm
Provides: y2c_lan y2c_dial yast2-config-adsl y2c_adsl
@ -44,12 +45,12 @@ Conflicts: yast2-core < 2.10.6
Summary: YaST2 - Network Configuration
%package devel-doc
Version: 2.16.5
Version: 2.16.6
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.16.5.tar.bz2
Source0: yast2-network-2.16.6.tar.bz2
Prefix: /usr
Requires: yast2-network >= 2.15.53
Summary: YaST2 - Developer documentation for yast2-network
@ -73,7 +74,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.16.5
%setup -n yast2-network-2.16.6
%build
%{prefix}/bin/y2tool y2autoconf
@ -137,6 +138,14 @@ fi
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog
* Fri Nov 02 2007 - locilka@suse.cz
- YCP Module Internet moved to yast2.rpm to break several
dependencies on yast2-network.
- Created new YCP module InternetDevices (some functions from
Internet module were moved there).
- Adjusted RPM dependencies.
- Adjusted Internet testsuite.
- 2.16.6
* Fri Oct 26 2007 - mzugec@suse.de
- leave WIRELESS_KEY_X and WIRELESS_WPA_PSK empty for "no encryption"
auth mode (#335501)