4.0.4-alt105
- brp-check_contents: enabled strict error checking by default.
This commit is contained in:
parent
2c2a5545e5
commit
36debebed4
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: rpm-build
|
Name: rpm-build
|
||||||
Version: 4.0.4
|
Version: 4.0.4
|
||||||
Release: alt104
|
Release: alt105
|
||||||
|
|
||||||
%define ifdef() %if %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
|
%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')
|
%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
|
%endif #with python
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 25 2017 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt104
|
||||||
- Introduced brp-check_contents.
|
- Introduced brp-check_contents.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user