Accepting request 907242 from YaST:Head
submit new version 4.4.14 OBS-URL: https://build.opensuse.org/request/show/907242 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=304
This commit is contained in:
commit
7f7064b94b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0eb516d4242be64d1a5f0d8623cb3dd6cd689b3a3cc1e3e5f7cd89a8e3d11fd7
|
|
||||||
size 724356
|
|
3
autoyast2-4.4.14.tar.bz2
Normal file
3
autoyast2-4.4.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5e66397bff1a48e94efea0fadadac6bf6167020e1a290dde3a4808e937034d48
|
||||||
|
size 725197
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 16 11:20:20 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
- Copy the files to the right location when a <file_location>
|
||||||
|
is given (bsc#1188357).
|
||||||
|
- 4.4.14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 9 13:46:05 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
- Recognize the 'dialog' section as a legal element of rules.xml
|
||||||
|
files (bsc#1188153).
|
||||||
|
- Do not export the general/storage section when it is empty
|
||||||
|
(related to bsc#1171356 and bsc#1187916).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 6 08:57:22 UTC 2021 - José Iván López González <jlopez@suse.com>
|
Tue Jul 6 08:57:22 UTC 2021 - José Iván López González <jlopez@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Version: 4.4.13
|
Version: 4.4.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Automated Installation
|
Summary: YaST2 - Automated Installation
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -44,6 +44,7 @@ BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
|||||||
# GPG symmetric methods and Password dialog
|
# GPG symmetric methods and Password dialog
|
||||||
BuildRequires: yast2 >= 4.3.25
|
BuildRequires: yast2 >= 4.3.25
|
||||||
# FileSystems.read_default_subvol_from_target
|
# FileSystems.read_default_subvol_from_target
|
||||||
|
BuildRequires: yast2-xml
|
||||||
BuildRequires: yast2-country
|
BuildRequires: yast2-country
|
||||||
BuildRequires: yast2-network >= 3.1.145
|
BuildRequires: yast2-network >= 3.1.145
|
||||||
BuildRequires: yast2-packager
|
BuildRequires: yast2-packager
|
||||||
@ -51,7 +52,6 @@ BuildRequires: yast2-services-manager
|
|||||||
BuildRequires: yast2-slp
|
BuildRequires: yast2-slp
|
||||||
BuildRequires: yast2-transfer
|
BuildRequires: yast2-transfer
|
||||||
BuildRequires: yast2-update >= 3.3.0
|
BuildRequires: yast2-update >= 3.3.0
|
||||||
BuildRequires: yast2-xml
|
|
||||||
# Required for test suite testing one time sync
|
# Required for test suite testing one time sync
|
||||||
BuildRequires: yast2-ntp-client >= 4.0.1
|
BuildRequires: yast2-ntp-client >= 4.0.1
|
||||||
# New API for Y2Storage::PackageHandler and storage features
|
# New API for Y2Storage::PackageHandler and storage features
|
||||||
@ -78,8 +78,8 @@ Requires: yast2-schema >= 4.0.6
|
|||||||
Requires: yast2-transfer >= 2.21.0
|
Requires: yast2-transfer >= 2.21.0
|
||||||
Requires: yast2-xml
|
Requires: yast2-xml
|
||||||
# New API for Y2Storage::PackageHandler and storage features
|
# New API for Y2Storage::PackageHandler and storage features
|
||||||
Requires: yast2-ruby-bindings >= 1.0.0
|
|
||||||
Requires: yast2-storage-ng >= 4.2.95
|
Requires: yast2-storage-ng >= 4.2.95
|
||||||
|
Requires: yast2-ruby-bindings >= 1.0.0
|
||||||
|
|
||||||
Conflicts: yast2-installation < 3.1.166
|
Conflicts: yast2-installation < 3.1.166
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user