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
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@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
* 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
- prevent problematic check from being rebuilt