This commit is contained in:
parent
f03bb3dc34
commit
af8eb1c912
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:37bdd753517022b6300b2a800a67affcdf715df8ca55318eac014a3beec8a818
|
|
||||||
size 270072
|
|
3
yast2-network-2.15.76.tar.bz2
Normal file
3
yast2-network-2.15.76.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fdc801cde14afd2f095720b962a47a6a4abe8171d48274cdd62e70c78314c923
|
||||||
|
size 289449
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 12 13:49:17 CEST 2007 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Do not re-add network devices (incl. loopback) into available
|
||||||
|
devices list each time Lan::Import() is called (#308132)
|
||||||
|
- Do not rewrite udev rules file during update (if it already exists
|
||||||
|
in Installation::destdir) (#293366c#7)
|
||||||
|
- 2.15.76
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 7 12:55:00 CEST 2007 - mzugec@suse.cz
|
Fri Sep 7 12:55:00 CEST 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-network (Version 2.15.75)
|
# spec file for package yast2-network (Version 2.15.76)
|
||||||
#
|
#
|
||||||
# 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.75
|
Version: 2.15.76
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-network-2.15.75.tar.bz2
|
Source0: yast2-network-2.15.76.tar.bz2
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
# should be required by devtools
|
# should be required by devtools
|
||||||
BuildRequires: perl-XML-Writer pkgconfig rpm
|
BuildRequires: perl-XML-Writer pkgconfig rpm
|
||||||
@ -43,12 +43,12 @@ Obsoletes: y2t_lan y2t_adsl y2t_dial
|
|||||||
Conflicts: yast2-core < 2.10.6
|
Conflicts: yast2-core < 2.10.6
|
||||||
Summary: YaST2 - Network Configuration
|
Summary: YaST2 - Network Configuration
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Version: 2.15.75
|
Version: 2.15.76
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-network-2.15.75.tar.bz2
|
Source0: yast2-network-2.15.76.tar.bz2
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
Requires: yast2-network >= 2.15.53
|
Requires: yast2-network >= 2.15.53
|
||||||
Summary: YaST2 - Developer documentation for yast2-network
|
Summary: YaST2 - Developer documentation for yast2-network
|
||||||
@ -73,7 +73,7 @@ Authors:
|
|||||||
Michal Svec <msvec@suse.cz>
|
Michal Svec <msvec@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-network-2.15.75
|
%setup -n yast2-network-2.15.76
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -141,6 +141,12 @@ fi
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 12 2007 - kmachalkova@suse.cz
|
||||||
|
- Do not re-add network devices (incl. loopback) into available
|
||||||
|
devices list each time Lan::Import() is called (#308132)
|
||||||
|
- Do not rewrite udev rules file during update (if it already exists
|
||||||
|
in Installation::destdir) (#293366c#7)
|
||||||
|
- 2.15.76
|
||||||
* Fri Sep 07 2007 - mzugec@suse.cz
|
* Fri Sep 07 2007 - mzugec@suse.cz
|
||||||
- fixed firmware installation for wlan cards (#307401)
|
- fixed firmware installation for wlan cards (#307401)
|
||||||
- 2.15.75
|
- 2.15.75
|
||||||
|
Loading…
Reference in New Issue
Block a user