rpms/libhugetlbfs/F-12 .cvsignore, 1.17, 1.18 import.log, 1.11, 1.12 libhugetlbfs.spec, 1.32, 1.33 sources, 1.18, 1.19 huge_page_setup_helper.py, 1.1, NONE libhugetlbfs-2.6-hugeadm-enhancements.patch, 1.1, NONE

Eric Munson emunson at fedoraproject.org
Tue Jan 5 09:07:55 UTC 2010


Author: emunson

Update of /cvs/pkgs/rpms/libhugetlbfs/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2642/F-12

Modified Files:
	.cvsignore import.log libhugetlbfs.spec sources 
Removed Files:
	huge_page_setup_helper.py 
	libhugetlbfs-2.6-hugeadm-enhancements.patch 
Log Message:
Update for 2.7 release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/F-12/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore	31 Aug 2009 11:23:39 -0000	1.17
+++ .cvsignore	5 Jan 2010 09:07:55 -0000	1.18
@@ -1 +1 @@
-libhugetlbfs-2.6.tar.gz
+libhugetlbfs-2.7.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/F-12/import.log,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- import.log	31 Aug 2009 11:23:39 -0000	1.11
+++ import.log	5 Jan 2010 09:07:55 -0000	1.12
@@ -9,3 +9,4 @@ libhugetlbfs-2_4-2_fc11:HEAD:libhugetlbf
 libhugetlbfs-2_5-1_fc11:HEAD:libhugetlbfs-2.5-1.src.rpm:1246360241
 libhugetlbfs-2_5-2_fc11:HEAD:libhugetlbfs-2.5.2.src.rpm:1248078932
 libhugetlbfs-2_6-1_fc11:HEAD:libhugetlbfs-2.6-1.src.rpm:1251718185
+libhugetlbfs-2_7-1_fc12:F-12:libhugetlbfs-2.7-1.src.rpm:1262682369


Index: libhugetlbfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/F-12/libhugetlbfs.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- libhugetlbfs.spec	5 Oct 2009 19:01:37 -0000	1.32
+++ libhugetlbfs.spec	5 Jan 2010 09:07:55 -0000	1.33
@@ -1,17 +1,13 @@
 Name: libhugetlbfs
-Version: 2.6
-Release: 3%{?dist}
+Version: 2.7
+Release: 1%{?dist}
 Summary: A library which provides easy access to huge pages of memory
 
 Group: System Environment/Libraries
 License: LGPLv2+
 URL: http://libhugetlbfs.sourceforge.net/
 Source0: http://downloads.sourceforge.net/libhugetlbfs/%{name}-%{version}.tar.gz
-# Sent upstream for review and possible inclusion in next release on 2009.10.02
-Source1: huge_page_setup_helper.py
 Patch0: libhugetlbfs-2.6-s390x-build.patch
-# Sent upstream for review 2009.10.02, all acked at least once now
-Patch1: libhugetlbfs-2.6-hugeadm-enhancements.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: kernel-devel glibc-headers
 Conflicts: kernel < 2.6.16
@@ -47,7 +43,6 @@ pool size control. pagesize lists page s
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .s390x-build
-%patch1 -p1 -b .enhanced
 
 %build
 # Parallel builds are not reliable
@@ -56,7 +51,7 @@ make BUILDTYPE=NATIVEONLY
 %install
 rm -rf $RPM_BUILD_ROOT
 make install PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT LDSCRIPTDIR=%{ldscriptdir} BUILDTYPE=NATIVEONLY
-install -p -m755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}/
+make install-helper PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT LDSCRIPTDIR=%{ldscriptdir} BUILDTYPE=NATIVEONLY
 mkdir -p -m755 $RPM_BUILD_ROOT%{_sysconfdir}/security/limits.d
 touch $RPM_BUILD_ROOT%{_sysconfdir}/security/limits.d/hugepages.conf
 
@@ -97,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/hugeadm
 %{_bindir}/hugectl
 %{_bindir}/pagesize
-%{_bindir}/huge_page_setup_helper.py*
+%{_bindir}/huge_page_setup_helper.py
 %exclude %{_bindir}/cpupcstat
 %exclude %{_bindir}/oprofile_map_events.pl
 %exclude %{_bindir}/oprofile_start.sh
@@ -109,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT
 %exclude /usr/lib/perl5/TLBC
 
 %changelog
+* Tue Jan 05 2010 Eric B Munson <ebmunson at us.ibm.com> 2.7-1
+- Update for upstream 2.7 release
+
 * Fri Oct 02 2009 Jarod Wilson <jarod at redhat.com> 2.6-3
 - Add hopefully-about-to-be-merged-upstream hugeadm enhancements
 - Add huge pages setup helper script, using new hugeadm enhancements


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libhugetlbfs/F-12/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	31 Aug 2009 11:23:39 -0000	1.18
+++ sources	5 Jan 2010 09:07:55 -0000	1.19
@@ -1 +1 @@
-cda489010e5bb89eb59994f689f8693e  libhugetlbfs-2.6.tar.gz
+88bb5ea970ae9c85a0209050494ed7d2  libhugetlbfs-2.7.tar.gz


--- huge_page_setup_helper.py DELETED ---


--- libhugetlbfs-2.6-hugeadm-enhancements.patch DELETED ---




More information about the fedora-extras-commits mailing list