[publican-fedora/f14] Fix Requires

Rüdiger Landmann rlandmann at fedoraproject.org
Wed Jun 22 02:59:25 UTC 2011


commit 22e2a68fd6993728b9c38ba9ce1356f98b2a8708
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Wed Jun 22 13:02:01 2011 +1000

    Fix Requires

 publican-fedora.spec |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/publican-fedora.spec b/publican-fedora.spec
index e86931b..f70ced6 100644
--- a/publican-fedora.spec
+++ b/publican-fedora.spec
@@ -3,8 +3,8 @@
 
 Name:		publican-%{brand}
 Summary:	Publican documentation template files for %{brand}
-Version:2.0
-Release:	0%{?dist}
+Version:	2.0
+Release:	3%{?dist}
 License:	CC-BY-SA
 Group:		Development/Libraries
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -15,8 +15,8 @@ ExclusiveArch:   i686 x86_64
 BuildArch:   noarch
 %endif
 Source:		https://fedorahosted.org/releases/publican/%{name}-%{version}.tgz
-Requires:	publican >= 2.0
-BuildRequires:	publican >= 2.0
+Requires:	publican >= 2.5
+BuildRequires:	publican >= 2.5
 URL:		https://publican.fedorahosted.org
 Obsoletes:	documentation-devel-Fedora
 
@@ -45,6 +45,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/publican/Common_Content/%{brand}
 
 %changelog
+* Wed Jun 22 2011 Rüdiger Landmann <r.landmann at redhat.com> 2.0-3
+- fix Requires
+
+* Wed Jun 22 2011 Rüdiger Landmann <r.landmann at redhat.com> 2.0-2
+- Rebuild to fix problems with entities -- BZ#714810
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0-1
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Sun Aug 29 2010 Rüdiger Landmann <r.landmann at redhat.com> 2.0-0
 - Extend callout graphics to 40; adjust colour and font BZ #629804 <r.landmann at redhat.com>
 - Restrict CSS style for edition to title pages to avoid applying to bibliographies <r.landmann at redhat.com>


More information about the scm-commits mailing list