4.0.4-alt100.52

- 0common-files.req.list: added /etc/sudoers.d directory.
This commit is contained in:
Дмитрий Левин 2012-07-12 10:03:37 +00:00
parent 8d16b4186d
commit 6ce84ceff3

View File

@ -3,7 +3,7 @@
Name: rpm
Version: 4.0.4
Release: alt100.51
Release: alt100.52
%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')
@ -506,6 +506,9 @@ fi
%_bindir/rpm2cpio.static
%changelog
* Thu Jul 12 2012 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt100.52
- 0common-files.req.list: added /etc/sudoers.d directory.
* Thu May 24 2012 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt100.51
- find-lang: added --all-name option (by Igor Vlasenko; closes: #27284).