rpms/rpm/devel rpm.spec,1.263,1.264

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Fri Oct 12 05:47:04 UTC 2007


Author: pmatilai

Update of /cvs/pkgs/rpms/rpm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1899

Modified Files:
	rpm.spec 
Log Message:
- add OSGi dependency generator script (should've been in 4.4.2.2 but
  forgot, duh)



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -r1.263 -r1.264
--- rpm.spec	11 Oct 2007 10:23:46 -0000	1.263
+++ rpm.spec	12 Oct 2007 05:46:31 -0000	1.264
@@ -6,7 +6,7 @@
 Summary: The RPM package management system
 Name: rpm
 Version: 4.4.2.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: System Environment/Base
 Url: http://www.rpm.org/
 Source: http://rpm.org/releases/rpm-4.4.x/%{name}-%{version}.tar.gz
@@ -18,6 +18,7 @@
 Patch6: rpm-4.4.2.2-matchpathcon.patch
 Patch7: rpm-4.4.2.1-no-popt.patch
 Patch8: rpm-4.4.2.2-nonutf-comment.patch
+Patch9: rpm-4.4.2.2-osgideps.patch
 
 # XXX Beware, this is one murky license, partially GPL/LGPL dual-licensed
 # and several different components with their own licenses included...
@@ -141,6 +142,7 @@
 %patch6 -p1 -b .matchpathcon
 %patch7 -p1 -b .no-popt
 %patch8 -p1 -b .nonutf-comment
+%patch9 -p1 -b .osgideps
 
 # force external popt
 rm -rf popt/
@@ -362,6 +364,7 @@
 %{rpmattr} %{rpmhome}/magic.req
 %{rpmattr} %{rpmhome}/mono-find-provides
 %{rpmattr} %{rpmhome}/mono-find-requires
+%{rpmattr} %{rpmhome}/osgideps.pl
 %{rpmattr} %{rpmhome}/perldeps.pl
 %{rpmattr} %{rpmhome}/perl.prov
 %{rpmattr} %{rpmhome}/perl.req
@@ -402,6 +405,9 @@
 %endif
 
 %changelog
+* Fri Oct 12 2007 Panu Matilainen <pmatilai at redhat.com> 4.4.2.2-3
+- add OSGi dependency generator script
+
 * Thu Oct 11 2007 Panu Matilainen <pmatilai at redhat.com> 4.4.2.2-2
 - merge review: remove static libraries (#226377)
 - merge review: remove comment causing doxygen to emit non-utf output (#226377)




More information about the fedora-extras-commits mailing list