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.
This commit is contained in:
parent
daa1660761
commit
22dbc1a7cc
@ -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@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@redhat.com> - 0.7.6-2
|
||||
- New upstream version [RH:974327]
|
||||
|
Loading…
Reference in New Issue
Block a user