Update to 20140225

Resolves: #1071221
This commit is contained in:
Jan Synacek 2014-02-28 11:37:01 +01:00
parent 22497671b8
commit 490e0a3ee0
2 changed files with 2119 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: numad Name: numad
Version: 0.5 Version: 0.5
Release: 13.20130814git%{?dist} Release: 14.20140225git%{?dist}
Summary: NUMA user daemon Summary: NUMA user daemon
License: LGPLv2 License: LGPLv2
@ -16,6 +16,7 @@ Source0: %{name}-%{version}git.tar.xz
Patch0: numad-0.5git-pthread.patch Patch0: numad-0.5git-pthread.patch
Patch1: 0001-Fix-build-with-Werror-format-security.patch Patch1: 0001-Fix-build-with-Werror-format-security.patch
Patch2: 0002-Don-t-order-service-after-syslog.target.patch Patch2: 0002-Don-t-order-service-after-syslog.target.patch
Patch3: numad-0.5git-update-20140225.patch
Requires: systemd-units, initscripts Requires: systemd-units, initscripts
Requires(post): systemd-units, initscripts Requires(post): systemd-units, initscripts
@ -34,9 +35,10 @@ and memory to minimize memory latency and thus provide optimum performance.
%patch0 -p0 %patch0 -p0
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch3 -p1
%build %build
make CFLAGS="$RPM_OPT_FLAGS -std=gnu99" LDFLAGS="$RPM_LD_FLAGS -lpthread -lrt" make CFLAGS="$RPM_OPT_FLAGS -std=gnu99" LDFLAGS="$RPM_LD_FLAGS -lpthread -lrt -lm"
%install %install
mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_bindir}
@ -65,6 +67,10 @@ make install prefix=%{buildroot}/usr
%systemd_postun numad.service %systemd_postun numad.service
%changelog %changelog
* Fri Feb 28 2014 Jan Synáček <jsynacek@redhat.com> - 0.5-14.20140225git
- Update to 20140225
- Resolves: #1071221
* Mon Jan 20 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.5-13.20130814git * Mon Jan 20 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.5-13.20130814git
- Don't order service after syslog.target (#1055209). - Don't order service after syslog.target (#1055209).
- Build with $RPM_OPT_FLAGS and $RPM_LD_FLAGS. - Build with $RPM_OPT_FLAGS and $RPM_LD_FLAGS.