SOURCES: rpm-build.sh - known pkgs which can't be fixed

glen glen at pld-linux.org
Tue Jun 19 11:37:50 CEST 2007


Author: glen                         Date: Tue Jun 19 09:37:50 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- known pkgs which can't be fixed

---- Files affected:
SOURCES:
   rpm-build.sh (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SOURCES/rpm-build.sh
diff -u SOURCES/rpm-build.sh:1.29 SOURCES/rpm-build.sh:1.30
--- SOURCES/rpm-build.sh:1.29	Tue Jun 12 10:18:45 2007
+++ SOURCES/rpm-build.sh	Tue Jun 19 11:37:45 2007
@@ -30,8 +30,14 @@
 }
 
 dist-verify() {
+	case "$dist" in
+	ac)
+		args='--ignore=kdenetwork-kopete-tool-conectionstatus --ignore=gimp-plugin-swfdec --ignore=wine-drv-arts'
+		;;
+	esac
+
 	poldek --sn $dist --sn $dist-ready --sn $dist-updates --up
-	poldek --sn $dist --sn $dist-ready --sn $dist-updates --noignore --verify=deps "$@"
+	poldek --sn $dist --sn $dist-ready --sn $dist-updates --noignore --verify=deps $args "$@"
 }
 
 # displays latest used tag for a specfile
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/rpm-build.sh?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list