Upgrade numactl to 2.0.16
Also clean up specfile to remove directives that are no longer needed. Fixes rhbz#1747368 Signed-off-by: Filipe Brandenburger <filbranden@gmail.com>
This commit is contained in:
parent
80d26cc25d
commit
41810c0183
12
numactl.spec
12
numactl.spec
@ -1,7 +1,7 @@
|
|||||||
Name: numactl
|
Name: numactl
|
||||||
Summary: Library for tuning for Non Uniform Memory Access machines
|
Summary: Library for tuning for Non Uniform Memory Access machines
|
||||||
Version: 2.0.14
|
Version: 2.0.16
|
||||||
Release: 6%{dist}
|
Release: 1%{dist}
|
||||||
# libnuma is LGPLv2 and GPLv2
|
# libnuma is LGPLv2 and GPLv2
|
||||||
# numactl binaries are GPLv2 only
|
# numactl binaries are GPLv2 only
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -39,10 +39,6 @@ Provides development headers for numa library calls
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --prefix=/usr --libdir=%{_libdir}
|
%configure --prefix=/usr --libdir=%{_libdir}
|
||||||
# Using recipe to fix rpaths, from here:
|
|
||||||
# https://fedoraproject.org/wiki/RPath_Packaging_Draft#Removing_Rpath
|
|
||||||
sed -i -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
||||||
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -70,7 +66,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libnuma.so
|
%{_libdir}/libnuma.so
|
||||||
%exclude %{_libdir}/libnuma.a
|
%exclude %{_libdir}/libnuma.a
|
||||||
%exclude %{_libdir}/libnuma.la
|
|
||||||
%{_libdir}/pkgconfig/numa.pc
|
%{_libdir}/pkgconfig/numa.pc
|
||||||
%{_includedir}/numa.h
|
%{_includedir}/numa.h
|
||||||
%{_includedir}/numaif.h
|
%{_includedir}/numaif.h
|
||||||
@ -78,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 08 2022 Filipe Brandenburger <filbranden@gmail.com> - 2.0.16-1
|
||||||
|
- Upgrade to 2.0.16
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-6
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (numactl-2.0.14.tar.gz) = 28b95985d6b2f26c5f6f15fe235224c998c86f534adf5fdaa355a292cf2fd65515c91ba2a76c899d552d439b18ea1209a1712bd6755f8ee3a442f3935993b2e6
|
SHA512 (numactl-2.0.16.tar.gz) = 6e17724567c363a08994fe7f5569b6ec62bd1ae608244945fddcb2d6a212b08140340f0d862595ba4016fcba95193e851cb286798f685d314b4c72687af6d879
|
||||||
|
Loading…
Reference in New Issue
Block a user