Accepting request 595671 from home:RBrownSUSE:branches:system:install:head
- Rename readonly_root_tools to transactional_base (boo#1089095) OBS-URL: https://build.opensuse.org/request/show/595671 OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-base?expand=0&rev=55
This commit is contained in:
parent
ae8535ad6e
commit
6e33fbc552
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Apr 10 16:43:14 UTC 2018 - rbrown@suse.com
|
||||||
|
|
||||||
|
@ -636,27 +636,29 @@ This is the base runtime system. It contains only a minimal multiuser booting s
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
%if 0%{?is_opensuse}
|
%if 0%{?is_opensuse}
|
||||||
%package readonly_root_tools
|
%package transactional_base
|
||||||
%pattern_basetechnologies
|
%pattern_basetechnologies
|
||||||
Summary: Read-Only Root Filesystem Tools
|
Summary: Transactional Base System
|
||||||
Group: Metapackages
|
Group: Metapackages
|
||||||
Provides: pattern() = readonly_root_tools
|
Provides: pattern() = transactional_base
|
||||||
Provides: pattern-icon() = yast-system
|
Provides: pattern-icon() = yast-system
|
||||||
Provides: pattern-order() = 1050
|
Provides: pattern-order() = 1050
|
||||||
|
Obsoletes: pattern() = readonly_root_tools
|
||||||
Requires: pattern() = enhanced_base
|
Requires: pattern() = enhanced_base
|
||||||
|
|
||||||
Requires: libnss_usrfiles2
|
Requires: libnss_usrfiles2
|
||||||
Requires: read-only-root-fs
|
Requires: read-only-root-fs
|
||||||
|
Requires: systemd-presets-branding-transactional-server
|
||||||
Requires: transactional-update
|
Requires: transactional-update
|
||||||
Suggests: health-checker
|
Suggests: health-checker
|
||||||
Requires: rebootmgr
|
Requires: rebootmgr
|
||||||
|
|
||||||
%description readonly_root_tools
|
%description transactional_base
|
||||||
Tools & Update Stack for systems with a read-only root filesystem.
|
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
|
%dir %{_docdir}/patterns
|
||||||
%{_docdir}/patterns/readonly_root_tools.txt
|
%{_docdir}/patterns/transactional_base.txt
|
||||||
%endif
|
%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
|
mkdir -p %{buildroot}%{_docdir}/patterns
|
||||||
%if 0%{?is_opensuse}
|
%if 0%{?is_opensuse}
|
||||||
for i in apparmor apparmor_opt base basesystem console enhanced_base \
|
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
|
update_test x11 x11_opt x86; do
|
||||||
%else
|
%else
|
||||||
for i in apparmor base basesystem console enhanced_base \
|
for i in apparmor base basesystem console enhanced_base \
|
||||||
|
Loading…
Reference in New Issue
Block a user