diff options
-rwxr-xr-x | postgresql.spec | 11 |
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 |