summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Callaway <spot@fedoraproject.org>2010-02-18 15:25:30 +0000
committerTom Callaway <spot@fedoraproject.org>2010-02-18 15:25:30 +0000
commitb7fa69b9cb348b3b6c56f24e96fc256abaf7e0c1 (patch)
tree19482442be7f0ce942ae1d896ac2bdb4e52c80d7
parent1a80a96e7464a07f49a215052e48c3490bd99b30 (diff)
downloadpostgresql-setup-b7fa69b9cb348b3b6c56f24e96fc256abaf7e0c1.tar.gz
postgresql-setup-b7fa69b9cb348b3b6c56f24e96fc256abaf7e0c1.tar.xz
postgresql-setup-b7fa69b9cb348b3b6c56f24e96fc256abaf7e0c1.zip
adjust license tag to reflect OSI decision
-rwxr-xr-xpostgresql.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/postgresql.spec b/postgresql.spec
index 032bb1b..68b4a77 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -53,10 +53,10 @@ Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 8.4
Version: 8.4.2
-Release: 6%{?dist}
-# PostgreSQL calls their license simplified BSD, but the requirements are
-# more similar to other MIT licenses.
-License: MIT
+Release: 7%{?dist}
+# The PostgreSQL license is very similar to other MIT licenses, but the OSI
+# recognizes it as an independent license, so we do as well.
+License: PostgreSQL
Group: Applications/Databases
Url: http://www.postgresql.org/
@@ -711,6 +711,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Thu Feb 18 2010 Tom "spot" Callaway <tcallawa@redhat.com> 8.4.2-7
+- adjust license tag to reflect OSI decision
+
* Tue Jan 26 2010 Tom Lane <tgl@redhat.com> 8.4.2-6
- Emit explicit error message if user tries to build RPM as root
Related: #558921