diff --git a/bridge-utils-1.7.1.tar.sign b/bridge-utils-1.7.1.tar.sign new file mode 100644 index 0000000..4691771 Binary files /dev/null and b/bridge-utils-1.7.1.tar.sign differ diff --git a/bridge-utils-1.7.1.tar.xz b/bridge-utils-1.7.1.tar.xz new file mode 100644 index 0000000..87b63d4 --- /dev/null +++ b/bridge-utils-1.7.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61d8be4f1a1405c60c8ef38d544f0c18c05b33b9b07e5b4b31033536165e60e +size 29632 diff --git a/bridge-utils-1.7.tar.sign b/bridge-utils-1.7.tar.sign deleted file mode 100644 index 312f820..0000000 Binary files a/bridge-utils-1.7.tar.sign and /dev/null differ diff --git a/bridge-utils-1.7.tar.xz b/bridge-utils-1.7.tar.xz deleted file mode 100644 index 2bea673..0000000 --- a/bridge-utils-1.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:939987e659b1a4c36ae46f44b6687f373bc5c916a9eab91f775630f5e38b997e -size 29420 diff --git a/bridge-utils.changes b/bridge-utils.changes index f7b218d..92199b1 100644 --- a/bridge-utils.changes +++ b/bridge-utils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 3 00:14:19 UTC 2021 - Ferdinand Thiessen + +- 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 diff --git a/bridge-utils.spec b/bridge-utils.spec index 5771da6..07e029a 100644 --- a/bridge-utils.spec +++ b/bridge-utils.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,19 @@ Name: bridge-utils -Version: 1.7 +Version: 1.7.1 Release: 0 Summary: Utilities for Configuring the Linux Ethernet Bridge License: GPL-2.0-or-later Group: Productivity/Networking/Routing URL: https://www.linuxfoundation.org/collaborate/workgroups/networking/bridge -Source0: https://kernel.org/pub/linux/kernel/people/shemminger/%{name}/%{name}-%{version}.tar.xz -Source1: https://kernel.org/pub/linux/kernel/people/shemminger/%{name}/%{name}-%{version}.tar.sign +Source0: https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.xz +Source1: https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.sign Patch0: %{name}-1.5-hz.diff Patch1: %{name}-1.5-optflags.patch Patch2: bridge-utils-1.5-ip6.patch BuildRequires: automake BuildRequires: libsysfs -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description 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 autoreconf -fiv %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install install -d -m 755 %{buildroot}/sbin install -D -m 644 libbridge/libbridge.h %{buildroot}%{_includedir}/libbridge.h install -D -m 644 libbridge/libbridge.a %{buildroot}%{_libdir}/libbridge.a