OBS User unknown 2008-04-14 18:43:31 +00:00 committed by Git OBS Bridge
parent 1d5c8a0670
commit 6e007e65ff
4 changed files with 25 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Apr 14 17:09:59 CEST 2008 - mzugec@suse.cz
- install firmware for bcm4xx wireless (FaTE#302130)
- 2.16.37
-------------------------------------------------------------------
Mon Apr 14 14:56:03 CEST 2008 - kmachalkova@suse.cz
- Unified button labels (FaTE #120373), esp. in installation clients
-------------------------------------------------------------------
Fri Apr 4 19:06:48 CEST 2008 - mzugec@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.16.36)
# spec file for package yast2-network (Version 2.16.37)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,12 +12,12 @@
Name: yast2-network
Version: 2.16.36
Version: 2.16.37
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.16.36.tar.bz2
Source0: yast2-network-2.16.37.tar.bz2
Prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
@ -26,11 +26,8 @@ BuildRequires: yast2-devtools yast2-testsuite
BuildRequires: yast2-country
BuildRequires: yast2-installation >= 2.15.27
BuildRequires: yast2 >= 2.16.6
# String::Random
# Linuxrc::display_ip
# SuSEFirewall::IsInstalled
# NetworkDevices::GetDevTypeDescription
Requires: yast2 >= 2.16.43
# GetInstArgs::automatic_configuration
Requires: yast2 >= 2.16.46
Requires: sysconfig yast2-packager
#GetLanguageCountry
#(in newly created yast2-country-data)
@ -72,7 +69,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.16.36
%setup -n yast2-network-2.16.37
%build
%{prefix}/bin/y2tool y2autoconf
@ -135,8 +132,12 @@ fi
%doc %{prefix}/share/doc/packages/yast2-network
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog
* Mon Apr 14 2008 mzugec@suse.cz
- install firmware for bcm4xx wireless (FaTE#302130)
- 2.16.37
* Mon Apr 14 2008 kmachalkova@suse.cz
- Unified button labels (FaTE #120373), esp. in installation clients
* Fri Apr 04 2008 mzugec@suse.de
- fixed testsuite
* Fri Apr 04 2008 mzugec@suse.de