From b7fa69b9cb348b3b6c56f24e96fc256abaf7e0c1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 18 Feb 2010 15:25:30 +0000 Subject: adjust license tag to reflect OSI decision --- postgresql.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'postgresql.spec') 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 8.4.2-7 +- adjust license tag to reflect OSI decision + * Tue Jan 26 2010 Tom Lane 8.4.2-6 - Emit explicit error message if user tries to build RPM as root Related: #558921 -- cgit