OBS User unknown 2007-09-18 13:33:49 +00:00 committed by Git OBS Bridge
parent af8eb1c912
commit b2da4a9238
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:fdc801cde14afd2f095720b962a47a6a4abe8171d48274cdd62e70c78314c923
size 289449

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 18 14:54:18 CEST 2007 - kmachalkova@suse.cz
- Removed all udev rules workarounds (manually removing lockfiles,
tmp rules, calling udevtrigger) - just copy udev rules for net and
cd to the installed system iff they don't already exist (#292375)
- 2.15.77
-------------------------------------------------------------------
Wed Sep 12 13:49:17 CEST 2007 - kmachalkova@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.15.76)
# spec file for package yast2-network (Version 2.15.77)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,13 +11,13 @@
# norootforbuild
Name: yast2-network
Version: 2.15.76
Version: 2.15.77
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.15.76.tar.bz2
prefix: /usr
Source0: yast2-network-2.15.77.tar.bz2
Prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
BuildRequires: update-desktop-files
@ -42,14 +42,15 @@ Obsoletes: y2t_lan y2t_adsl y2t_dial
# carrier detection
Conflicts: yast2-core < 2.10.6
Summary: YaST2 - Network Configuration
%package devel-doc
Version: 2.15.76
Version: 2.15.77
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.15.76.tar.bz2
prefix: /usr
Source0: yast2-network-2.15.77.tar.bz2
Prefix: /usr
Requires: yast2-network >= 2.15.53
Summary: YaST2 - Developer documentation for yast2-network
@ -62,7 +63,6 @@ Authors:
--------
Michal Svec <msvec@suse.cz>
%description devel-doc
This package contains autogenerated documentation for yast2-network
@ -73,7 +73,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.15.76
%setup -n yast2-network-2.15.77
%build
%{prefix}/bin/y2tool y2autoconf
@ -130,7 +130,6 @@ fi
%dir %{prefix}/share/doc/packages/yast2-network
%{prefix}/share/doc/packages/yast2-network/COPYING
%{prefix}/share/doc/packages/yast2-network/COPYRIGHT.english
%readme %{prefix}/share/doc/packages/yast2-network/README
%files devel-doc
@ -141,6 +140,11 @@ fi
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog
* Tue Sep 18 2007 - kmachalkova@suse.cz
- Removed all udev rules workarounds (manually removing lockfiles,
tmp rules, calling udevtrigger) - just copy udev rules for net and
cd to the installed system iff they don't already exist (#292375)
- 2.15.77
* 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)