summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Callaway <spot@fedoraproject.org>2009-08-20 18:55:13 +0000
committerTom Callaway <spot@fedoraproject.org>2009-08-20 18:55:13 +0000
commit8b3d2d6051ee60398fa0aedd267034e716deccc1 (patch)
treedac164e919b07b9a24d60a4ce2ff5eaef901908c
parent084ca74c6414a272863de0ae756ee704386ae380 (diff)
downloadpostgresql-setup-8b3d2d6051ee60398fa0aedd267034e716deccc1.tar.gz
postgresql-setup-8b3d2d6051ee60398fa0aedd267034e716deccc1.tar.xz
postgresql-setup-8b3d2d6051ee60398fa0aedd267034e716deccc1.zip
license tag fix
-rwxr-xr-xpostgresql.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/postgresql.spec b/postgresql.spec
index 9c3cc02..7ce2906 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -60,8 +60,8 @@ Summary: PostgreSQL client programs and libraries
Name: postgresql
%define majorversion 8.4
Version: 8.4.0
-Release: 1%{?dist}
-License: BSD
+Release: 2%{?dist}
+License: MIT
Group: Applications/Databases
Url: http://www.postgresql.org/
@@ -852,6 +852,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Thu Aug 20 2009 Tom "spot" Callaway <tcallawa@redhat.com> 8.4.0-2
+- update License tag to MIT (PostgreSQL calls it "BSD", but it is MIT)
+- Note: This changes nothing from a license compatibility perspective.
+
* Mon Aug 17 2009 Tom Lane <tgl@redhat.com> 8.4.0-1
- Update to PostgreSQL 8.4.0. See release notes at
http://www.postgresql.org/docs/8.4/static/release-8-4.html