Compare commits

...

2 Commits

Author SHA1 Message Date
David Abdurachmanov cc5ef6233f
Disable --as-needed
Similar issues in the past:
- https://bugzilla.novell.com/show_bug.cgi?id=567267
- https://bugs.launchpad.net/ubuntu/+source/ebtables/+bug/899315

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-01-19 19:36:33 +01:00
David Abdurachmanov bca69e8ffc
No changes, just rebuild for riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-01-19 15:45:18 +01:00
1 changed files with 9 additions and 1 deletions

View File

@ -1,8 +1,10 @@
%global ebminor 4
%undefine _ld_as_needed
Name: ebtables
Version: 2.0.10
Release: 28%{?dist}
Release: 28.1.riscv64%{?dist}
Summary: Ethernet Bridge frame table administration tool
License: GPLv2+
URL: http://ebtables.sourceforge.net/
@ -128,6 +130,12 @@ fi
%ghost %{_sysconfdir}/sysconfig/ebtables.broute
%changelog
* Sat Jan 19 2019 David Abdurachmanov <david.abdurachmanov@gmail.com> 2.0.10-28.1.riscv64
- Disable --as-needed to resolve segfaults
* Sat Jan 19 2019 David Abdurachmanov <david.abdurachmanov@gmail.com> 2.0.10-28.0.riscv64
- No changes, just rebuild
* Sun Jul 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2.0.10-28
- Add gcc dep, spec cleanups