Accepting request 113140 from home:tabraham1:branches:Base:System
update to version 2.13 OBS-URL: https://build.opensuse.org/request/show/113140 OBS-URL: https://build.opensuse.org/package/show/Base:System/libhugetlbfs?expand=0&rev=24
This commit is contained in:
parent
8a894d9e0d
commit
0472489ecc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f989909714a566e2ccac38a9094468db2047fb98cf1b10b60a6d445a9cc91928
|
||||
size 172852
|
3
libhugetlbfs-2.13.tar.gz
Normal file
3
libhugetlbfs-2.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73f072cd7068c86cec2c6cb0d7e1883430da4c59413cb6441483dccb7569ad28
|
||||
size 174729
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 10 19:51:51 UTC 2012 - tabraham@novell.com
|
||||
|
||||
- Update to version 2.13
|
||||
* hugeadm can now be used to control Transparent Huge Page tunables
|
||||
* New morecore mode to better support THP
|
||||
* Check permissions on hugetlbfs mount point before marking it as
|
||||
available
|
||||
* Fix shm tests to use random address instead of fixed, old address
|
||||
failed on ARM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 20:04:52 UTC 2011 - tabraham@novell.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libhugetlbfs
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,8 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libhugetlbfs
|
||||
|
||||
@ -25,16 +23,16 @@ BuildRequires: glibc-devel-static
|
||||
%endif
|
||||
BuildRequires: doxygen
|
||||
|
||||
License: LGPLv2.1+
|
||||
Group: Development/Libraries/Other
|
||||
Summary: Hugetlbfs helper library
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/Other
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libhugetlbfs-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 2.12
|
||||
Release: 1
|
||||
Version: 2.13
|
||||
Release: 0
|
||||
Url: http://libhugetlbfs.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define my_make_flags V=1 CFLAGS="$RPM_OPT_FLAGS -fPIC" BUILDTYPE=NATIVEONLY PREFIX=/usr LIBDIR32=%{_libdir} DESTDIR=$RPM_BUILD_ROOT
|
||||
@ -49,11 +47,9 @@ The libhugetlbfs package interacts with the Linux hugetlbfs to
|
||||
make large pages available to applications in a transparent manner.
|
||||
|
||||
%package libhugetlb-devel
|
||||
License: LGPLv2.1+
|
||||
Summary: Devel package for libhugetlb
|
||||
Requires: libhugetlbfs
|
||||
Group: Development/Libraries/Other
|
||||
AutoReqProv: on
|
||||
Requires: libhugetlbfs
|
||||
|
||||
%description libhugetlb-devel
|
||||
Devel package, header and static library, of libhugetlb
|
||||
|
Loading…
Reference in New Issue
Block a user