Hello community,

here is the log from the commit of package patterns-caasp for openSUSE:Factory 
checked in at 2017-05-06 18:30:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patterns-caasp (Old)
 and      /work/SRC/openSUSE:Factory/.patterns-caasp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "patterns-caasp"

Sat May  6 18:30:54 2017 rev:4 rq:493008 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/patterns-caasp/patterns-caasp.changes    
2017-05-04 15:31:12.439418480 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-caasp.new/patterns-caasp.changes       
2017-05-06 18:30:55.760408356 +0200
@@ -1,0 +2,10 @@
+Fri May  5 14:56:34 CEST 2017 - [email protected]
+
+- Add minimal needed system users and groups for openSUSE Kubic
+
+-------------------------------------------------------------------
+Fri May  5 12:07:05 CEST 2017 - [email protected]
+
+- Add pattern "onlyDVD" to track RPMs we only need on the DVD
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ patterns-caasp.spec ++++++
--- /var/tmp/diff_new_pack.hRsG9B/_old  2017-05-06 18:30:56.512302261 +0200
+++ /var/tmp/diff_new_pack.hRsG9B/_new  2017-05-06 18:30:56.516301696 +0200
@@ -143,6 +143,10 @@
 Requires:       SUSEConnect
 Requires:       rollback-helper
 Requires:       supportutils
+%else
+Requires:       system-group-hardware
+Requires:       system-group-wheel
+Requires:       system-user-nobody
 %endif
 Conflicts:      gettext-runtime-mini
 Conflicts:      krb5-mini
@@ -194,6 +198,25 @@
 This is the stack on top of MicroOS. It contains everything for
 container and kubernetes.
 
+%package onlyDVD
+
+%pattern_primaryfunctions
+Summary:        Packages only for the DVD of SUSE CaaSP or openSUSE Kubic
+Group:          Metapackages
+Provides:       pattern() = onlyDVD
+Provides:       pattern-icon() = pattern-generic
+Provides:       pattern-order() = 9000
+Requires:       cracklib-dict-full
+Requires:       kernel-firmware
+Requires:       open-vm-tools
+Requires:       pattern() = basesystem
+%if 0%{?is_susecaasp}
+Requires:       tftpboot-installation-CAASP-1.0-x86_64
+%endif
+
+%description onlyDVD
+This are the additonal packages which should be on a SUSE CaaS Platform or 
openSUSE Kubic product.
+
 %prep
 # empty on purpose
 
@@ -201,6 +224,7 @@
 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 onlyDVD to be installed.' 
>%buildroot/usr/share/doc/packages/patterns-caasp/onlyDVD.txt
 
 %files MicroOS
 %defattr(-,root,root)
@@ -212,4 +236,9 @@
 %dir /usr/share/doc/packages/patterns-caasp
 /usr/share/doc/packages/patterns-caasp/Stack.txt
 
+%files onlyDVD
+%defattr(-,root,root)
+%dir /usr/share/doc/packages/patterns-caasp
+/usr/share/doc/packages/patterns-caasp/onlyDVD.txt
+
 %changelog


Reply via email to