diff options
author | Tom Lane <tgl@fedoraproject.org> | 2007-08-25 20:53:39 +0000 |
---|---|---|
committer | Tom Lane <tgl@fedoraproject.org> | 2007-08-25 20:53:39 +0000 |
commit | 05e04c889cdc29d527bf916031d37bf33ef0868e (patch) | |
tree | 73d797b7bd67294c250e034aa7df05decc91b9c8 /postgresql.spec | |
parent | 1a0df18342e3731d46b5b2b607c0947dec4ed3ab (diff) | |
download | postgresql-setup-05e04c889cdc29d527bf916031d37bf33ef0868e.tar.gz postgresql-setup-05e04c889cdc29d527bf916031d37bf33ef0868e.tar.xz postgresql-setup-05e04c889cdc29d527bf916031d37bf33ef0868e.zip |
Use nicer solution for tzdata file substitution.postgresql-8_2_4-5_fc8
Diffstat (limited to 'postgresql.spec')
-rwxr-xr-x | postgresql.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/postgresql.spec b/postgresql.spec index 51670a3..21d6460 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -81,7 +81,7 @@ Summary: PostgreSQL client programs and libraries Name: postgresql Version: 8.2.4 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: Applications/Databases Url: http://www.postgresql.org/ @@ -743,7 +743,6 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pgsql/postgres.shdescription %{_datadir}/pgsql/system_views.sql %{_datadir}/pgsql/*.sample -%{_datadir}/pgsql/zoneinfo %{_datadir}/pgsql/timezonesets/ %{_libdir}/pgsql/plpgsql.so %dir %{_datadir}/pgsql @@ -820,6 +819,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Aug 25 2007 Tom Lane <tgl@redhat.com> 8.2.4-5 +- Use nicer solution for tzdata file substitution: upstream discussion + concluded that hardwiring the path was better than a symlink after all. + * Wed Aug 22 2007 Tom Lane <tgl@redhat.com> 8.2.4-4 - Use tzdata package's data files instead of private copy, so that postgresql-server need not be turned for routine timezone updates |