Update to the correct upstream version of 20140225

This commit is contained in:
Jan Synacek 2014-03-25 15:10:23 +01:00
parent 490e0a3ee0
commit 539b37434a
5 changed files with 6 additions and 2146 deletions

View File

@ -1,28 +0,0 @@
From 49cb22039f299350bb0d19b372e1662a38d29018 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Sun, 19 Jan 2014 17:29:50 +0200
Subject: [PATCH 2/2] Don't order service after syslog.target
http://www.freedesktop.org/wiki/Software/systemd/syslog/
https://fedorahosted.org/fpc/ticket/177#comment:2
http://lists.opensuse.org/archive/opensuse-packaging/2013-05/msg00102.html
https://bugzilla.redhat.com/show_bug.cgi?id=1055209
---
numad.service | 1 -
1 file changed, 1 deletion(-)
diff --git a/numad.service b/numad.service
index 478559a..73a4f34 100644
--- a/numad.service
+++ b/numad.service
@@ -1,6 +1,5 @@
[Unit]
Description=numad - The NUMA daemon that manages application locality.
-After=syslog.target
[Service]
Type=forking
--
1.8.3.1

View File

@ -10,7 +10,7 @@ RH-Bugzilla: #825153
all: numad all: numad
-numad: numad.o -lpthread -lrt -numad: numad.o -lpthread -lrt -lm
+numad: numad.o +numad: numad.o
AR ?= ar AR ?= ar

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: 14.20140225git%{?dist} Release: 15.20140225git%{?dist}
Summary: NUMA user daemon Summary: NUMA user daemon
License: LGPLv2 License: LGPLv2
@ -15,8 +15,6 @@ URL: http://git.fedorahosted.org/git/?p=numad.git
Source0: %{name}-%{version}git.tar.xz 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
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,8 +32,6 @@ and memory to minimize memory latency and thus provide optimum performance.
%setup -q -n %{name}-%{version}git %setup -q -n %{name}-%{version}git
%patch0 -p0 %patch0 -p0
%patch1 -p1 %patch1 -p1
%patch2 -p1
%patch3 -p1
%build %build
make CFLAGS="$RPM_OPT_FLAGS -std=gnu99" LDFLAGS="$RPM_LD_FLAGS -lpthread -lrt -lm" make CFLAGS="$RPM_OPT_FLAGS -std=gnu99" LDFLAGS="$RPM_LD_FLAGS -lpthread -lrt -lm"
@ -67,6 +63,9 @@ make install prefix=%{buildroot}/usr
%systemd_postun numad.service %systemd_postun numad.service
%changelog %changelog
* Tue Mar 25 2014 Jan Synáček <jsynacek@redhat.com> - 0.5-15.20140225git
- Update to the correct upstream version of 20140225
* Fri Feb 28 2014 Jan Synáček <jsynacek@redhat.com> - 0.5-14.20140225git * Fri Feb 28 2014 Jan Synáček <jsynacek@redhat.com> - 0.5-14.20140225git
- Update to 20140225 - Update to 20140225
- Resolves: #1071221 - Resolves: #1071221

View File

@ -1 +1 @@
76cfb7b6eca9aa1cd2699e9541f4fe0f numad-0.5git.tar.xz 9d1b195a4776dc04b21eeaea4a7a942f numad-0.5git.tar.xz