[libhugetlbfs] Upstream 2.16 release (adds ARM support)

Peter Robinson pbrobinson at fedoraproject.org
Mon Apr 29 21:13:04 UTC 2013


commit 75a94e5d6995451de72c8b93aa6581e5916a551d
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Apr 29 22:12:46 2013 +0100

    Upstream 2.16 release (adds ARM support)

 .gitignore        |    5 +----
 libhugetlbfs.spec |   18 ++++++------------
 sources           |    2 +-
 3 files changed, 8 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e24b88..32dc713 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-libhugetlbfs-2.9.tar.gz
-/libhugetlbfs-2.12.tar.gz
-/libhugetlbfs-2.13.tar.gz
-/libhugetlbfs-2.15.tar.gz
+/libhugetlbfs-2.*.tar.gz
diff --git a/libhugetlbfs.spec b/libhugetlbfs.spec
index 8638474..4421639 100644
--- a/libhugetlbfs.spec
+++ b/libhugetlbfs.spec
@@ -1,6 +1,6 @@
 Name: libhugetlbfs
-Version: 2.15
-Release: 2%{?dist}
+Version: 2.16
+Release: 1%{?dist}
 Summary: A library which provides easy access to huge pages of memory
 
 Group: System Environment/Libraries
@@ -8,11 +8,9 @@ License: LGPLv2+
 URL: http://libhugetlbfs.sourceforge.net/
 Source0: http://downloads.sourceforge.net/libhugetlbfs/%{name}-%{version}.tar.gz
 #Patch0: libhugetlbfs-2.13-s390x-build.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildRequires: glibc-devel
 BuildRequires: glibc-static
-Conflicts: kernel < 2.6.16
-Obsoletes: libhugetlbfs-test <= 1.1
 
 %define ldscriptdir %{_datadir}/%{name}/ldscripts
 
@@ -50,7 +48,6 @@ pool size control. pagesize lists page sizes available on the machine.
 make BUILDTYPE=NATIVEONLY
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT LDSCRIPTDIR=%{ldscriptdir} BUILDTYPE=NATIVEONLY
 make install-helper PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT LDSCRIPTDIR=%{ldscriptdir} BUILDTYPE=NATIVEONLY
 mkdir -p -m755 $RPM_BUILD_ROOT%{_sysconfdir}/security/limits.d
@@ -65,11 +62,7 @@ rm -fr $RPM_BUILD_ROOT/%{_sbindir}/
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %{_libdir}/libhugetlbfs.so*
 %{_datadir}/%{name}/
 %{_mandir}/man7/libhugetlbfs.7.gz
@@ -78,7 +71,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc README HOWTO LGPL-2.1 NEWS
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/hugetlbfs.h
 %{_mandir}/man3/getpagesizes.3.gz
 %{_mandir}/man3/free_huge_pages.3.gz
@@ -94,7 +86,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/hugetlbfs_unlinked_fd_for_size.3.gz
 
 %files utils
-%defattr(-,root,root,-)
 %{_bindir}/hugeedit
 %{_bindir}/hugeadm
 %{_bindir}/hugectl
@@ -112,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
 %exclude /usr/lib/perl5/TLBC
 
 %changelog
+* Mon Apr 29 2013 Peter Robinson <pbrobinson at fedoraproject.org> 2.16-1
+- Upstream 2.16 release (adds ARM support)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 6201575..fcf6151 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f188b8e9b1465661e5701963d15ca22e  libhugetlbfs-2.15.tar.gz
+70666447c81f4fb484fee94e40b1ea69  libhugetlbfs-2.16.tar.gz


More information about the scm-commits mailing list