4.0.4-alt21.1

This commit is contained in:
Дмитрий Левин 2003-07-09 17:23:50 +00:00
parent a6b602bd31
commit 9d9800eed6

View File

@ -6,7 +6,7 @@
Name: %rpm_name
Version: %rpm_version
Release: alt21
Release: alt21.1
%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')
@ -472,6 +472,10 @@ fi
%endif #with contrib
%changelog
* Wed Jul 09 2003 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt21.1
- lib/depends.c: fixed "Requires(post,preun)" problem.
- lib/psm.c: do syslog only when geteuid() == 0.
* Fri Jun 20 2003 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt21
- platform.in:
+ always define RPM_BUILD_ROOT;