From c4a1c3ffe689e507ff2f7db026bafb994624537c Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 29 Jul 2008 20:09:33 +0000 Subject: [PATCH] fix license tag --- gnu-efi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu-efi.spec b/gnu-efi.spec index 6805b5c..249ed80 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -1,9 +1,9 @@ Summary: Development Libraries and headers for EFI Name: gnu-efi Version: 3.0d -Release: 5%{?dist} +Release: 6%{?dist} Group: Development/System -License: GPL +License: GPLv2+ URL: ftp://ftp.hpl.hp.com/pub/linux-ia64 Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi-%{version}.tar.gz Patch0: gnu-efi-3.0d-pragma.patch @@ -56,6 +56,9 @@ rm -rf %{buildroot} %{_libdir}/* %changelog +* Tue Jul 29 2008 Tom "spot" Callaway - 3.0d-6 +- fix license tag + * Mon Jul 28 2008 Peter Jones - 3.0d-5 - Remove ia64 palproc code since its license isn't usable. - Remove ia64 from ExclusiveArch since it can't build...