Update memkind source file to 1.1.0 upstream

Signed-off-by: Rafael Aquini <aquini@redhat.com>
This commit is contained in:
Rafael Aquini 2016-06-08 13:06:57 -04:00
parent 7f4ab054f4
commit c17e4e76e9
4 changed files with 7 additions and 20 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/memkind-35c83cee96432edc0b5b21680535a2f2b77a1801.tar.gz
/memkind-0.3.0.tar.gz
/memkind-1.0.0.tar.gz
/memkind-1.1.0.tar.gz

View File

@ -1,8 +0,0 @@
diff --git a/memkind.conf b/memkind.conf
new file mode 100644
index 0000000..eb32f3b
--- /dev/null
+++ b/memkind.conf
@@ -0,0 +1,2 @@
+d /run/memkind 0775 root root
+f /run/memkind/nodes-bandwith 0644 root root

View File

@ -1,8 +1,8 @@
%global gittag0 v1.0.0
%global gittag0 v1.1.0
Name: memkind
Summary: User Extensible Heap Manager
Version: 1.0.0
Version: 1.1.0
Release: 1%{?checkout}%{?dist}
License: BSD
Group: System Environment/Libraries
@ -57,7 +57,6 @@ alpha release. Feedback on design or implementation is greatly appreciated.
%prep
%setup -q -a 0 -n %{name}-%{version}
%patch0 -p1 -b .patch5.bkp
%build
# It is required that we configure and build the jemalloc subdirectory
@ -93,10 +92,6 @@ test -f configure || ./autogen.sh
%install
cd %{_builddir}/%{name}-%{version}
make install DESTDIR=%{buildroot} INSTALL='install -p'
install -Dpm 644 %{name}.service %{buildroot}/%{_unitdir}/%{name}.service
install -Dpm 644 %{name}.conf %{buildroot}/%{_tmpfilesdir}/%{name}.conf
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}
mkdir -p %{buildroot}/run/%{name}
rm -f %{buildroot}/%{_libdir}/lib%{name}.{l,}a
rm -f %{buildroot}/%{_libdir}/lib{numakind,autohbw}.*
rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
@ -109,10 +104,6 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
%defattr(-,root,root,-)
%{_libdir}/lib%{name}.so.*
%{_bindir}/%{name}-hbw-nodes
%{_sbindir}/%{name}-pmtt
%{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf
%ghost %dir /run/%{name}
%dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/README
%license %{_docdir}/%{name}/COPYING
@ -131,6 +122,9 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
%{_mandir}/man3/%{name}*.3.*
%changelog
* Wed Jun 08 2016 Rafael Aquini <aquini@linux.com> - 1.1.0-1
- Update memkind source file to 1.1.0 upstream
* Thu Mar 17 2016 Rafael Aquini <aquini@linux.com> - 1.0.0-1
- Update memkind source file to 1.0.0 upstream

View File

@ -1 +1 @@
5d84ebff7bf0958aad8229ed0e63e2cc memkind-1.0.0.tar.gz
09f88525cd3db92103541fdf472d09d0 memkind-1.1.0.tar.gz