[felix-utils] osgi.org groupId patch removed (fixed in felix-osgi-* packages)

Jaromír Cápík jcapik at fedoraproject.org
Thu Oct 13 09:29:52 UTC 2011


commit 30af6af9f8467f27ab51268c2f913365055f2bc1
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Thu Oct 13 11:29:48 2011 +0200

    osgi.org groupId patch removed (fixed in felix-osgi-* packages)

 felix-utils-osgi-groupid.patch |   18 ------------------
 felix-utils.spec               |    9 ++++-----
 2 files changed, 4 insertions(+), 23 deletions(-)
---
diff --git a/felix-utils.spec b/felix-utils.spec
index 84c23df..898bc75 100644
--- a/felix-utils.spec
+++ b/felix-utils.spec
@@ -3,7 +3,7 @@
 
 Name:             felix-utils
 Version:          1.1.0
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          Utility classes for OSGi
 License:          ASL 2.0
 Group:            Development/Libraries
@@ -11,8 +11,6 @@ URL:              http://felix.apache.org
 
 Source0:          http://www.fightrice.com/mirrors/apache/felix/%{site_name}-%{version}-project.tar.gz
 
-Patch0:           %{name}-osgi-groupid.patch
-
 BuildArch:        noarch
 
 BuildRequires:    java-devel
@@ -40,8 +38,6 @@ This package contains the API documentation for %{name}.
 %prep
 %setup -q -n %{site_name}-%{version}
 
-%patch0 -p1
-
 %build
 # one of the tests fails in mock (local build is ok)
 mvn-rpmbuild install javadoc:aggregate -Dmaven.test.failure.ignore=true
@@ -70,6 +66,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Thu Oct 13 2011 Jaromir Capik <jcapik at redhat.com> - 1.1.0-3
+- osgi.org groupId patch removed (fixed in felix-osgi-* packages)
+
 * Wed Sep 08 2011 Jaromir Capik <jcapik at redhat.com> - 1.1.0-2
 - Moved to felix subdir
 - Minor spec file changes


More information about the scm-commits mailing list