mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +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
|
||||
|
||||
%files tests
|
||||
%license LICENSE
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%files plugins
|
||||
@ -372,8 +371,6 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
|
||||
%{_libexecdir}/%{name}/gvforwarder
|
||||
|
||||
%files -n %{name}sh
|
||||
%license LICENSE
|
||||
%doc README.md CONTRIBUTING.md install.md transfer.md
|
||||
%{_bindir}/%{name}sh
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user