From 05f00f9907600517926cef0fe9fff73c52758b21 Mon Sep 17 00:00:00 2001 From: Peter Vrabec Date: Fri, 30 Jun 2006 08:13:56 +0000 Subject: [PATCH] fix upgrade path (#197231) --- dosfstools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dosfstools.spec b/dosfstools.spec index 6030f3e..f148d55 100644 --- a/dosfstools.spec +++ b/dosfstools.spec @@ -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 2.11-6 +- fix upgrade path (#197231) + * Thu May 11 2006 Peter Vrabec 2.11-5 - fix work with disk image files > 4GB (#191198)