mirror of
https://github.com/containers/podman.git
synced 2025-07-03 09:17:15 +08:00
[skip-ci] rpm: use macro supported vendoring
This removes the need for any `Provides: bundled()` we needed in spec files. The updated Provides will be visible in the build logs and can also be verified with `rpm -q --provides $RPM_FILE`. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
@ -283,7 +283,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
|
|||||||
%{!?_licensedir:%global license %doc}
|
%{!?_licensedir:%global license %doc}
|
||||||
|
|
||||||
%files -f %{name}.file-list
|
%files -f %{name}.file-list
|
||||||
%license LICENSE
|
%license LICENSE vendor/modules.txt
|
||||||
%doc README.md CONTRIBUTING.md install.md transfer.md
|
%doc README.md CONTRIBUTING.md install.md transfer.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%dir %{_libexecdir}/%{name}
|
%dir %{_libexecdir}/%{name}
|
||||||
|
Reference in New Issue
Block a user