Skip to content

Commit

Permalink
redhat: rpm spec: added protobuf-c to deps & fix bogus changelog date
Browse files Browse the repository at this point in the history
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 <[email protected]> - 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 <[email protected]> - 9.1
```

Signed-off-by: Konstantin Shalygin <[email protected]>
  • Loading branch information
k0ste committed Dec 22, 2023
1 parent bbda45a commit 47bce17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion redhat/frr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -799,7 +800,7 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons

* Tue Oct 10 2023 Donatas Abraitis <[email protected]> - %{version}

* Thu Oct 09 2023 Donatas Abraitis <[email protected]> - 9.1
* Mon Oct 09 2023 Donatas Abraitis <[email protected]> - 9.1
- Major highlights:
- OSPFv2 HMAC-SHA Cryptographic Authentication
- BGP MAC-VRF Site-Of-Origin support
Expand Down

0 comments on commit 47bce17

Please sign in to comment.