From 33c2f5e9346928068f0daf5b12acaad6d5015901 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Jul 27 2015 13:02:21 +0000 Subject: 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. --- diff --git a/quagga.spec b/quagga.spec index 5a0a23e..d10868b 100644 --- a/quagga.spec +++ b/quagga.spec @@ -7,7 +7,7 @@ Name: quagga Version: 0.99.24.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Routing daemon License: GPLv2+ Group: System Environment/Daemons @@ -225,6 +225,9 @@ fi %{_includedir}/quagga/ospfd/*.h %changelog +* Mon Jul 27 2015 Richard W.M. Jones - 0.99.24.1-2 +- Bump version to rebuild against new RPM in Rawhide. + * Mon Jun 29 2015 Michal Sekletar - 0.99.24.1-1 - update to 0.99.24.1 (#1114339)