[babl] report problematic checks being skipped

Nils Philippsen nphilipp at fedoraproject.org
Sat Oct 20 12:08:20 UTC 2012


commit 8f943cede3bcb909ca7c7c23f365578c1199a9af
Author: Nils Philippsen <nils at redhat.com>
Date:   Sat Oct 20 14:05:37 2012 +0200

    report problematic checks being skipped

 babl.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/babl.spec b/babl.spec
index 4e184ea..dee1939 100644
--- a/babl.spec
+++ b/babl.spec
@@ -6,7 +6,7 @@
 Summary:	A dynamic, any to any, pixel format conversion library
 Name:		babl
 Version:	0.1.10
-Release:	4%{?dist}
+Release:	5%{?dist}
 
 # Compute some version related macros
 # Ugly hack, you need to get your quoting backslashes/percent signs straight
@@ -86,7 +86,7 @@ for problematic in %skip_checks; do
     rm -f "$problematic"
     cat << EOF > "$problematic"
 #!/bin/sh
-:
+echo Skipping test "$problematic"
 EOF
     chmod +x "$problematic"
 done
@@ -118,9 +118,12 @@ rm -rf %{buildroot}
 %doc %{develdocdir}
 
 %changelog
-* Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.10-4
+* Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.10-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
+* Sat Oct 20 2012 Nils Philippsen <nils at redhat.com> - 0.1.10-4
+- report problematic checks being skipped
+
 * Tue Apr 03 2012 Nils Philippsen <nils at redhat.com> - 0.1.10-3
 - prevent problematic check from being rebuilt
 


More information about the scm-commits mailing list