From 9948581f94269908772409a79984810d8dbcbbca Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Dec 28 2020 20:40:52 +0000 Subject: Remove support for Red Hat Enterprise Linux 6 --- diff --git a/bgpq4.spec b/bgpq4.spec index 2c9a0e6..9c0c943 100644 --- a/bgpq4.spec +++ b/bgpq4.spec @@ -10,12 +10,8 @@ Source0: https://github.com/bgp/bgpq4/archive/%{version}/%{name}-%{versio BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc -%if 0%{?fedora} || (0%{?rhel} && 0%{?rhel} > 6) BuildRequires: discount -%else -BuildRequires: python-markdown -BuildRequires: sed -%endif +BuildRequires: make %description The bgpq4 utility can be used to generate BGP filter configurations @@ -26,9 +22,6 @@ OpenBGPD routers as well as generic JSON. %prep %setup -q -%if 0%{?rhel} == 6 -sed -e '/^AC_PACKAGE_URL/d' -e 's/-std=gnu11/-std=gnu99/' -i configure.ac -%endif autoreconf --install %build