- Add support to enable copy-on-write for Btrfs subvolumes
(FATE#320342) - Add support to omit the Btrfs default subvolume name (FATE#317775) - 3.2.0 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=701
This commit is contained in:
parent
64fc0a9f48
commit
4db78b3488
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4dd165f3e603c7e04d20d4f0890b653ae22398db87eeb87ca15c9e99cf18cea6
|
|
||||||
size 673392
|
|
3
autoyast2-3.2.0.tar.bz2
Normal file
3
autoyast2-3.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:89b6fab2cb48fa98935f8b1fe285a10c1ac304910470a08e02f9bcdcd27c9c88
|
||||||
|
size 676058
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 24 09:04:25 UTC 2016 - igonzalezsosa@suse.com
|
||||||
|
|
||||||
|
- Add support to enable copy-on-write for Btrfs subvolumes
|
||||||
|
(FATE#320342)
|
||||||
|
- Add support to omit the Btrfs default subvolume name
|
||||||
|
(FATE#317775)
|
||||||
|
- 3.2.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 30 10:21:45 CEST 2016 - schubi@suse.de
|
Fri Sep 30 10:21:45 CEST 2016 - schubi@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Version: 3.1.152
|
Version: 3.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -33,14 +33,15 @@ BuildRequires: libxml2-tools
|
|||||||
# xsltproc for AutoinstClass
|
# xsltproc for AutoinstClass
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: yast2
|
BuildRequires: yast2
|
||||||
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||||
|
# FileSystems.read_default_subvol_from_target
|
||||||
BuildRequires: yast2-packager
|
BuildRequires: yast2-packager
|
||||||
BuildRequires: yast2-services-manager
|
BuildRequires: yast2-services-manager
|
||||||
BuildRequires: yast2-slp
|
BuildRequires: yast2-slp
|
||||||
BuildRequires: yast2-storage >= 3.1.59
|
BuildRequires: yast2-storage >= 3.2.0
|
||||||
BuildRequires: yast2-transfer
|
BuildRequires: yast2-transfer
|
||||||
BuildRequires: yast2-update >= 3.1.36
|
BuildRequires: yast2-update >= 3.1.36
|
||||||
BuildRequires: yast2-xml
|
BuildRequires: yast2-xml
|
||||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
|
||||||
|
|
||||||
# %%{_unitdir} macro definition is in a separate package since 13.1
|
# %%{_unitdir} macro definition is in a separate package since 13.1
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} >= 1310
|
||||||
|
Loading…
x
Reference in New Issue
Block a user