vdelreq: add to the package
This commit is contained in:
parent
3468fe8c1e
commit
6efaa1d3e6
15
dist/package/openSUSE-release-tools.spec
vendored
15
dist/package/openSUSE-release-tools.spec
vendored
@ -243,6 +243,15 @@ Requires: osclib = %{version}
|
||||
%description -n osc-plugin-staging
|
||||
OSC plugin for the staging workflow, see `osc staging --help`.
|
||||
|
||||
%package -n osc-plugin-vdelreq
|
||||
Summary: OSC plugin to check for virtually accepted request
|
||||
Group: Development/Tools/Other
|
||||
BuildArch: noarch
|
||||
Requires: osc >= 0.159.0
|
||||
|
||||
%description -n osc-plugin-vdelreq
|
||||
OSC plugin to check for virtually accepted request, see `osc vdelreq --help`.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -421,6 +430,7 @@ exit 0
|
||||
%exclude %{_datadir}/%{source_dir}/osc-check_dups.py
|
||||
%exclude %{_datadir}/%{source_dir}/osc-cycle.py
|
||||
%exclude %{_datadir}/%{source_dir}/osc-staging.py
|
||||
%exclude %{_datadir}/%{source_dir}/osc-vdelreq.py
|
||||
%exclude %{_datadir}/%{source_dir}/update_crawler.py
|
||||
%dir %{_sysconfdir}/openSUSE-release-tools
|
||||
|
||||
@ -544,4 +554,9 @@ exit 0
|
||||
%{_datadir}/%{source_dir}/osc-staging.py
|
||||
%{osc_plugin_dir}/osc-staging.py
|
||||
|
||||
%files -n osc-plugin-vdelreq
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/%{source_dir}/osc-vdelreq.py
|
||||
%{osc_plugin_dir}/osc-vdelreq.py
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user