Hello community, here is the log from the commit of package patterns-caasp for openSUSE:Factory checked in at 2018-08-08 14:53:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/patterns-caasp (Old) and /work/SRC/openSUSE:Factory/.patterns-caasp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patterns-caasp" Wed Aug 8 14:53:13 2018 rev:43 rq:627838 version:4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/patterns-caasp/patterns-caasp.changes 2018-07-18 22:56:39.634419546 +0200 +++ /work/SRC/openSUSE:Factory/.patterns-caasp.new/patterns-caasp.changes 2018-08-08 14:54:07.917612622 +0200 @@ -1,0 +2,5 @@ +Tue Aug 7 09:58:32 UTC 2018 - [email protected] + +- Replace CaaS Stack pattern with kubeadm pattern. [boo#1103906] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ patterns-caasp.spec ++++++ --- /var/tmp/diff_new_pack.eZn3qD/_old 2018-08-08 14:54:08.413613441 +0200 +++ /var/tmp/diff_new_pack.eZn3qD/_new 2018-08-08 14:54:08.413613441 +0200 @@ -158,46 +158,32 @@ This is the MicroOS runtime system. It contains only a minimal multiuser booting system. -%package Stack -Summary: %{product_name} Stack +%package kubeadm +Summary: kubeadm Stack Group: Metapackages -Provides: pattern() = SUSE%2dCaaSP%2dStack +Provides: pattern() = kubeadm Provides: pattern-category() = %{pattern_category} Provides: pattern-icon() = pattern-generic Provides: pattern-order() = 9020 Provides: pattern-visible() Requires: autofs -Requires: caasp-cli -Requires: caasp-container-manifests Requires: ceph-common Requires: cri-o Requires: cri-tools -Requires: etcd -Requires: etcdctl -Requires: helm Requires: kubernetes-client -Requires: kubernetes-master -Requires: kubernetes-node +Requires: kubernetes-kubeadm +Requires: kubernetes-kubelet Requires: kubernetes-salt Requires: lvm2 Requires: multipath-tools -Requires: ncurses-utils Requires: nfs-client Requires: podman Requires: rpcbind -Requires: rsync -Requires: salt-minion -Requires: screen -Requires: pattern() = SUSE%2dMicroOS%2dcontainer%2druntime Requires: pattern() = basesystem -%if 0%{?is_susecaasp} -Requires: supportutils-plugin-suse-caasp -%endif -Requires: velum-branding -%description Stack -This is the stack on top of MicroOS. It contains everything for -containers and kubernetes. +%description kubeadm +This provides a vanilla kubeadm stack. It contains everything needed to +run kubernetes directly on top of MicroOS. %package hardware Summary: Hardware Support @@ -211,8 +197,8 @@ Provides: pattern-visible() %description hardware -Packages required to install SUSE CaaS Platform or openSUSE Kubic on real -hardware. +Packages required to install SUSE CaaS Platform or openSUSE Kubic on +real hardware. %package container-runtime Summary: Container Runtime @@ -308,7 +294,7 @@ %install mkdir -p %buildroot/usr/share/doc/packages/patterns-caasp/ echo 'This file marks the pattern MicroOS to be installed.' >%buildroot/usr/share/doc/packages/patterns-caasp/MicroOS.txt -echo 'This file marks the pattern Stack to be installed.' >%buildroot/usr/share/doc/packages/patterns-caasp/Stack.txt +echo 'This file marks the pattern kubeadm to be installed.' >%buildroot/usr/share/doc/packages/patterns-caasp/kubeadm.txt echo 'This file marks the pattern hardware to be installed.' >%buildroot/usr/share/doc/packages/patterns-caasp/hardware.txt echo 'This file marks the pattern ima_evm to be installed.' >%buildroot/usr/share/doc/packages/patterns-caasp/ima_evm.txt echo 'This file marks the pattern apparmor to be installed.' >%buildroot/usr/share/doc/packages/patterns-caasp/apparmor.txt @@ -323,10 +309,10 @@ %dir %{_docdir}/patterns-caasp %{_docdir}/patterns-caasp/MicroOS.txt -%files Stack +%files kubeadm %defattr(-,root,root) %dir %{_docdir}/patterns-caasp -%{_docdir}/patterns-caasp/Stack.txt +%{_docdir}/patterns-caasp/kubeadm.txt %files hardware %defattr(-,root,root)
