diff options
author | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 10:43:06 +0000 |
---|---|---|
committer | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 10:43:06 +0000 |
commit | 3f053f53748fe88050a1030c1c851b3912a11b32 (patch) | |
tree | c8e5e073f4910507f092f92c3f14d411cda05eb2 | |
parent | c8cd9cbacd6ea183482b00cf7466161be17c4f3c (diff) | |
download | postgresql-setup-3f053f53748fe88050a1030c1c851b3912a11b32.tar.gz postgresql-setup-3f053f53748fe88050a1030c1c851b3912a11b32.tar.xz postgresql-setup-3f053f53748fe88050a1030c1c851b3912a11b32.zip |
auto-import postgresql-7.3.4-2 from postgresql-7.3.4-2.src.rpmpostgresql-7_3_4-2
-rwxr-xr-x | postgresql.spec | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/postgresql.spec b/postgresql.spec index 8983d9f..7c70622 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -52,7 +52,7 @@ Version: 7.3.4 # Pre-release RPM's should not be put up on the public ftp.postgresql.org server # -- only test releases or full releases should be. -Release: 1.rhl9 +Release: 2 License: BSD Group: Applications/Databases Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.gz @@ -349,7 +349,7 @@ export LIBNAME=%{_lib} --with-pam \ %endif %if %kerberos - --with-krb5=/usr/kerberos \ + --with-krb5 \ %endif %if %nls --enable-nls \ @@ -698,10 +698,6 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog -* Fri Oct 31 2003 Andrew Overholt <overholt@redhat.com> 7.3.4-1.rhl9 -- Erratum version for RHL 9. -- Fix kerberos location (/usr/kerberos) - * Thu Sep 04 2003 David Jee <djee@redhat.com> 7.3.4-2 - fix src-tutorial patch handling to include all files in the original postgres.tar.gz (*.html catalogs.gif connections.gif |