report problematic checks being skipped

This commit is contained in:
Nils Philippsen 2012-10-20 14:05:37 +02:00
parent 0806a19c4c
commit 8f943cede3

View File

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