From 22dbc1a7cc080e883580b7bc3f6d9018be90929f Mon Sep 17 00:00:00 2001 From: Garrett Holmstrom Date: Feb 19 2015 23:14:24 +0000 Subject: 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. --- 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 - 0.7.6-3 - Stopped depending on git to build +- Stopped implicitly listing doc files twice * Fri Nov 14 2014 Colin Walters - 0.7.6-2 - New upstream version [RH:974327]