From a3a6f10c2b6947e11f9805b0df35be6d70417830 Mon Sep 17 00:00:00 2001 From: Jiri Skala Date: Thu, 1 Jul 2010 08:58:08 +0000 Subject: [PATCH] - fixes #609616 - does not adhere to Static Library Packaging Guidelines --- quagga.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quagga.spec b/quagga.spec index 9f6463e..ce404bc 100644 --- a/quagga.spec +++ b/quagga.spec @@ -32,7 +32,7 @@ Summary: Routing daemon Name: quagga Version: 0.99.16 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: System Environment/Daemons Source0: http://www.quagga.net/download/%{name}-%{version}.tar.gz @@ -91,6 +91,7 @@ Contributed/3rd party tools which may be of use with quagga. %package devel Summary: Header and object files for quagga development Group: System Environment/Daemons +Provides: %{name}-static = %{version}-%{release} %description devel The quagga-devel package contains the header and object files necessary for @@ -361,6 +362,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Jul 01 2010 Jiri Skala - 0.99.16-3 +- fixes #609616 - does not adhere to Static Library Packaging Guidelines + * Wed Jun 11 2010 Jiri Skala - 0.99.16-2 - pam.d is disabled