[publican-ovirt/f14/master] fix FTBFS rhbz#631460

Alan Pevec apevec at fedoraproject.org
Wed Sep 8 09:39:49 UTC 2010


commit 9fc825851386b308afd4fac57de685297e5b69b8
Author: Alan Pevec <apevec at redhat.com>
Date:   Wed Sep 8 11:14:36 2010 +0200

    fix FTBFS rhbz#631460
    
    * Mon Jul 5 2010 Jeff Fearn <jfearn at redhat.com> 1.3
    - Port to Publican 2

 .gitignore          |    2 +-
 publican-ovirt.spec |   29 +++++++++++++++++++----------
 sources             |    2 +-
 3 files changed, 21 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d5a6399..5f6e8e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-publican-ovirt-1.0.tgz
+publican-ovirt-1.3.tgz
diff --git a/publican-ovirt.spec b/publican-ovirt.spec
index 6d3a9f0..41ef297 100644
--- a/publican-ovirt.spec
+++ b/publican-ovirt.spec
@@ -2,15 +2,15 @@
 
 Name:		publican-ovirt
 Summary:	Common documentation files for %{brand}
-Version:	1.0
+Version:	1.3
 Release:	1%{?dist}
 License:	Open Publication
 Group:		Applications/Text
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Buildarch:	noarch
 Source:		https://fedorahosted.org/releases/p/u/publican/%{name}-%{version}.tgz
-Requires:	publican >= 1.0
-BuildRequires:	publican >= 1.0
+Requires:	publican >= 2.0
+BuildRequires:	publican >= 2.0
 URL:		https://fedorahosted.org/publican
 
 %description
@@ -26,7 +26,7 @@ publican build --formats=xml --langs=all --publish
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p -m755 $RPM_BUILD_ROOT%{_datadir}/publican/Common_Content
-publican installbrand --path=$RPM_BUILD_ROOT%{_datadir}/publican/Common_Content
+publican install_brand --path=$RPM_BUILD_ROOT%{_datadir}/publican/Common_Content
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -38,17 +38,26 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/publican/Common_Content/%{brand}
 
 %changelog
+* Mon Jul 5 2010 Jeff Fearn <jfearn at redhat.com> 1.3
+- Port to Publican 2
+
+* Thu Jun 10 2010 Jeff Fearn <jfearn at redhat.com> 1.2
+- Remove HTML term color. BZ #592822
+
+* Thu Mar 25 2010 Rüdiger Landmann <r.landmann at redhat.com> 1.1
+- add trademark notices for XFS and Java per Pamela Chestek <pchestek at redhat.com>
+
 * Fri Oct 30 2009 Jeff Fearn <jfearn at redhat.com> 1.0
 - port to publican 1.0.
 
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Wed Feb 25 2009  Jeff Fearn <jfearn at redhat.com> 0.7
+- Add symlinks for langauges without country codes. BZ #487256
 
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Mon Jan 5 2009 Jeff Fearn <jfearn at redhat.com> 0.6
+- Add LICENSE override for RPMs. BZ #477720
 
-* Fri Oct 03 2008 Alan Pevec <apevec at redhat.com> 0.4-3
-- Fedora review feedback: use official upstream tarball and preserve timestamps
+* Mon Dec 1 2008 Jeff Fearn <jfearn at redhat.com> 0.5
+- Add override for PROD_URL
 
 * Mon Sep 15 2008 Alan Pevec <apevec at redhat.com> 0.4-2
 - Initial Fedora submission, fix rpmlint errors
diff --git a/sources b/sources
index db906b8..8779fa7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a31afd1e3c5b3633fc8ed5f4f5ed8582  publican-ovirt-1.0.tgz
+e9b6ff73da8cf6f65acda1e651bef8c3  publican-ovirt-1.3.tgz


More information about the scm-commits mailing list