[publican-jboss] update to 2.6

Rüdiger Landmann rlandmann at fedoraproject.org
Thu Jun 9 11:09:07 UTC 2011


commit 72e1c9bb270b55601b3690f2394eca810aa16598
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Thu Jun 9 21:11:41 2011 +1000

    update to 2.6

 .gitignore             |    1 +
 publican-jboss-2.4.tgz |  Bin 134180 -> 0 bytes
 publican-jboss.spec    |   22 +++++++++++++++++-----
 sources                |    1 +
 4 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..668f80e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/publican-jboss-2.6.tgz
diff --git a/publican-jboss.spec b/publican-jboss.spec
index 7297b4f..44b402c 100644
--- a/publican-jboss.spec
+++ b/publican-jboss.spec
@@ -1,13 +1,20 @@
 %define brand JBoss
+%define pub_name Publican
+%define RHEL6 %(test %{?dist} == .el6 && echo 1 || echo 0)
 
 Name:		publican-jboss
 Summary:	Common documentation files for %{brand}
-Version:	2.4
-Release:	2%{?dist}
+Version:	2.6
+Release:	1%{?dist}
 License:	CC-BY-SA
 Group:		Applications/Text
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Buildarch:	noarch
+# Limited to these arches on RHEL 6 due to PDF + Java limitations
+%if %{RHEL6}
+ExclusiveArch:   i686 x86_64
+%else
+BuildArch:   noarch
+%endif
 Source:		https://fedorahosted.org/releases/p/u/publican/%{name}-%{version}.tgz
 Requires:	publican >= 2.5
 BuildRequires:	publican >= 2.5
@@ -40,8 +47,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/publican/Common_Content/%{brand}
 
 %changelog
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Thu Jun 9 2011 Rüdiger Landmann <r.landmann at redhat.com> 2.6-1
+- fix support for extra trademarks -- BZ#708259
+
+* Thu Jun 9 2011 Rüdiger Landmann <r.landmann at redhat.com> 2.5-1
+- add "getting help" section
+- update "giving feedback" section -- BZ#706302
+- add support for extra trademarks -- BZ#708259
 
 * Fri Jan 21 2011 Rüdiger Landmann <r.landmann at redhat.com> 2.4-1
 - remove max_image_width
diff --git a/sources b/sources
index e69de29..2e15ec8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f6aca95ce58d260225abee6ee0c0a059  publican-jboss-2.6.tgz


More information about the scm-commits mailing list