SHA256
1
0
forked from pool/bridge-utils

- Version update to 1.6:

* Various tiny fixes, nothing ground breaking
- Refresh patch bridge-utils-1.5-ip6.patch (fuzz)

OBS-URL: https://build.opensuse.org/package/show/network:utilities/bridge-utils?expand=0&rev=24
This commit is contained in:
Tomáš Chvátal 2016-10-18 14:07:55 +00:00 committed by Git OBS Bridge
parent 810f244614
commit d38224f011
5 changed files with 17 additions and 10 deletions

View File

@ -2,9 +2,9 @@ Index: libbridge/libbridge.h
=================================================================== ===================================================================
--- libbridge/libbridge.h.orig --- libbridge/libbridge.h.orig
+++ libbridge/libbridge.h +++ libbridge/libbridge.h
@@ -21,6 +21,7 @@ @@ -23,6 +23,7 @@
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h>
#include <linux/if.h> #include <linux/if.h>
+#include <linux/in6.h> +#include <linux/in6.h>
#include <linux/if_bridge.h> #include <linux/if_bridge.h>

View File

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

3
bridge-utils-1.6.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 18 14:06:26 UTC 2016 - tchvatal@suse.com
- Version update to 1.6:
* Various tiny fixes, nothing ground breaking
- Refresh patch bridge-utils-1.5-ip6.patch (fuzz)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 3 10:09:17 UTC 2015 - tchvatal@suse.com Thu Dec 3 10:09:17 UTC 2015 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package bridge-utils # spec file for package bridge-utils
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX 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
@ -17,15 +17,15 @@
Name: bridge-utils Name: bridge-utils
Version: 1.5 Version: 1.6
Release: 0 Release: 0
Summary: Utilities for Configuring the Linux Ethernet Bridge Summary: Utilities for Configuring the Linux Ethernet Bridge
License: GPL-2.0+ License: GPL-2.0+
Group: Productivity/Networking/Routing Group: Productivity/Networking/Routing
Url: http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge Url: http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge
Source: http://downloads.sourceforge.net/project/bridge/bridge/%{name}-%{version}.tar.gz Source: http://www.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.gz
Patch0: %{name}-%{version}-hz.diff Patch0: %{name}-1.5-hz.diff
Patch1: %{name}-%{version}-optflags.patch Patch1: %{name}-1.5-optflags.patch
Patch2: bridge-utils-1.5-ip6.patch Patch2: bridge-utils-1.5-ip6.patch
BuildRequires: automake BuildRequires: automake
BuildRequires: libsysfs BuildRequires: libsysfs