]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Take empty ChangeLog out of RPM packages
authorRoland Dreier <rolandd@cisco.com>
Wed, 20 Feb 2008 16:52:06 +0000 (08:52 -0800)
committerSean Hefty <sean.hefty@intel.com>
Wed, 20 Feb 2008 16:52:06 +0000 (08:52 -0800)
rpmlint says:

    E: zero-length /usr/share/doc/librdmacm-1.0.6/ChangeLog

and there's really no point in shipping an empty file, so just don't
package it.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
librdmacm.spec.in

index c09d6a4cfe98219e00b17e7fc3f9ba9a9c086abd..693f3115f45c46ebf8a0a728417db7b989337f59 100644 (file)
@@ -52,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %{_libdir}/librdmacm*.so.*
-%doc AUTHORS COPYING ChangeLog README
+%doc AUTHORS COPYING README
 
 %files devel
 %defattr(-,root,root)