Accepting request 221756 from Base:System
- Tests compile fine for s390(x), also include them in the package, the same way it is done for other archs as well. - There are no tests installed in s390(x) case, therefore there are no files in %{_libdir}/libhugetlbfs Remove the directory from the file list to fix package build for s390(x) OBS-URL: https://build.opensuse.org/request/show/221756 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libhugetlbfs?expand=0&rev=37
This commit is contained in:
commit
68dd86e79a
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 11 08:09:11 UTC 2014 - trenn@suse.de
|
||||||
|
|
||||||
|
- Tests compile fine for s390(x), also include them in the package, the same
|
||||||
|
way it is done for other archs as well.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 10 15:56:31 UTC 2014 - trenn@suse.de
|
||||||
|
|
||||||
|
- There are no tests installed in s390(x) case, therefore there are no
|
||||||
|
files in %{_libdir}/libhugetlbfs
|
||||||
|
Remove the directory from the file list to fix package build for s390(x)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 11 05:56:47 UTC 2014 - normand@linux.vnet.ibm.com
|
Sat Jan 11 05:56:47 UTC 2014 - normand@linux.vnet.ibm.com
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libhugetlbfs
|
Name: libhugetlbfs
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1140
|
%if 0%{?suse_version} > 1140
|
||||||
@ -78,11 +79,8 @@ Devel package, header and static library, of libhugetlb
|
|||||||
make %{my_make_flags}
|
make %{my_make_flags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
tests=
|
|
||||||
%ifarch ppc ppc64 ppc64le %ix86 x86_64
|
|
||||||
tests=install-tests
|
tests=install-tests
|
||||||
make %{my_make_flags} install $tests
|
make %{my_make_flags} install $tests
|
||||||
%endif
|
|
||||||
make \
|
make \
|
||||||
%ifarch sparc sparcv9
|
%ifarch sparc sparcv9
|
||||||
CC32="gcc" CC64="" NATIVEONLY=1 \
|
CC32="gcc" CC64="" NATIVEONLY=1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user