- 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:
parent
aa550674e1
commit
96e7bbfdf8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:526fef783e9bf18e6c3e7a35291dfddd3e2e4a3f57daae678a14b8231a2ccbb4
|
|
||||||
size 58556
|
|
3
yast2-update-3.1.21.tar.bz2
Normal file
3
yast2-update-3.1.21.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ccb701be12f2db7265d68ec135b15901ca815f384548560f248dddcc6581f4dd
|
||||||
|
size 58540
|
@ -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
|
Wed Jul 23 15:03:43 UTC 2014 - lslezak@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-update
|
Name: yast2-update
|
||||||
Version: 3.1.20
|
Version: 3.1.21
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -61,6 +61,9 @@ Conflicts: yast2-storage < 2.15.4
|
|||||||
|
|
||||||
Requires: yast2-ruby-bindings >= 1.0.0
|
Requires: yast2-ruby-bindings >= 1.0.0
|
||||||
|
|
||||||
|
# use parallel gzip when crating backup (much faster)
|
||||||
|
Requires: pigz
|
||||||
|
|
||||||
Summary: YaST2 - Update
|
Summary: YaST2 - Update
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user