From 8b3d2d6051ee60398fa0aedd267034e716deccc1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 20 Aug 2009 18:55:13 +0000 Subject: [PATCH] license tag fix --- postgresql.spec | 8 ++++++-- 1 file 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 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 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