fedora-rpmdevtools check-buildroot, 1.6, 1.7 rpmdevtools.spec, 1.17, 1.18

Ville Skytta (scop) fedora-extras-commits at redhat.com
Mon Oct 2 16:16:05 UTC 2006


Author: scop

Update of /cvs/fedora/fedora-rpmdevtools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32737

Modified Files:
	check-buildroot rpmdevtools.spec 
Log Message:
Skip *.jar.so.debug in check-buildroot (#208903).


Index: check-buildroot
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/check-buildroot,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- check-buildroot	18 Aug 2005 06:04:06 -0000	1.6
+++ check-buildroot	2 Oct 2006 16:16:03 -0000	1.7
@@ -27,7 +27,7 @@
 
 find "$RPM_BUILD_ROOT" \! \( \
     -name '*.pyo' -o -name '*.pyc' -o -name '*.elc' -o -name '.packlist' \
-    \) -type f -print0 | \
+    -o -name '*.jar.so.debug' \) -type f -print0 | \
     LANG=C xargs -0r grep -F "$RPM_BUILD_ROOT" >$tmp
 
 test -s "$tmp" && {


Index: rpmdevtools.spec
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- rpmdevtools.spec	2 Oct 2006 16:03:21 -0000	1.17
+++ rpmdevtools.spec	2 Oct 2006 16:16:03 -0000	1.18
@@ -121,6 +121,7 @@
 
 %changelog
 * Mon Oct  2 2006 Ville Skyttä <ville.skytta at iki.fi> - 5.2-1
+- Skip *.jar.so.debug in check-buildroot (#208903).
 - Treat yasm and *-static as devel packages in rmdevelrpms.
 
 * Sat Sep  9 2006 Ville Skyttä <ville.skytta at iki.fi> - 5.1-1




More information about the scm-commits mailing list