diff --git a/dist b/dist new file mode 100644 index 0000000000000000000000000000000000000000..89c1faffc18349bb12eee2371e9dc43bf419b95c --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an9 diff --git a/download b/download new file mode 100644 index 0000000000000000000000000000000000000000..8bd98a7239dd2e387a0b4aa4a6b5c1f27643420d --- /dev/null +++ b/download @@ -0,0 +1 @@ +f65f3501a82df8c3ee7cc74dc6a55636 numactl-2.0.14.tar.gz diff --git a/numactl-2.0.14.tar.gz b/numactl-2.0.14.tar.gz deleted file mode 100644 index 17fe3d394343fdc123830174b7442cb92c40f506..0000000000000000000000000000000000000000 Binary files a/numactl-2.0.14.tar.gz and /dev/null differ diff --git a/numactl.spec b/numactl.spec index 5d2c9e5e302c9f8622369c7fb9cbde0058679931..b6f39ec36e26a9bbaf679f6d29f3ddcaa629e7a7 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,8 +1,7 @@ -%define anolis_release .0.1 Name: numactl Summary: Library for tuning for Non Uniform Memory Access machines Version: 2.0.14 -Release: 8%{anolis_release}%{dist} +Release: 9%{dist} # libnuma is LGPLv2 and GPLv2 # numactl binaries are GPLv2 only License: GPLv2 @@ -67,14 +66,6 @@ License: LGPLv2 and GPLv2 %description devel Provides development headers for numa library calls -%package doc -Summary: Documents for %{name} -BuildArch: noarch -Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} - -%description doc -Doc pages for %{name}. - %prep %autosetup @@ -97,6 +88,7 @@ rm -rf $RPM_BUILD_ROOT %ldconfig_scriptlets libs %files +%doc README.md %{_bindir}/numactl %{_bindir}/numademo %{_bindir}/numastat @@ -120,12 +112,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/numacompat1.h %{_mandir}/man3/*.3* -%files doc -%doc README.md - %changelog -* Mon Nov 28 2022 Bo Ren - 2.0.14-8.0.1 -- Add doc sub package +* Wed Nov 23 2022 Pingfan Liu - 2.0.14-9 +- Dummy release to get s390x binary in errata * Tue Jan 4 2022 Pingfan Liu - 2.0.14-8 - For GA release