Move download URL check to check_source.py

And with that, check_source.pl is gone
This commit is contained in:
Stephan Kulow
2022-03-25 07:56:35 +01:00
parent ed87520710
commit ae658fefe2
11 changed files with 133 additions and 126 deletions

View File

@@ -103,9 +103,7 @@ OBS product release announcer for generating email diffs summaries.
%package check-source
Summary: Check source review bot
Group: Development/Tools/Other
# check_source.pl
Requires: obs-service-download_files
Requires: obs-service-format_spec_file
Requires: obs-service-source_validator
Requires: osclib = %{version}
Requires: perl-Text-Diff
@@ -373,7 +371,6 @@ exit 0
%exclude %{_datadir}/%{source_dir}/abichecker
%exclude %{_datadir}/%{source_dir}/%{announcer_filename}
%exclude %{_datadir}/%{source_dir}/check_maintenance_incidents.py
%exclude %{_datadir}/%{source_dir}/check_source.pl
%exclude %{_datadir}/%{source_dir}/check_source.py
%exclude %{_datadir}/%{source_dir}/devel-project.py
%exclude %{_datadir}/%{source_dir}/metrics
@@ -411,7 +408,6 @@ exit 0
%files check-source
%{_bindir}/osrt-check_source
%{_datadir}/%{source_dir}/check_source.pl
%{_datadir}/%{source_dir}/check_source.py
%files maintenance