summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2008-07-22 08:36:32 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2008-07-22 08:36:32 -0400
commit14e00bd564d4a2dc523dfe1aa16f0d9ac5470738 (patch)
tree7f09f78d92f58dd2cd4c12472381c565f9ec62a4
parent812aa0996d373f04f89d788d879da21b1e24d3f1 (diff)
downloadtools-14e00bd564d4a2dc523dfe1aa16f0d9ac5470738.tar.gz
tools-14e00bd564d4a2dc523dfe1aa16f0d9ac5470738.tar.xz
tools-14e00bd564d4a2dc523dfe1aa16f0d9ac5470738.zip
Fixing genome-bootstrap license
https://fedorahosted.org/genome/ticket/15 The Red Hat Legal team has approved the GPLv2 license for all Genome tools.
-rw-r--r--genome-bootstrap/extra/genome-bootstrap.spec6
1 files changed, 4 insertions, 2 deletions
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 <bleanhar@redhat.com> - 1.0.0-9
+- Fixed license
* Tue Jul 22 2008 Jeroen van Meeuwen <kanarip@fedoraproject.org> - 1.0.0-8
- Initial build