rpms/namazu/F-7 filter-requires-namazu.sh, 1.3, 1.4 namazu.spec, 1.9, 1.10

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Thu Apr 3 13:33:43 UTC 2008


Author: tagoh

Update of /cvs/pkgs/rpms/namazu/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24621

Modified Files:
	filter-requires-namazu.sh namazu.spec 
Log Message:
* Thu Apr  3 2008 Akira TAGOH <tagoh at redhat.com> - 2.0.18-3
- Revert filter-requires-namazu.sh to use find-requires instead of perl.req. (#439373)


Index: filter-requires-namazu.sh
===================================================================
RCS file: /cvs/pkgs/rpms/namazu/F-7/filter-requires-namazu.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- filter-requires-namazu.sh	24 Mar 2008 13:01:50 -0000	1.3
+++ filter-requires-namazu.sh	3 Apr 2008 13:33:06 -0000	1.4
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-/usr/lib/rpm/perl.req $* | egrep -v 'perl\((nmzidx.pl|conf.pl|document.pl|time.pl|util.pl|var.pl)\)'
+/usr/lib/rpm/find-requires $* | egrep -v 'perl\((nmzidx.pl|conf.pl|document.pl|time.pl|util.pl|var.pl)\)'


Index: namazu.spec
===================================================================
RCS file: /cvs/pkgs/rpms/namazu/F-7/namazu.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- namazu.spec	28 Mar 2008 11:41:12 -0000	1.9
+++ namazu.spec	3 Apr 2008 13:33:06 -0000	1.10
@@ -6,7 +6,7 @@
 
 Name:		namazu
 Version:	2.0.18
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPLv2+
 URL:		http://www.namazu.org/
 BuildRequires:	perl >= 5.6.0, perl-NKF >= 1.70, perl-Text-Kakasi >= 1.00
@@ -147,6 +147,9 @@
 
 
 %changelog
+* Thu Apr  3 2008 Akira TAGOH <tagoh at redhat.com> - 2.0.18-3
+- Revert filter-requires-namazu.sh to use find-requires instead of perl.req. (#439373)
+
 * Fri Mar 28 2008 Akira TAGOH <tagoh at redhat.com> - 2.0.18-2
 - Revert the change of using %%__perl_requires to %%__find_requires. (#439373)
 




More information about the fedora-extras-commits mailing list