From b821259ea70da73e559e26f688d863ded348336f Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Aug 11 2008 19:14:03 +0000 Subject: fix license tag --- diff --git a/nfs-utils.spec b/nfs-utils.spec index 64c5bc3..064d646 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser Name: nfs-utils URL: http://sourceforge.net/projects/nfs Version: 1.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 # group all 32bit related archs @@ -50,7 +50,7 @@ Provides: umount.nfs4 = %{epoch}:%{version}-%{release} Provides: sm-notify = %{epoch}:%{version}-%{release} Provides: start-statd = %{epoch}:%{version}-%{release} -License: GPL +License: MIT and GPLv2 and GPLv2+ Buildroot: %{_tmppath}/%{name}-%{version}-root Requires: rpcbind, sed, gawk, sh-utils, fileutils, textutils, grep Requires: modutils >= 2.4.26-9 @@ -245,6 +245,9 @@ fi %attr(4755,root,root) /sbin/umount.nfs4 %changelog +* Mon Aug 11 2008 Tom "spot" Callaway 1.1.3-3 +- fix license tag + * Thu Jul 31 2008 Steve Dickson 1.1.3-2 - Mount command did not compile against older glibc versions.