- disable the nwfilterxml2xmltest also on s390(x)
This commit is contained in:
parent
742b24eb23
commit
5a45e466cf
10
libvirt.spec
10
libvirt.spec
@ -184,7 +184,7 @@
|
|||||||
Summary: Library providing a simple API virtualization
|
Summary: Library providing a simple API virtualization
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 0.8.4
|
Version: 0.8.4
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 2%{?dist}%{?extra_release}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
|
Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
|
||||||
@ -658,8 +658,9 @@ do
|
|||||||
printf "#!/bin/sh\nexit 0\n" > $i
|
printf "#!/bin/sh\nexit 0\n" > $i
|
||||||
chmod +x $i
|
chmod +x $i
|
||||||
done
|
done
|
||||||
# Temp hack till we figure out why its broken on ppc
|
# Temp hack till we figure out why its broken on ppc and s390(x)
|
||||||
%ifarch ppc
|
# a big endian issue?
|
||||||
|
%ifarch ppc s390 s390x
|
||||||
rm -f nwfilterxml2xmltest
|
rm -f nwfilterxml2xmltest
|
||||||
printf "#!/bin/sh\nexit 0\n" > nwfilterxml2xmltest
|
printf "#!/bin/sh\nexit 0\n" > nwfilterxml2xmltest
|
||||||
chmod +x nwfilterxml2xmltest
|
chmod +x nwfilterxml2xmltest
|
||||||
@ -909,6 +910,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 16 2010 Dan Horák <dan[at]danny.cz> - 0.8.4-2
|
||||||
|
- disable the nwfilterxml2xmltest also on s390(x)
|
||||||
|
|
||||||
* Mon Sep 13 2010 Daniel Veillard <veillard@redhat.com> - 0.8.4-1
|
* Mon Sep 13 2010 Daniel Veillard <veillard@redhat.com> - 0.8.4-1
|
||||||
- Upstream release 0.8.4
|
- Upstream release 0.8.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user