mirror of
https://github.com/containers/skopeo.git
synced 2025-06-26 22:57:35 +00: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:
parent
269b2f86af
commit
47a25ea926
@ -159,7 +159,7 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/
|
||||
%{_datadir}/zsh/site-functions/_%{name}
|
||||
|
||||
%files tests
|
||||
%license LICENSE
|
||||
%license LICENSE vendor/modules.txt
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user