Hello community, here is the log from the commit of package patterns-yast for openSUSE:Factory checked in at 2018-01-17 21:42:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/patterns-yast (Old) and /work/SRC/openSUSE:Factory/.patterns-yast.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patterns-yast" Wed Jan 17 21:42:55 2018 rev:2 rq:561847 version:20180105 Changes: -------- --- /work/SRC/openSUSE:Factory/patterns-yast/patterns-yast.changes 2017-05-06 18:23:10.314085148 +0200 +++ /work/SRC/openSUSE:Factory/.patterns-yast.new/patterns-yast.changes 2018-01-17 21:42:56.946347083 +0100 @@ -1,0 +2,60 @@ +Fri Jan 5 09:41:04 UTC 2018 - [email protected] + +- Added yast2-registration to the "yast2_basis" pattern (SLE only) + (bsc#1073332) +- 20180105 + +------------------------------------------------------------------- +Mon Oct 9 12:05:56 UTC 2017 - [email protected] + +- yast2_theme not yast2-theme + +------------------------------------------------------------------- +Thu Oct 5 00:23:51 UTC 2017 - [email protected] + +- Do branding seperately for SLE vs openSUSE +- Require current yast2-branding-openSUSE rather then + yast2-theme-openSUSE +- 20171005 + +------------------------------------------------------------------- +Thu Sep 21 07:28:30 UTC 2017 - [email protected] + +- Update the YaST development pattern to install the Ruby gems + used in development, removed dropped *-devel-doc packages + (bsc#1020033) + +------------------------------------------------------------------- +Wed Aug 30 02:03:24 UTC 2017 - [email protected] + +- Tidy up for SLE 15 + * Drop the following (removed from Factory) + * yast2-kerberos-client + * yast2-packager-webpin + * yast2-product-creator + * yast2-autofs + * yast2-mail-plugins + * yast2-phone-services + * yast2-theme-openSUSE-Crystal + * yast2-fingerprint-reader + * yast2-tv + * Drop the following (Dependency dropped) + * inst-source-utils + * createrepo + * star + * ivtv + * alevt + * kradio + * motv + * nxtvepg + * v4l-tools + * Re order some things to alphabetical order +- Recommend ntp here rather then in patterns-base as a work around + for boo#936378 + +------------------------------------------------------------------- +Wed Aug 16 11:22:24 CEST 2017 - [email protected] + +- replace yast2-storage by yast2-storage-ng (fate#318196) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ patterns-yast.spec ++++++ --- /var/tmp/diff_new_pack.5WaSiQ/_old 2018-01-17 21:42:57.746309638 +0100 +++ /var/tmp/diff_new_pack.5WaSiQ/_new 2018-01-17 21:42:57.750309452 +0100 @@ -1,7 +1,7 @@ # -# spec file for package patterns-openSUSE +# spec file for package patterns-yast # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %bcond_with betatest Name: patterns-yast -Version: 20170319 +Version: 20180105 Release: 0 Summary: Patterns for Installation (Yast) License: MIT @@ -29,7 +29,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: patterns-rpm-macros - %description This is an internal package that is used to create the patterns as part of the installation source setup. Installation of this package does @@ -63,19 +62,24 @@ Requires: yast2-pam Requires: yast2-perl-bindings Requires: yast2-pkg-bindings +%if !0%{?is_opensuse} +# SLE only +Requires: yast2-registration +%endif Requires: yast2-security Requires: yast2-services-manager -Requires: yast2-storage +Requires: yast2-storage-ng Requires: yast2-sysconfig -Requires: yast2-theme-openSUSE Requires: yast2-transfer Requires: yast2-tune Requires: yast2-update Requires: yast2-users Requires: yast2-xml +Recommends: yast2-auth-client +Recommends: yast2-fonts Recommends: yast2-inetd Recommends: yast2-iscsi-client -Recommends: yast2-kerberos-client +Recommends: yast2-journal Recommends: yast2-ldap-client Recommends: yast2-metapackage-handler Recommends: yast2-nfs-client @@ -90,41 +94,29 @@ # #388892 Recommends: yast2-vm # #542936 -Recommends: yast2-packager-webpin -Recommends: yast2-auth-client -Recommends: yast2-fonts -Recommends: yast2-journal Recommends: yast2-vpn +# Recommend NTP at least until boo#936378 is fixed and YaST is not trying to configure a service that's not there +Recommends: ntp Suggests: yast2-online-update-configuration -Suggests: yast2-product-creator Suggests: autoyast2 Suggests: autoyast2-installation -Suggests: inst-source-utils Suggests: libyui-qt-pkg Suggests: libyui-gtk-pkg -Suggests: yast2-autofs Suggests: yast2-drbd Suggests: yast2-firstboot -Suggests: yast2-mail-plugins Suggests: yast2-multipath -Suggests: yast2-phone-services Suggests: yast2-snapper # #381365 Suggests: yast2-squid +# themeing for hardcore KDE lovers +Suggests: yast2-theme-openSUSE-Oxygen # see extra-packages for reasons -Suggests: star Suggests: sbl Suggests: Mesa Suggests: i4l-isdnlog Suggests: ypserv Suggests: ntp Suggests: ntp-doc -Suggests: star -Suggests: alevt -Suggests: kradio -Suggests: motv -Suggests: nxtvepg -Suggests: v4l-tools Suggests: install-initrd # for yast2-scanner # mandatory @@ -133,19 +125,6 @@ Suggests: hplip # optionally, open source, derived from iscan Suggests: iscan-free -# themeing for hardcore KDE lovers -Suggests: yast2-theme-openSUSE-Crystal -Suggests: yast2-theme-openSUSE-Oxygen -Suggests: ivtv -Suggests: ivtv-firmware -# required by yast2-storage -Suggests: pam_mount -%ifarch x86_64 -Suggests: pam_fp-32bit -%endif -%ifarch ppc64 -Suggests: pam_fp-64bit -%endif # yast2-sound Suggests: alsa-firmware Suggests: alsa-tools @@ -155,12 +134,16 @@ %ifarch ppc Suggests: kernel-kdump %endif -Suggests: yast2-fingerprint-reader Suggests: sssd Suggests: snapper # FATE 304350 Suggests: sblim-sfcb Suggests: cim-schema +%if 0%{?is_opensuse} +Requires: yast2-branding-openSUSE +%else +Requires: yast2_theme +%endif %description yast2_basis YaST tools for basic system administration. @@ -190,7 +173,6 @@ Requires: yast2-ntp-client Suggests: autoyast2-installation Suggests: yast2-firewall -Suggests: yast2-kerberos-client Suggests: yast2-ldap Suggests: yast2-ldap-client Suggests: yast2-nfs-client @@ -198,7 +180,6 @@ Suggests: yast2-printer Suggests: yast2-samba-client Suggests: yast2-slp -Suggests: yast2-tv Suggests: yast2-update Suggests: autoyast2 %ifarch x86_64 @@ -240,7 +221,6 @@ Recommends: yast2-control-center-qt # yast modules for the desktop Recommends: yast2-scanner -Recommends: yast2-tv %description x11_yast Graphical YaST user interfaces for minimal X desktop. @@ -262,26 +242,25 @@ Recommends: yast2-devtools Recommends: yast2-testsuite +Recommends: osc +Recommends: rubygem(%{rb_default_ruby_abi}:yast-rake) +Recommends: rubygem(%{rb_default_ruby_abi}:byebug) +Recommends: rubygem(%{rb_default_ruby_abi}:rspec) +Recommends: rubygem(%{rb_default_ruby_abi}:simplecov) +Recommends: rubygem(%{rb_default_ruby_abi}:yard) +# only in OBS YaST:Head, but install it when available +# YaST currently requires version 0.41.2 +Recommends: rubygem(%{rb_default_ruby_abi}:rubocop) = 0.41.2 +Suggests: yast2-ycp-ui-bindings-devel # Bug 304645 gives the list below: -Recommends: yast2-pkg-bindings-devel-doc Recommends: yast2-core-devel -Recommends: yast2-devel-doc -Recommends: yast2-installation-devel-doc -Recommends: yast2-network-devel-doc -Recommends: yast2-nis-server-devel-doc -Recommends: yast2-printer-devel-doc -Recommends: yast2-storage-devel Recommends: yast2-perl-bindings -Recommends: yast2-python-bindings Recommends: yast2-ruby-bindings Recommends: git Recommends: libzypp-devel Recommends: yast2-libyui-devel -Recommends: yast2-ycp-ui-bindings-devel Recommends: libyui-qt-devel Recommends: libyui-ncurses-devel -Suggests: inst-source-utils -Suggests: createrepo %description devel_yast Tools and libraries for developing YaST modules, the setup and configuration tool for openSUSE.
