Accepting request 897025 from home:susnux:branches:network:utilities

- Update to version 1.7.1
  * fix string overflow warnings
  * brctl: fix spelling on man page

OBS-URL: https://build.opensuse.org/request/show/897025
OBS-URL: https://build.opensuse.org/package/show/network:utilities/bridge-utils?expand=0&rev=31
This commit is contained in:
Pedro Monreal Gonzalez 2021-06-03 08:18:24 +00:00 committed by Git OBS Bridge
parent ab09e83dbd
commit 139539fc9e
6 changed files with 16 additions and 10 deletions

BIN
bridge-utils-1.7.1.tar.sign Normal file

Binary file not shown.

View File

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

Binary file not shown.

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jun 3 00:14:19 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 1.7.1
* fix string overflow warnings
* brctl: fix spelling on man page
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 27 16:44:27 UTC 2020 - Pedro Monreal <pmonreal@suse.com> Tue Oct 27 16:44:27 UTC 2020 - Pedro Monreal <pmonreal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package bridge-utils # spec file for package bridge-utils
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# 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,20 +17,19 @@
Name: bridge-utils Name: bridge-utils
Version: 1.7 Version: 1.7.1
Release: 0 Release: 0
Summary: Utilities for Configuring the Linux Ethernet Bridge Summary: Utilities for Configuring the Linux Ethernet Bridge
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Networking/Routing Group: Productivity/Networking/Routing
URL: https://www.linuxfoundation.org/collaborate/workgroups/networking/bridge URL: https://www.linuxfoundation.org/collaborate/workgroups/networking/bridge
Source0: https://kernel.org/pub/linux/kernel/people/shemminger/%{name}/%{name}-%{version}.tar.xz Source0: https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.xz
Source1: https://kernel.org/pub/linux/kernel/people/shemminger/%{name}/%{name}-%{version}.tar.sign Source1: https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.sign
Patch0: %{name}-1.5-hz.diff Patch0: %{name}-1.5-hz.diff
Patch1: %{name}-1.5-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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
This package contains utilities for configuring the Linux ethernet This package contains utilities for configuring the Linux ethernet
@ -57,10 +56,10 @@ The %{name} devel package contains files needed for development.
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
autoreconf -fiv autoreconf -fiv
%configure %configure
make %{?_smp_mflags} %make_build
%install %install
make DESTDIR=%{buildroot} install %{?_smp_mflags} %make_install
install -d -m 755 %{buildroot}/sbin install -d -m 755 %{buildroot}/sbin
install -D -m 644 libbridge/libbridge.h %{buildroot}%{_includedir}/libbridge.h install -D -m 644 libbridge/libbridge.h %{buildroot}%{_includedir}/libbridge.h
install -D -m 644 libbridge/libbridge.a %{buildroot}%{_libdir}/libbridge.a install -D -m 644 libbridge/libbridge.a %{buildroot}%{_libdir}/libbridge.a