Hello community,

here is the log from the commit of package patterns-base for openSUSE:Factory 
checked in at 2020-03-11 18:33:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patterns-base (Old)
 and      /work/SRC/openSUSE:Factory/.patterns-base.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "patterns-base"

Wed Mar 11 18:33:07 2020 rev:51 rq:782599 version:20190612

Changes:
--------
--- /work/SRC/openSUSE:Factory/patterns-base/patterns-base.changes      
2020-01-20 17:06:42.455000464 +0100
+++ /work/SRC/openSUSE:Factory/.patterns-base.new.3160/patterns-base.changes    
2020-03-11 18:33:20.674935417 +0100
@@ -1,0 +2,12 @@
+Thu Mar  5 10:50:15 UTC 2020 - Malte Kraus <[email protected]>
+
+- drop telnet from enhanced_base recommendations
+
+-------------------------------------------------------------------
+Fri Jan 24 01:59:33 UTC 2020 - Simon Lees <[email protected]>
+
+- Fix basic_desktop upgrade path for SLE-15 SP2 and later
+- Put transactional_base in alphabetical order
+- Fix SLE bug in generation of txt files for basic_desktop
+
+-------------------------------------------------------------------
@@ -4,0 +17 @@
+  (boo#1161620,boo#1161780)

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

Other differences:
------------------
++++++ patterns-base.spec ++++++
--- /var/tmp/diff_new_pack.9FGOtt/_old  2020-03-11 18:33:21.734936067 +0100
+++ /var/tmp/diff_new_pack.9FGOtt/_new  2020-03-11 18:33:21.738936070 +0100
@@ -133,7 +133,7 @@
 Requires:       systemd-coredump
 %endif
 # Support multiversion(kernel) (jsc#SLE-10162, jsc#SLE-10465)
-# Requires:       purge-kernels-service
+Requires:       purge-kernels-service
 # Add some static base tool in case system explodes; Recommend only, as users 
are free to uninstall it
 Recommends:     busybox-static
 Recommends:     bash-completion
@@ -192,11 +192,6 @@
 Provides:       pattern-icon() = pattern-desktop
 Provides:       pattern-order() = 1802
 Provides:       pattern-visible()
-# We want SLES-15 systems to install this pattern on upgrade to SLES-16
-# XXX 2019-08-28 this package still exists so an obsolete is wrong here
-%if !0%{?is_opensuse}
-Obsoletes:      patterns-base-x11 < %{version}
-%endif
 Requires:       pattern() = x11
 
 # choose icewm-default if you have a choice
@@ -509,7 +504,6 @@
 Recommends:     sharutils
 Recommends:     spax
 Recommends:     strace
-Recommends:     telnet
 Recommends:     terminfo
 Recommends:     vlan
 Recommends:     wol
@@ -615,33 +609,6 @@
 
 
################################################################################
 
-%package transactional_base
-%pattern_basetechnologies
-Summary:        Transactional Base System
-Group:          Metapackages
-Provides:       pattern() = transactional_base
-Provides:       pattern-icon() = pattern-kubic
-Provides:       pattern-order() = 1050
-Requires:       pattern() = base
-
-Requires:       man
-Requires:       read-only-root-fs
-Requires:       rebootmgr
-Requires:       systemd-presets-branding-transactional-server
-Requires:       transactional-update
-Requires:       transactional-update-zypp-config
-Recommends:     pattern() = enhanced_base
-Suggests:       health-checker
-
-%description transactional_base
-This is the base system for a host updated by Transactional Updates. Includes 
Tools for systems with a read-only root filesystem.
-
-%files transactional_base
-%dir %{_docdir}/patterns
-%{_docdir}/patterns/transactional_base.txt
-
-################################################################################
-
 %package sw_management
 %pattern_basetechnologies
 Summary:        Software Management
@@ -669,6 +636,33 @@
 
 
################################################################################
 
+%package transactional_base
+%pattern_basetechnologies
+Summary:        Transactional Base System
+Group:          Metapackages
+Provides:       pattern() = transactional_base
+Provides:       pattern-icon() = pattern-kubic
+Provides:       pattern-order() = 1050
+Requires:       pattern() = base
+
+Requires:       man
+Requires:       read-only-root-fs
+Requires:       rebootmgr
+Requires:       systemd-presets-branding-transactional-server
+Requires:       transactional-update
+Requires:       transactional-update-zypp-config
+Recommends:     pattern() = enhanced_base
+Suggests:       health-checker
+
+%description transactional_base
+This is the base system for a host updated by Transactional Updates. Includes 
Tools for systems with a read-only root filesystem.
+
+%files transactional_base
+%dir %{_docdir}/patterns
+%{_docdir}/patterns/transactional_base.txt
+
+################################################################################
+
 %if 0%{?is_opensuse}
 %package update_test
 %pattern_basetechnologies
@@ -713,6 +707,9 @@
 Requires:       pattern() = base
 %if 0%{?is_opensuse}
 Recommends:     pattern() = x11_enhanced
+%else
+# Upgrade path for SLE 15 SP1 and older
+Recommends:     pattern() = basic_desktop
 %endif
 
 Requires:       xorg-x11-fonts-core
@@ -958,7 +955,7 @@
 for i in apparmor base enhanced_base minimal_base \
      sw_management x11 x11_enhanced; do
 %else
-for i in apparmor base basic_desktop enhanced_base  minimal_base sw_management 
x11 x11_enhanced; do
+for i in apparmor base enhanced_base  minimal_base sw_management x11 
x11_enhanced; do
 %endif
     echo "This file marks the pattern $i to be installed." \
     >"%{buildroot}%{_docdir}/patterns/$i.txt"


Reply via email to