diff mbox

[ethtool,3/3] ethtool.spec: Do not include ChangeLog or INSTALL

Message ID 1342542259.2698.11.camel@bwh-desktop.uk.solarflarecom.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Ben Hutchings July 17, 2012, 4:24 p.m. UTC
The ChangeLog is ancient history, replaced by the version control
changelog.

INSTALL is redundant in a binary package.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
---
 ethtool.spec.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/ethtool.spec.in b/ethtool.spec.in
index 863dfd4..6e9e1f5 100644
--- a/ethtool.spec.in
+++ b/ethtool.spec.in
@@ -34,7 +34,7 @@  make install DESTDIR=${RPM_BUILD_ROOT}
 %defattr(-,root,root)
 /usr/sbin/ethtool
 %{_mandir}/man8/ethtool.8*
-%doc AUTHORS COPYING INSTALL NEWS README ChangeLog
+%doc AUTHORS COPYING NEWS README
 

 %changelog