4.0.4-alt105

- brp-check_contents: enabled strict error checking by default.
This commit is contained in:
Дмитрий Левин 2017-10-26 14:23:23 +00:00
parent 2c2a5545e5
commit 36debebed4

View File

@ -5,7 +5,7 @@
Name: rpm-build
Version: 4.0.4
Release: alt104
Release: alt105
%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
* Thu Oct 26 2017 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt105
- brp-check_contents: enabled strict error checking by default.
* Wed Oct 25 2017 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt104
- Introduced brp-check_contents.