4.0.4-alt104

- Introduced brp-check_contents.
This commit is contained in:
Дмитрий Левин 2017-10-25 03:16:59 +00:00
parent 7a81369647
commit 877b43c83e

View File

@ -5,7 +5,7 @@
Name: rpm-build
Version: 4.0.4
Release: alt103
Release: alt104
%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')
@ -510,6 +510,9 @@ mv %buildroot%_rpmlibdir/{,build}macros
%endif #with python
%changelog
* Wed Oct 25 2017 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt104
- Introduced brp-check_contents.
* Tue Apr 18 2017 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt103
- When scanning files for deps, debuginfo, fixup, and verify_elf,
ignore ELF files generated by GNU Guile.