From 6e91ded9ff544f76039af912136f33457b3e6a88 Mon Sep 17 00:00:00 2001 From: albert <> Date: Sat, 17 Jun 2006 05:12:35 +0000 Subject: [PATCH] procps.spec needed a slash -- thanks Jesse Brandeburg --- NEWS | 1 + procps.spec | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c25a9bc5..eab85dd8 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ ps: SCHED_BATCH is B ps: fix s format (signals) output with thread display watch: avoid integer overflow for the time delay pwdx: buffer overflow fixed -- thanks Ulf Harnhammar +procps.spec needed a slash -- thanks Jesse Brandeburg procps-3.2.5 --> procps-3.2.6 diff --git a/procps.spec b/procps.spec index 670f88da..98d8fce0 100644 --- a/procps.spec +++ b/procps.spec @@ -26,7 +26,7 @@ make SKIP="/bin/kill /usr/share/man/man1/kill.1" CFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT -make SKIP="/bin/kill /usr/share/man/man1/kill.1" DESTDIR=$RPM_BUILD_ROOT ldconfig=echo install="install -D" lib="$RPM_BUILD_ROOT/%{_lib}" install +make SKIP="/bin/kill /usr/share/man/man1/kill.1" DESTDIR=$RPM_BUILD_ROOT ldconfig=echo install="install -D" lib="$RPM_BUILD_ROOT/%{_lib}/" install %clean rm -rf $RPM_BUILD_ROOT @@ -46,3 +46,7 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) /usr/share/man/man1/* %attr(0644,root,root) /usr/share/man/man5/* %attr(0644,root,root) /usr/share/man/man8/* + +%changelog +* Fri Apr 14 09:23:45 PDT 2006 Jesse Brandeburg +- fix missing trailing slash in %install to fix builds on x86_64