Accepting request 595676 from system:install:head
OBS-URL: https://build.opensuse.org/request/show/595676 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-base?expand=0&rev=20
This commit is contained in:
commit
d80780f95a
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 12:43:11 UTC 2018 - rbrown@suse.com
|
||||
|
||||
- Rename readonly_root_tools to transactional_base (boo#1089095)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 10 16:43:14 UTC 2018 - rbrown@suse.com
|
||||
|
||||
- Correct transactional server role pattern to use enhanced_base
|
||||
(boo#1088884)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 3 10:58:13 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_with betatest
|
||||
Name: patterns-base
|
||||
Version: 20170319
|
||||
Version: 20170410
|
||||
Release: 0
|
||||
Summary: Patterns for Installation (base patterns)
|
||||
License: MIT
|
||||
@ -636,27 +636,29 @@ This is the base runtime system. It contains only a minimal multiuser booting s
|
||||
################################################################################
|
||||
|
||||
%if 0%{?is_opensuse}
|
||||
%package readonly_root_tools
|
||||
%package transactional_base
|
||||
%pattern_basetechnologies
|
||||
Summary: Read-Only Root Filesystem Tools
|
||||
Summary: Transactional Base System
|
||||
Group: Metapackages
|
||||
Provides: pattern() = readonly_root_tools
|
||||
Provides: pattern() = transactional_base
|
||||
Provides: pattern-icon() = yast-system
|
||||
Provides: pattern-order() = 1050
|
||||
Requires: pattern() = console
|
||||
Obsoletes: pattern() = readonly_root_tools
|
||||
Requires: pattern() = enhanced_base
|
||||
|
||||
Requires: libnss_usrfiles2
|
||||
Requires: read-only-root-fs
|
||||
Requires: systemd-presets-branding-transactional-server
|
||||
Requires: transactional-update
|
||||
Suggests: health-checker
|
||||
Suggests: rebootmgr
|
||||
Requires: rebootmgr
|
||||
|
||||
%description readonly_root_tools
|
||||
Tools & Update Stack for systems with a read-only root filesystem.
|
||||
%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 readonly_root_tools
|
||||
%files transactional_base
|
||||
%dir %{_docdir}/patterns
|
||||
%{_docdir}/patterns/readonly_root_tools.txt
|
||||
%{_docdir}/patterns/transactional_base.txt
|
||||
%endif
|
||||
|
||||
################################################################################
|
||||
@ -857,7 +859,7 @@ This will install the 32-bit variant of all selected patterns. This allows to ex
|
||||
mkdir -p %{buildroot}%{_docdir}/patterns
|
||||
%if 0%{?is_opensuse}
|
||||
for i in apparmor apparmor_opt base basesystem console enhanced_base \
|
||||
enhanced_base_opt minimal_base minimal_base_conflicts readonly_root_tools sw_management \
|
||||
enhanced_base_opt minimal_base minimal_base_conflicts transactional_base sw_management \
|
||||
update_test x11 x11_opt x86; do
|
||||
%else
|
||||
for i in apparmor base basesystem console enhanced_base \
|
||||
|
Loading…
Reference in New Issue
Block a user