Hello community,
here is the log from the commit of package yast2-storage-ng for
openSUSE:Factory checked in at 2019-05-14 13:14:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old)
and /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-storage-ng"
Tue May 14 13:14:00 2019 rev:51 rq:702677 version:4.2.15
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes
2019-05-05 21:17:29.660635634 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-storage-ng.new.5148/yast2-storage-ng.changes
2019-05-14 13:14:01.832895785 +0200
@@ -1,0 +2,25 @@
+Mon May 13 14:08:14 UTC 2019 - Steffen Winterfeldt <[email protected]>
+
+- guided proposal frees space from existing multidevice btrfs properly
+ (bsc#1096760); the same for raid using partitions
+- 4.2.15
+
+-------------------------------------------------------------------
+Fri May 10 12:31:21 UTC 2019 - Ancor Gonzalez Sosa <[email protected]>
+
+- Partitioner: button to delete Btrfs filesystems.
+- Partitioner: prevent edition of block devices that are part of
+ a multi-device Btrfs.
+- Part of jsc#SLE-3877.
+- 4.2.14
+
+-------------------------------------------------------------------
+Wed May 8 11:59:39 UTC 2019 - José Iván López González <[email protected]>
+
+- Partitioner: added option for creating Btrfs filesystems (single-
+ and multidevice).
+- Partitioner: added option for editing devices used by a Btrfs.
+- Part of jsc#SLE-3877.
+- 4.2.13
+
+-------------------------------------------------------------------
Old:
----
yast2-storage-ng-4.2.12.tar.bz2
New:
----
yast2-storage-ng-4.2.15.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-storage-ng.spec ++++++
--- /var/tmp/diff_new_pack.4ZEeLe/_old 2019-05-14 13:14:02.368897147 +0200
+++ /var/tmp/diff_new_pack.4ZEeLe/_new 2019-05-14 13:14:02.368897147 +0200
@@ -17,52 +17,47 @@
Name: yast2-storage-ng
-Version: 4.2.12
+Version: 4.2.15
Release: 0
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Summary: YaST2 - Storage Configuration
+License: GPL-2.0-only OR GPL-3.0-only
+Group: System/YaST
Source: %{name}-%{version}.tar.bz2
+Url: https://github.com/yast/yast-storage-ng
-# CWM::Dialog#next_handler (4.1 branch) and improved CWM::Dialog
-Requires: yast2 >= 4.1.11
-# for AbortException and handle direct abort
-Requires: yast2-ruby-bindings >= 4.0.6
-# Bcache#remove_bcache_cset
-Requires: libstorage-ng-ruby >= 4.1.89
-# communicate with udisks
-Requires: rubygem(ruby-dbus)
-# Y2Packager::Repository
-Requires: yast2-packager >= 3.3.7
-# findutils for xargs
-Requires: findutils
-
+# Multidevice Btrfs
+BuildRequires: libstorage-ng-ruby >= 4.1.118
BuildRequires: update-desktop-files
-# Bcache#remove_bcache_cset
-BuildRequires: libstorage-ng-ruby >= 4.1.89
-BuildRequires: yast2-devtools
-BuildRequires: yast2-ruby-bindings
-# yast2-xml dependency is added by yast2 but ignored in the
-# openSUSE:Factory project config
-BuildRequires: yast2-xml
# CWM::Dialog#next_handler (4.1 branch) and improved CWM::Dialog
BuildRequires: yast2 >= 4.1.11
+BuildRequires: yast2-devtools
# for AbortException and handle direct abort
BuildRequires: yast2-ruby-bindings >= 4.0.6
+# yast2-xml dependency is added by yast2 but ignored in the
+# openSUSE:Factory project config
+BuildRequires: yast2-xml
BuildRequires: rubygem(rspec)
+# communicate with udisks
+BuildRequires: rubygem(ruby-dbus)
BuildRequires: rubygem(yast-rake)
+# findutils for xargs
+Requires: findutils
+# Multidevice Btrfs
+Requires: libstorage-ng-ruby >= 4.1.118
+# CWM::Dialog#next_handler (4.1 branch) and improved CWM::Dialog
+Requires: yast2 >= 4.1.11
+# Y2Packager::Repository
+Requires: yast2-packager >= 3.3.7
+# for AbortException and handle direct abort
+Requires: yast2-ruby-bindings >= 4.0.6
+# communicate with udisks
+Requires: rubygem(ruby-dbus)
+Requires(post): %fillup_prereq
+Obsoletes: yast2-storage
# speed up the tests in SLE15-SP1+ or TW
%if 0%{?sle_version} >= 150100 || 0%{?suse_version} > 1500
BuildRequires: rubygem(parallel_tests)
%endif
-# communicate with udisks
-BuildRequires: rubygem(ruby-dbus)
-PreReq: %fillup_prereq
-
-Obsoletes: yast2-storage
-
-Summary: YaST2 - Storage Configuration
-License: GPL-2.0-only OR GPL-3.0-only
-Group: System/YaST
%description
This package contains the files for YaST2 that handle access to disk
@@ -70,18 +65,18 @@
This YaST2 module uses libstorage-ng.
%prep
-%setup -n %{name}-%{version}
+%setup -q
%check
rake test:unit
%install
-rake install DESTDIR="%{buildroot}"
+rake install DESTDIR=%{buildroot}
# Remove the license from the /usr/share/doc/packages directory,
# it is also included in the /usr/share/licenses directory by using
# the %license tag.
-rm -f $RPM_BUILD_ROOT/%{yast_docdir}/COPYING
+rm -f %{buildroot}/%{yast_docdir}/COPYING
%post
%ifarch s390 s390x
@@ -91,7 +86,6 @@
%endif
%files
-%defattr(-,root,root)
%{yast_dir}/clients/*.rb
%{yast_dir}/lib
%{yast_desktopdir}/*.desktop
++++++ yast2-storage-ng-4.2.12.tar.bz2 -> yast2-storage-ng-4.2.15.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng-4.2.12.tar.bz2
/work/SRC/openSUSE:Factory/.yast2-storage-ng.new.5148/yast2-storage-ng-4.2.15.tar.bz2
differ: char 11, line 1