[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:
Lokesh Mandvekar 2024-03-18 17:31:52 +05:30
parent 269b2f86af
commit 47a25ea926
No known key found for this signature in database
GPG Key ID: 1C1EDD7CC7C3A0DD

View File

@ -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