dist: add subpackage for pkglistgen
This commit is contained in:
parent
bf6c6a8bbe
commit
39b531fa7d
18
dist/package/openSUSE-release-tools.spec
vendored
18
dist/package/openSUSE-release-tools.spec
vendored
@ -192,6 +192,17 @@ Requires: python-openqa_client
|
||||
%description totest-manager
|
||||
Manages product ToTest repository workflow and openQA interaction
|
||||
|
||||
%package pkglistgen
|
||||
Summary: Generates package lists in 000product
|
||||
Group: Development/Tools/Other
|
||||
BuildArch: noarch
|
||||
Requires: osclib = %{version}
|
||||
|
||||
%description pkglistgen
|
||||
Generates package lists based on 000package-groups and puts them
|
||||
in 000product, resp 000release-packages
|
||||
|
||||
|
||||
%package -n osclib
|
||||
Summary: Supplemental osc libraries
|
||||
Group: Development/Tools/Other
|
||||
@ -504,6 +515,13 @@ exit 0
|
||||
%{_datadir}/%{source_dir}/totest-manager.py
|
||||
%{_unitdir}/osrt-totest-manager@.service
|
||||
|
||||
%files pkglistgen
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/osrt-pkglistgen
|
||||
%{_bindir}/osrt-pkglistgen-openSUSE:Leap:15.0.sh
|
||||
%{_bindir}/osrt-pkglistgen-openSUSE:Leap:15.0:Rings.sh
|
||||
%{_bindir}/osrt-pkglistgen-openSUSE:Leap:15.0:Staging.sh
|
||||
|
||||
%files -n osclib
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/%{source_dir}/osclib
|
||||
|
Loading…
x
Reference in New Issue
Block a user