[cloud-init/f22: 3/9] Stop implicitly listing doc files twice

gholms gholms at fedoraproject.org
Fri Feb 20 02:21:52 UTC 2015


commit 22dbc1a7cc080e883580b7bc3f6d9018be90929f
Author: Garrett Holmstrom <gholms at devzero.com>
Date:   Thu Feb 19 15:14:24 2015 -0800

    Stop implicitly listing doc files twice
    
    Ever since doc dirs stopped including version numbers the %doc entry for
    %_datadir/doc/cloud-init has effectively been listing everything in that
    directory twice, so at this point we can just remove that.

 cloud-init.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cloud-init.spec b/cloud-init.spec
index f24d6b3..3350c3d 100644
--- a/cloud-init.spec
+++ b/cloud-init.spec
@@ -146,7 +146,6 @@ fi
 %{python_sitelib}/*
 %{_libexecdir}/%{name}
 %{_bindir}/cloud-init*
-%doc %{_datadir}/doc/%{name}
 %dir /run/cloud-init
 %dir /var/lib/cloud
 
@@ -157,6 +156,7 @@ fi
 %changelog
 * Thu Feb 19 2015 Garrett Holmstrom <gholms at fedoraproject.org> - 0.7.6-3
 - Stopped depending on git to build
+- Stopped implicitly listing doc files twice
 
 * Fri Nov 14 2014 Colin Walters <walters at redhat.com> - 0.7.6-2
 - New upstream version [RH:974327]


More information about the scm-commits mailing list