diff --git a/rpm-4_0.spec b/rpm-4_0.spec index 0f61bc9..5c577ca 100644 --- a/rpm-4_0.spec +++ b/rpm-4_0.spec @@ -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 4.0.4-alt105 +- brp-check_contents: enabled strict error checking by default. + * Wed Oct 25 2017 Dmitry V. Levin 4.0.4-alt104 - Introduced brp-check_contents.