mirror of
https://github.com/containers/podman.git
synced 2025-06-26 12:56:45 +08:00
Remove LICENSE and general doc files that are installed by the main package
The tests & podmansh sub-package depend on podman which already pull in the LICENSE & doc files. According to the packaging guidelines, these files need not be added to the subpackages. [NO NEW TESTS NEEDED] Signed-off-by: Dan Čermák <dcermak@suse.com>
This commit is contained in:
@ -355,7 +355,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
|
|||||||
%{_datadir}/zsh/site-functions/_%{name}-remote
|
%{_datadir}/zsh/site-functions/_%{name}-remote
|
||||||
|
|
||||||
%files tests
|
%files tests
|
||||||
%license LICENSE
|
|
||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%files plugins
|
%files plugins
|
||||||
@ -372,8 +371,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
|
|||||||
%{_libexecdir}/%{name}/gvforwarder
|
%{_libexecdir}/%{name}/gvforwarder
|
||||||
|
|
||||||
%files -n %{name}sh
|
%files -n %{name}sh
|
||||||
%license LICENSE
|
|
||||||
%doc README.md CONTRIBUTING.md install.md transfer.md
|
|
||||||
%{_bindir}/%{name}sh
|
%{_bindir}/%{name}sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user