4.0.4-alt101.M80P.3

- cpio.c: Fixed the conversion of 8-digit hex file sizes from cpio header.
  Packages with a 2GB+ file should now be installable.
This commit is contained in:
Alexey Tourbin 2018-06-30 15:56:09 +03:00
parent 3d9823b9a4
commit 691451d42e

View File

@ -3,7 +3,7 @@
Name: rpm
Version: 4.0.4
Release: alt101.M80P.2
Release: alt101.M80P.3
%define ifdef() %if %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
%define get_dep() %(rpm -q --qf '%%{NAME} >= %%|SERIAL?{%%{SERIAL}:}|%%{VERSION}-%%{RELEASE}' %1 2>/dev/null || echo '%1 >= unknown')
@ -533,6 +533,10 @@ fi
%_bindir/rpm2cpio.static
%changelog
* Sat Jun 30 2018 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt101.M80P.3
- cpio.c: Fixed the conversion of 8-digit hex file sizes from cpio header.
Packages with a 2GB+ file should now be installable.
* Tue Jun 26 2018 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt101.M80P.2
- Implemented limited support for large files: a 2GB+ file can now be packaged,
but the total size of uncompressed cpio payload is capped at 4 GB.