- backup /var/lib/rpm at update to prevent from accidental

corruption (bnc#857639)
- switch from bzip2 to gzip compression (slightly less compression
  ratio, but much faster), use parallel gzip (pigz) for even
  faster backup
- 3.1.21

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-update?expand=0&rev=260
This commit is contained in:
YaST Team Bot 2014-07-29 07:59:19 +00:00 committed by Git OBS Bridge
parent aa550674e1
commit 96e7bbfdf8
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:526fef783e9bf18e6c3e7a35291dfddd3e2e4a3f57daae678a14b8231a2ccbb4
size 58556

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccb701be12f2db7265d68ec135b15901ca815f384548560f248dddcc6581f4dd
size 58540

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jul 28 14:12:31 UTC 2014 - lslezak@suse.cz
- backup /var/lib/rpm at update to prevent from accidental
corruption (bnc#857639)
- switch from bzip2 to gzip compression (slightly less compression
ratio, but much faster), use parallel gzip (pigz) for even
faster backup
- 3.1.21
-------------------------------------------------------------------
Wed Jul 23 15:03:43 UTC 2014 - lslezak@suse.cz

View File

@ -17,7 +17,7 @@
Name: yast2-update
Version: 3.1.20
Version: 3.1.21
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -61,6 +61,9 @@ Conflicts: yast2-storage < 2.15.4
Requires: yast2-ruby-bindings >= 1.0.0
# use parallel gzip when crating backup (much faster)
Requires: pigz
Summary: YaST2 - Update
License: GPL-2.0
Group: System/YaST