Bump version to rebuild against new RPM in Rawhide.

This package links against librpm:

linker flags            : -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic -lcrypt  -Wl,-z,relro -Wl,-z,now -L/usr/lib64 -lnetsnmpmibs -lsensors -ldl -lrpm -lrpmio -lnetsnmpagent -lwrap -Wl,--enable-new-dtags -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lnetsnmp -lssl -lssl -lcrypto -lm -lrt -lcap  -ltermcap -lreadline -lm

and so requires rebuilding because there has been a librpm
SONAME bump in Rawhide.
This commit is contained in:
Richard W.M. Jones 2015-07-27 14:02:18 +01:00
parent 0e55b15e01
commit 33c2f5e934

View File

@ -7,7 +7,7 @@
Name: quagga Name: quagga
Version: 0.99.24.1 Version: 0.99.24.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: Routing daemon Summary: Routing daemon
License: GPLv2+ License: GPLv2+
Group: System Environment/Daemons Group: System Environment/Daemons
@ -225,6 +225,9 @@ fi
%{_includedir}/quagga/ospfd/*.h %{_includedir}/quagga/ospfd/*.h
%changelog %changelog
* Mon Jul 27 2015 Richard W.M. Jones <rjones@redhat.com> - 0.99.24.1-2
- Bump version to rebuild against new RPM in Rawhide.
* Mon Jun 29 2015 Michal Sekletar <msekleta@redhat.com> - 0.99.24.1-1 * Mon Jun 29 2015 Michal Sekletar <msekleta@redhat.com> - 0.99.24.1-1
- update to 0.99.24.1 (#1114339) - update to 0.99.24.1 (#1114339)