4.0.4-alt76

- rpmRunTransactions:
  Ignore unavailable mount points instead of bailing out.
This commit is contained in:
Дмитрий Левин 2007-04-09 21:13:58 +00:00
parent 0da910fb46
commit 36d31bbf3c

View File

@ -4,7 +4,7 @@
Name: %rpm_name
Version: %rpm_version
Release: alt75
Release: alt76
%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')
@ -522,6 +522,10 @@ fi
%endif #with contrib
%changelog
* Tue Apr 10 2007 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt76
- rpmRunTransactions:
Ignore unavailable mount points instead of bailing out.
* Wed Mar 28 2007 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt75
- Changed /mnt/* mountpoints handling to behave the same way
as other mountpoints.