From 14e00bd564d4a2dc523dfe1aa16f0d9ac5470738 Mon Sep 17 00:00:00 2001 From: Brenton Leanhardt Date: Tue, 22 Jul 2008 08:36:32 -0400 Subject: Fixing genome-bootstrap license https://fedorahosted.org/genome/ticket/15 The Red Hat Legal team has approved the GPLv2 license for all Genome tools. --- genome-bootstrap/extra/genome-bootstrap.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'genome-bootstrap/extra') diff --git a/genome-bootstrap/extra/genome-bootstrap.spec b/genome-bootstrap/extra/genome-bootstrap.spec index 7f6eef0..7546a9b 100644 --- a/genome-bootstrap/extra/genome-bootstrap.spec +++ b/genome-bootstrap/extra/genome-bootstrap.spec @@ -7,9 +7,9 @@ Summary: Tool for provisioning virtual machines Name: rubygem-%{gemname} Version: 1.0.0 -Release: 8%{?dist} +Release: 9%{?dist} Group: Development/Languages -License: Ruby License/GPL +License: GPLv2 URL: http://genome.et.redhat.com Source0: %{gemname}-%{version}.gem BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -56,5 +56,7 @@ find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x %{gemdir}/specifications/%{gemname}-%{version}.gemspec %changelog +* Tue Jul 22 2008 Brenton Leanhardt - 1.0.0-9 +- Fixed license * Tue Jul 22 2008 Jeroen van Meeuwen - 1.0.0-8 - Initial build -- cgit