summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorKonstantin Shalygin <k0ste@k0ste.ru>2023-12-21 16:34:26 +0300
committerKonstantin Shalygin <k0ste@k0ste.ru>2023-12-22 11:03:41 +0300
commit47bce1762b2000e12b12ef4b5fe6bcf7d6cc4266 (patch)
tree278ef3c827dd3519898c6be54d632b5e119f272b /redhat
parentbbda45a82546bc0d841de5503e14b674db5e8c80 (diff)
redhat: rpm spec: added protobuf-c to deps & fix bogus changelog date
Fixes for: ``` checking for protoc-c... no configure: error: in `/builddir/build/BUILD/frr-frr-9.1': configure: error: protobuf requested but protoc-c not found. Install protobuf-c. ``` And rpmlint warnings: ``` warning: line 208: It's not recommended to have unversioned Obsoletes: Obsoletes: gated mrt zebra frr-sysvinit warning: bogus date in %changelog: Thu Oct 09 2023 Donatas Abraitis <donatas@opensourcerouting.org> - 9.1 line 208: It's not recommended to have unversioned Obsoletes: Obsoletes: gated mrt zebra frr-sysvinit bogus date in %changelog: Thu Oct 09 2023 Donatas Abraitis <donatas@opensourcerouting.org> - 9.1 ``` Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
Diffstat (limited to 'redhat')
-rw-r--r--redhat/frr.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index ac1d68d65b..c2391206b7 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -180,6 +180,7 @@ BuildRequires: flex
BuildRequires: gcc
BuildRequires: json-c-devel
BuildRequires: libcap-devel
+BuildRequires: protobuf-c-devel
BuildRequires: make
BuildRequires: ncurses-devel
BuildRequires: readline-devel
@@ -799,7 +800,7 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
* Tue Oct 10 2023 Donatas Abraitis <donatas@opensourcerouting.org> - %{version}
-* Thu Oct 09 2023 Donatas Abraitis <donatas@opensourcerouting.org> - 9.1
+* Mon Oct 09 2023 Donatas Abraitis <donatas@opensourcerouting.org> - 9.1
- Major highlights:
- OSPFv2 HMAC-SHA Cryptographic Authentication
- BGP MAC-VRF Site-Of-Origin support