fix upgrade path (#197231)

This commit is contained in:
Peter Vrabec 2006-06-30 08:13:56 +00:00
parent cfdbdecde6
commit 05f00f9907

View File

@ -1,7 +1,7 @@
Name: dosfstools
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux.
Version: 2.11
Release: 5
Release: 6%{?dist}
License: GPL
Group: Applications/System
Source: ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-%{version}.src.tar.gz
@ -54,6 +54,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/*
%changelog
* Fri Jun 30 2006 Peter Vrabec <pvrabec@redhat.com> 2.11-6
- fix upgrade path (#197231)
* Thu May 11 2006 Peter Vrabec <pvrabec@redhat.com> 2.11-5
- fix work with disk image files > 4GB (#191198)