From 9a85a5039258a1a786489a16069a4130bc26183f Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 11 Mar 2013 13:23:23 +0100 Subject: [PATCH] spec: lint - remove %defattr and really install to %{_bindir} Version: 2.11-17 --- cpio.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpio.spec b/cpio.spec index 81842b3..7a823fa 100644 --- a/cpio.spec +++ b/cpio.spec @@ -1,5 +1,3 @@ -%define _bindir /bin - Summary: A GNU archiving program Name: cpio Version: 2.11 @@ -103,7 +101,6 @@ if [ $1 = 0 ]; then fi %files -f %{name}.lang -%defattr(-,root,root,0755) %doc AUTHORS ChangeLog NEWS README THANKS TODO COPYING %{_bindir}/* %{_mandir}/man*/* @@ -112,6 +109,7 @@ fi %changelog * Mon Mar 11 2013 Pavel Raiskup - 2.11-17 - fix small memory leak in copyin.c (#919454) +- remove %%defattr and install 'cpio' to real %%{_bindir} * Wed Feb 13 2013 Fedora Release Engineering - 2.11-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild