Accepting request 29023 from network:utilities
Copy from network:utilities/bridge-utils based on submit request 29023 from user coolo OBS-URL: https://build.opensuse.org/request/show/29023 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bridge-utils?expand=0&rev=7
This commit is contained in:
parent
38a1605e46
commit
48924ecf40
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 20 14:06:42 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- enable parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 6 08:52:32 CEST 2008 - crrodriguez@suse.de
|
Tue May 6 08:52:32 CEST 2008 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bridge-utils (Version 1.4)
|
# spec file for package bridge-utils (Version 1.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,10 +21,10 @@
|
|||||||
Name: bridge-utils
|
Name: bridge-utils
|
||||||
BuildRequires: libsysfs
|
BuildRequires: libsysfs
|
||||||
Version: 1.4
|
Version: 1.4
|
||||||
Release: 54
|
Release: 55
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Productivity/Networking/Routing
|
Group: Productivity/Networking/Routing
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Url: http://www.linux-foundation.org/en/Net:Bridge
|
Url: http://www.linux-foundation.org/en/Net:Bridge
|
||||||
Summary: Utilities for Configuring the Linux Ethernet Bridge
|
Summary: Utilities for Configuring the Linux Ethernet Bridge
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -55,7 +55,7 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure
|
%configure
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -74,27 +74,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/*
|
/sbin/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue May 06 2008 crrodriguez@suse.de
|
|
||||||
- fix for Feature No 300498 , use RPM_OPT_FLAGS everywhere.
|
|
||||||
* Wed Jan 09 2008 prusnak@suse.cz
|
|
||||||
- update to 1.4
|
|
||||||
* Tue Oct 17 2006 mjancar@suse.cz
|
|
||||||
- update to 1.2
|
|
||||||
* Fixed bug where setting port priority set path cost instead
|
|
||||||
* Tue Aug 08 2006 ro@suse.de
|
|
||||||
- define HZ to sysconf(_SC_CLK_TCK) if not defined
|
|
||||||
* Thu Jul 27 2006 mjancar@suse.cz
|
|
||||||
- update to 1.1
|
|
||||||
* Change to use libsysfs 2.0
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Wed Oct 05 2005 dmueller@suse.de
|
|
||||||
- add norootforbuild
|
|
||||||
* Mon Aug 01 2005 mjancar@suse.cz
|
|
||||||
- update to 1.0.6
|
|
||||||
* Thu Nov 11 2004 ro@suse.de
|
|
||||||
- fixed file list
|
|
||||||
* Fri Aug 13 2004 mjancar@suse.cz
|
|
||||||
- update to 1.0.4
|
|
||||||
* Fri Jun 20 2003 mjancar@suse.cz
|
|
||||||
- initial version 0.9.6
|
|
||||||
|
Loading…
Reference in New Issue
Block a user