[numactl] Resolves: bz865620

Petr Holasek pholasek at fedoraproject.org
Fri Oct 26 12:15:37 UTC 2012


commit 216f17b1018f7a5ad52c578f3a966f33fb0aa861
Author: Petr Holasek <pholasek at redhat.com>
Date:   Fri Oct 26 14:14:51 2012 +0200

    Resolves: bz865620
    
    Signed-off-by: Petr Holasek <pholasek at redhat.com>

 .gitignore                               |    1 +
 numactl-2.0.3-rc3-no-nodes-warning.patch |   40 ------------------------------
 numactl-2.0.7-manpages.patch             |   14 ----------
 numactl-2.0.7-numademo-alloc.patch       |   15 -----------
 numactl-2.0.7-numademo-msize-check.patch |   18 -------------
 numactl.spec                             |   28 +++-----------------
 sources                                  |    2 +-
 7 files changed, 7 insertions(+), 111 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e6fd64..4ec18b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ numactl-2.0.3.tar.gz
 /numactl-2.0.5.tar.gz
 /numactl-2.0.6.tar.gz
 /numactl-2.0.7.tar.gz
+/numactl-2.0.8.tar.gz
diff --git a/numactl.spec b/numactl.spec
index e100a1a..ea298e6 100644
--- a/numactl.spec
+++ b/numactl.spec
@@ -1,18 +1,13 @@
 Name:		numactl
 Summary:	Library for tuning for Non Uniform Memory Access machines
-Version:	2.0.7
-Release:	7%{dist} 
+Version:	2.0.8
+Release:	1%{dist}
 License:	LGPLv2/GPLv2
 Group:		System Environment/Base
 URL:		ftp://oss.sgi.com/www/projects/libnuma/download
 Source0:	ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.gz
 Buildroot:	%{_tmppath}/%{name}-buildroot
 
-Patch1: numactl-2.0.3-rc3-no-nodes-warning.patch
-Patch2: numactl-2.0.7-manpages.patch
-Patch3: numactl-2.0.7-numademo-alloc.patch
-Patch4: numactl-2.0.7-numademo-msize-check.patch
-
 ExcludeArch: s390 s390x %{arm}
 
 %description
@@ -35,24 +30,8 @@ Requires: %{name}-libs = %{version}-%{release}
 %description devel
 Provides development headers for numa library calls
 
-%package compat
-Summary: Library for tuning for Non Uniform Memory Access machines
-Obsoletes: numactl < 2.0.7-5
-
-Requires:  numactl = 2.0.7-5
-Requires:  numactl-libs = 2.0.7-5
-
-%description compat
-This package only exists to help transition numactl users to the new
-package split. It will be removed after one distribution release cycle, please
-do not reference it or depend on it in any way.
-
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS -I."
@@ -99,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Oct 26 2012 Petr Holasek <pholasek at redhat.com> - 2.0.8-1
+- Rebased to version 2.0.8
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.7-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 7f9d006..7c40f89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dadc81f3623475b14ca5110662ba3b04  numactl-2.0.7.tar.gz
+157def35edcc0ab94144398000b01d18  numactl-2.0.8.tar.gz


More information about the scm-commits mailing list