4.0.4-alt101

- verify-elf: made verify_lfs check shared objects too.
- Relaxed check for gcc package name in {cpp,pkgconfiglib}.req generators.
- rpm-build: add R: rpmspec.
This commit is contained in:
Gleb Fotengauer-Malinovskiy 2016-12-20 17:49:39 +03:00
parent 6409cf5038
commit 509272d41b

View File

@ -5,7 +5,7 @@
Name: rpm-build
Version: 4.0.4
Release: alt100.99
Release: alt101
%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')
@ -54,6 +54,7 @@ Conflicts: rpm-build-tcl <= 0.2
Conflicts: rpm-build-mono <= 1.0
# Due to 'readelf --dyn-syms':
Requires: binutils >= 1:2.20.51.0.7
Requires: rpmspec
Url: http://www.rpm.org/
@ -512,8 +513,13 @@ mv %buildroot%_rpmlibdir/{,build}macros
%endif
%changelog
* Tue Dec 20 2016 Gleb F-Malinovskiy <glebfm@altlinux.org> 4.0.4-alt101
- verify-elf: made verify_lfs check shared objects too.
- Relaxed check for gcc package name in {cpp,pkgconfiglib}.req generators.
- rpm-build: add R: rpmspec.
* Mon Dec 19 2016 Gleb F-Malinovskiy <glebfm@altlinux.org> 4.0.4-alt100.99
- Fixed non-LFS check in verify-elf.
- Updated generator of non-LFS functions list.
- Dropped fake provides made for rpm 4.13.0 bootstrap.
* Fri Dec 16 2016 Gleb F-Malinovskiy <glebfm@altlinux.org> 4.0.4-alt100.98