fix typo which caused problematic check not to be skipped
This commit is contained in:
parent
17192daeaa
commit
a63c5c775b
@ -6,7 +6,7 @@
|
||||
Summary: A dynamic, any to any, pixel format conversion library
|
||||
Name: babl
|
||||
Version: 0.1.10
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
# Compute some version related macros
|
||||
# Ugly hack, you need to get your quoting backslashes/percent signs straight
|
||||
@ -80,7 +80,7 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
%check
|
||||
# skip tests known to be problematic in a specific version
|
||||
%if "%version" == "%skip_check_version"
|
||||
%if "%version" == "%skip_checks_version"
|
||||
pushd tests
|
||||
for problematic in %skip_checks; do
|
||||
rm -f "$problematic"
|
||||
@ -114,6 +114,9 @@ rm -rf %{buildroot}
|
||||
%doc %{develdocdir}
|
||||
|
||||
%changelog
|
||||
* Tue Apr 03 2012 Nils Philippsen <nils@redhat.com> - 0.1.10-2
|
||||
- fix typo which caused problematic check not to be skipped
|
||||
|
||||
* Tue Apr 03 2012 Nils Philippsen <nils@redhat.com> - 0.1.10-1
|
||||
- version 0.1.10
|
||||
- skip check known to be problematic: concurrency-stress-test
|
||||
|
Loading…
Reference in New Issue
Block a user