dist/spec: drop osc-plugin-check_repo now that new repo checker was merged.
This commit is contained in:
parent
5beb6541c3
commit
3d640e98fb
30
dist/openSUSE-release-tools.spec
vendored
30
dist/openSUSE-release-tools.spec
vendored
@ -135,16 +135,6 @@ Requires: osc
|
|||||||
%description -n osc-plugin-check_dups
|
%description -n osc-plugin-check_dups
|
||||||
OSC plugin to check for duplicate requests, see `osc check_dups --help`.
|
OSC plugin to check for duplicate requests, see `osc check_dups --help`.
|
||||||
|
|
||||||
%package -n osc-plugin-check_repo
|
|
||||||
Summary: OSC plugin for checking request build cycles and installability
|
|
||||||
Group: Development/Tools/Other
|
|
||||||
BuildArch: noarch
|
|
||||||
Requires: osclib = %{version}
|
|
||||||
|
|
||||||
%description -n osc-plugin-check_repo
|
|
||||||
OSC plugin for checking request build cycles and installability, see `osc
|
|
||||||
check_repo --help`.
|
|
||||||
|
|
||||||
%package -n osc-plugin-cycle
|
%package -n osc-plugin-cycle
|
||||||
Summary: OSC plugin for cycle visualization
|
Summary: OSC plugin for cycle visualization
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
@ -204,18 +194,6 @@ mkdir -p %{buildroot}%{_datadir}/%{source_dir}/%{announcer_filename}
|
|||||||
%postun totest-manager
|
%postun totest-manager
|
||||||
%service_del_postun opensuse-totest-manager.service
|
%service_del_postun opensuse-totest-manager.service
|
||||||
|
|
||||||
%pre -n osc-plugin-check_repo
|
|
||||||
%service_add_pre opensuse-repo-checker.target
|
|
||||||
|
|
||||||
%post -n osc-plugin-check_repo
|
|
||||||
%service_add_post opensuse-repo-checker.target
|
|
||||||
|
|
||||||
%preun -n osc-plugin-check_repo
|
|
||||||
%service_del_preun opensuse-repo-checker.target
|
|
||||||
|
|
||||||
%postun -n osc-plugin-check_repo
|
|
||||||
%service_del_postun opensuse-repo-checker.target
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README.asciidoc
|
%doc README.asciidoc
|
||||||
@ -225,7 +203,6 @@ mkdir -p %{buildroot}%{_datadir}/%{source_dir}/%{announcer_filename}
|
|||||||
%exclude %{_datadir}/%{source_dir}/totest-manager.py
|
%exclude %{_datadir}/%{source_dir}/totest-manager.py
|
||||||
%exclude %{_datadir}/%{source_dir}/osclib
|
%exclude %{_datadir}/%{source_dir}/osclib
|
||||||
%exclude %{_datadir}/%{source_dir}/osc-check_dups.py
|
%exclude %{_datadir}/%{source_dir}/osc-check_dups.py
|
||||||
%exclude %{_datadir}/%{source_dir}/osc-check_repo.py
|
|
||||||
%exclude %{_datadir}/%{source_dir}/osc-cycle.py
|
%exclude %{_datadir}/%{source_dir}/osc-cycle.py
|
||||||
%exclude %{_datadir}/%{source_dir}/osc-staging.py
|
%exclude %{_datadir}/%{source_dir}/osc-staging.py
|
||||||
# Should be in osc package, but ironically it is using its deprecated directory.
|
# Should be in osc package, but ironically it is using its deprecated directory.
|
||||||
@ -263,13 +240,6 @@ mkdir -p %{buildroot}%{_datadir}/%{source_dir}/%{announcer_filename}
|
|||||||
%{_datadir}/%{source_dir}/osc-check_dups.py
|
%{_datadir}/%{source_dir}/osc-check_dups.py
|
||||||
%{osc_plugin_dir}/osc-check_dups.py
|
%{osc_plugin_dir}/osc-check_dups.py
|
||||||
|
|
||||||
%files -n osc-plugin-check_repo
|
|
||||||
%{_datadir}/%{source_dir}/osc-check_repo.py
|
|
||||||
%{osc_plugin_dir}/osc-check_repo.py
|
|
||||||
%{_unitdir}/opensuse-repo-checker.target
|
|
||||||
%{_unitdir}/opensuse-repo-checker@.service
|
|
||||||
%{_unitdir}/opensuse-repo-checker@.timer
|
|
||||||
|
|
||||||
%files -n osc-plugin-cycle
|
%files -n osc-plugin-cycle
|
||||||
%{_datadir}/%{source_dir}/osc-cycle.py
|
%{_datadir}/%{source_dir}/osc-cycle.py
|
||||||
%{osc_plugin_dir}/osc-cycle.py
|
%{osc_plugin_dir}/osc-cycle.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user