From 8f3558ec956c7abf57ab6b995e2733ebb26c0fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Tue, 7 Dec 2010 11:14:38 +0100 Subject: [PATCH] - publican now needs a versioned BR (see /usr/bin/publican for details) --- systemtap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index bc7f08f..4258bf8 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -16,7 +16,7 @@ Name: systemtap Version: 1.3 -Release: 3%{?dist} +Release: 4%{?dist} # for version, see also configure.ac Summary: Instrumentation System Group: Development/System @@ -66,7 +66,7 @@ BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf latex2html # file-based buildreq on '/usr/share/xmlto/format/fo/pdf'. BuildRequires: xmlto /usr/share/xmlto/format/fo/pdf %if %{with_publican} -BuildRequires: publican +BuildRequires: publican >= 2.5 BuildRequires: /usr/share/publican/Common_Content/%{publican_brand}/defaults.cfg %endif %endif @@ -514,6 +514,9 @@ exit 0 %changelog +* Tue Dec 07 2010 Dan HorĂ¡k - 1.3-4 +- publican now needs a versioned BR (see /usr/bin/publican for details) + * Tue Nov 16 2010 David Smith - 1.3-3 - CVE-2010-4170 - CVE-2010-4171