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