postgresql-vl.spec 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491
  1. %bcond_with systemd
  2. %bcond_without plperl
  3. %bcond_without pltcl
  4. %bcond_without plpython3
  5. %define non6xpamdeps 0
  6. %define test 0
  7. %define ssl 1
  8. %define kerberos 0
  9. %define nls 1
  10. %define pam 1
  11. Summary: PostgreSQL client programs
  12. Summary(ja): PostgreSQL のクライアントプログラム群
  13. Name: postgresql
  14. Version: 16.3
  15. Release: 1%{?_dist_release}%{?with_systemd:.systemd}
  16. Group: office
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. %global pgver %(echo %{version} | cut -d . -f 1)
  20. # Conventions for PostgreSQL Global Development Group RPM releases:
  21. #
  22. # Official PostgreSQL Development Group RPMS have a PGDG after the release number.
  23. # Integer releases are stable -- 0.1.x releases are Pre-releases, and x.y are
  24. # test releases.
  25. #
  26. # Pre-releases are those that are built from CVS snapshots or pre-release
  27. # tarballs from postgresql.org. Official beta releases are not
  28. # considered pre-releases, nor are release candidates, as their beta or
  29. # release candidate status is reflected in the version of the tarball. Pre-
  30. # releases' versions do not change -- the pre-release tarball of 7.0.3, for
  31. # example, has the same tarball version as the final official release of 7.0.3:
  32. # but the tarball is different.
  33. #
  34. # Test releases are where PostgreSQL itself is not in beta, but certain parts of
  35. # the RPM packaging (such as the spec file, the initscript, etc) are in beta.
  36. #
  37. # Pre-release RPM's should not be put up on the public ftp.postgresql.org server
  38. # -- only test releases or full releases should be.
  39. License: BSD
  40. Url: https://www.postgresql.org/
  41. Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
  42. Source3: postgresql.init
  43. Source5: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2.sha256
  44. Source6: README.rpm-dist
  45. Source15: postgresql-bashprofile
  46. Source1000: postgresql.service
  47. Source1001: postgresql.tmpfiles.d
  48. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  49. BuildRequires: perl build-essential
  50. BuildRequires: bison, flex, pam-devel
  51. BuildRequires: libicu-devel
  52. %if %{with plpython3}
  53. BuildRequires: python3 python3-devel python3-rpm-macros
  54. %endif
  55. %if %{with pltcl}
  56. BuildRequires: tcl-devel
  57. %endif
  58. BuildRequires: libedit-devel
  59. BuildRequires: zlib-ng-compat-devel >= 1.0.4
  60. %if %ssl
  61. BuildRequires: openssl-devel
  62. %endif
  63. %if %kerberos
  64. BuildRequires: krb5-devel
  65. %endif
  66. %if %nls
  67. BuildRequires: gettext >= 0.10.35
  68. %endif
  69. %if %pam
  70. %if %non6xpamdeps
  71. BuildRequires: pam-devel
  72. %endif
  73. %endif
  74. Obsoletes: postgresql-clients < 9.0.0
  75. Obsoletes: postgresql-python < 9.0.0
  76. Obsoletes: postgresql7 < 8.0.0
  77. Conflicts: postgresql8 < 9.0.0
  78. Conflicts: postgresql8-jdbc < 9.0.0
  79. Conflicts: postgresql-jdbc < %{pgver}
  80. Obsoletes: postgresql7-plperl < 8.0.0
  81. # This is the PostgreSQL Global Development Group Official RPMset spec file,
  82. # or a derivative thereof.
  83. # Copyright 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
  84. # and others listed.
  85. # Major Contributors:
  86. # ---------------
  87. # Lamar Owen
  88. # Trond Eivind Glomsrd <teg@redhat.com>
  89. # Thomas Lockhart
  90. # Reinhard Max
  91. # Karl DeBisschop
  92. # Peter Eisentraut
  93. # Joe Conway
  94. # and others in the Changelog....
  95. # This spec file and ancilliary files are licensed in accordance with
  96. # The PostgreSQL license.
  97. # On top of this file you can find the default build package list macros. These can be overridden by defining
  98. # on the rpm command line:
  99. # rpm --define 'packagename 1' .... to force the package to build.
  100. # rpm --define 'packagename 0' .... to force the package NOT to build.
  101. # The base package, the lib package, the devel package, and the server package always get built.
  102. %description
  103. PostgreSQL is an advanced Object-Relational database management system
  104. (DBMS) that supports almost all SQL constructs (including
  105. transactions, subselects and user-defined types and functions). The
  106. postgresql package includes the client programs that you'll need
  107. to access a PostgreSQL DBMS server. These PostgreSQL client programs
  108. are programs that directly manipulate the internal structure of
  109. PostgreSQL databases on a PostgreSQL server. These client programs
  110. can be located on the same machine with the PostgreSQL server,
  111. or may be on a remote machine which accesses a PostgreSQL server
  112. over a network connection. This package contains the docs in HTML
  113. for the whole package, as well as command-line utilities for managing
  114. PostgreSQL databases on a PostgreSQL server.
  115. If you want to manipulate a PostgreSQL database on a remote PostgreSQL
  116. server, you need this package. You also need to install this package
  117. if you're installing the postgresql-server package.
  118. %description -l ja
  119. PostgreSQLはSQLの構成要素(トランザクション、副問い合わせおよびユーザ
  120. 定義型やユーザ定義関数など)のほとんどすべてをサポートした、先進的なオブ
  121. ジェクト指向のデータベース管理システム(DBMS)です。postgresqlのパッケー
  122. ジにはPostgreSQL DBMS サーバにアクセスするために必要なクライアントプロ
  123. グラムを収録しています。PostgreSQLクライアントプログラムは、PostgreSQL
  124. サーバ上のPostgreSQLデータベースの内部構造を直接操作するためのプログラ
  125. ムです。これらのクライアントプログラムは、PostgreSQLサーバと同じマシン
  126. 上で動いていてもよいですし、ネットワークコネクションの向こう側にあるリ
  127. モートマシン上にあっても構いません。このパッケージにはPostgreSQLサーバ
  128. 上のPostgreSQLデータベースを管理するためのユーティリティに加え、全パッ
  129. ケージのドキュメントがHTML形式で収録されています。
  130. リモートにあるPostgreSQLサーバ上のPostgreSQLデータベースを操作する場合
  131. はこのパッケージが必要です。またpostgresql-serverパッケージをインスト
  132. ールする場合にも、このパッケージをインストールする必要があります。
  133. %if 0
  134. %package libs
  135. Summary: The shared libraries required for any PostgreSQL clients.
  136. Summary(ja): PostgreSQL クライアントに必要な共有ライブラリ
  137. Group: system
  138. Obsoletes: postgresql7-libs < 8.0.0
  139. Conflicts: postgresql8-libs
  140. Conflicts: postgresql-libs >= 9.3.0
  141. %description libs
  142. The postgresql-libs package provides the essential shared libraries for any
  143. PostgreSQL client program or interface. You will need to install this package
  144. to use any other PostgreSQL package or any clients that need to connect to a
  145. PostgreSQL server.
  146. %description -l ja libs
  147. postgresql-libs パッケージは、すべての PostgreSQL クライアントプログラ
  148. ムやインターフェースのための中核的な共有ライブラリを提供します。
  149. PostgreSQL サーバに接続する必要のある、PostgreSQL パッケージやクライア
  150. ントを使う場合には、このパッケージをインストールする必要があります。
  151. %endif
  152. %package server
  153. Summary: The programs needed to create and run a PostgreSQL server.
  154. Summary(ja): PostgreSQL サーバを構築・実行するのに必要なプログラム
  155. Group: servers
  156. Requires: %{name} = %{version}
  157. Requires(pre): shadow-utils
  158. %if %{with systemd}
  159. BuildRequires: systemd-devel
  160. %{?systemd_requires}
  161. %else
  162. Requires: initscripts
  163. Requires(post): chkconfig
  164. Requires(preun): chkconfig, /sbin/service
  165. Requires(postun): chkconfig, /sbin/service
  166. %endif
  167. Obsoletes: postgresql7-server < 8.0.0
  168. Conflicts: postgresql8-server < 9.0.0
  169. %description server
  170. The postgresql-server package includes the programs needed to create
  171. and run a PostgreSQL server, which will in turn allow you to create
  172. and maintain PostgreSQL databases. PostgreSQL is an advanced
  173. Object-Relational database management system (DBMS) that supports
  174. almost all SQL constructs (including transactions, subselects and
  175. user-defined types and functions). You should install
  176. postgresql-server if you want to create and maintain your own
  177. PostgreSQL databases and/or your own PostgreSQL server. You also need
  178. to install the postgresql package.
  179. %description -l ja server
  180. postgresql-server パッケージには、PostgreSQL サーバを生成して実行する
  181. ために必要なプログラムが含まれています。これらにより、PostgreSQL のデ
  182. ータベースを新規に作成したり、メンテナンスしたりできるようになります。
  183. PostgreSQL は先進的でオブジェクト指向的なデータベース管理システム(DBMS)
  184. であり、(トランザクション、副問い合わせ、ユーザ定義型および関数といっ
  185. た)ほとんどすべての SQL 構造をサポートしています。自分自身の PostgreSQL
  186. サーバを動かして、自分自身の PostgreSQL データベースを作成したりメン
  187. テナンスしたりしたい場合は postgresql-server をインストールする必要が
  188. あります。さらに postgresql パッケージもインストールしてください。
  189. %package llvmjit
  190. Summary: Just-in-time compilation support for PostgreSQL
  191. Summary(ja): PostgreSQLのJust-in-timeコンパイルサポート
  192. Group: programming
  193. Requires: %{name}-server%{?_isa} = %{version}-%{release}
  194. Requires: llvm => 5.0
  195. Provides: postgresql-llvmjit >= %{version}-%{release}
  196. BuildRequires: llvm-devel
  197. BuildRequires: clang-devel
  198. %description llvmjit
  199. The postgresql-llvmjit package contains support for
  200. just-in-time compiling parts of PostgreSQL queries. Using LLVM it
  201. compiles e.g. expressions and tuple deforming into native code, with the
  202. goal of accelerating analytics queries.
  203. %package docs
  204. Summary: Extra documentation for PostgreSQL
  205. Summary(ja): PostgreSQL に関するその他の文書
  206. Group: documentation
  207. Obsoletes: postgresql7-docs < 8.0.0
  208. Conflicts: postgresql8-docs < 9.0.0
  209. %description docs
  210. The postgresql-docs package includes the SGML source for the documentation
  211. as well as the documentation in other formats, and some extra documentation.
  212. Install this package if you want to help with the PostgreSQL documentation
  213. project, or if you want to generate printed documentation.
  214. %package contrib
  215. Summary: Contributed source and binaries distributed with PostgreSQL
  216. Summary(ja): PostgreSQL と一緒に配布される、寄贈されたソースとバイナリ
  217. Group: Applications/Databases
  218. Requires: %{name} = %{version} perl-DBD-Pg
  219. Obsoletes: postgresql7-contrib < 8.0.0
  220. Conflicts: postgresql8-contrib < 9.0.0
  221. %description contrib
  222. The postgresql-contrib package contains contributed packages that are
  223. included in the PostgreSQL distribution.
  224. %package devel
  225. Summary: PostgreSQL development header files.
  226. Summary(ja): PostgreSQL のサーバサイド開発用ヘッダファイル
  227. Group: programming
  228. Requires: %{name}-static = %{version}
  229. Requires: libicu-devel
  230. Requires: clang-devel
  231. Requires: llvm-devel
  232. Obsoletes: postgresql7-devel < 8.0.0
  233. Conflicts: postgresql8-devel < 9.0.0
  234. Conflicts: libpq-devel >= 9.3.0
  235. %description devel
  236. The postgresql-devel package contains the header files needed to compile
  237. server-side C or C++ applications.
  238. %description -l ja devel
  239. postgresql-devel パッケージには、PostgreSQL サーバサイド C / C++ アプリケー
  240. ションをコンパイルするために必要なヘッダファイルが含まれています。
  241. %package static
  242. Summary: PostgreSQL development libraries.
  243. Summary(ja): PostgreSQL のサーバサイド開発用ライブラリ
  244. Group: programming
  245. Obsoletes: postgresql7-devel < 8.0.0
  246. Conflicts: postgresql8-devel < 9.0.0
  247. Conflicts: libpq-devel >= 9.3.0
  248. %description static
  249. The postgresql-static package contains libraries needed to compile
  250. server-side C or C++ applications.
  251. %description -l ja static
  252. postgresql-static パッケージには、PostgreSQL サーバサイド C / C++ アプリケー
  253. ションをコンパイルするために必要なライブラリが含まれています。
  254. #------------
  255. %if %{with plperl}
  256. %package plperl
  257. Summary: The Perl procedural languages for PostgreSQL.
  258. Summary(ja): PostgreSQL用の手続き言語PL/Perl
  259. Group: programming
  260. Requires: %{name} = %{version}
  261. Obsoletes: postgresql7-pl < 8.0.0
  262. Conflicts: postgresql8-pl < 9.0.0
  263. %description plperl
  264. The postgresql-plperl package contains the PL/Perl procedural language,
  265. which is an extension to the PostgreSQL database server.
  266. Install this if you want to write database functions in Perl.
  267. %endif
  268. #------------
  269. %if %{with pltcl}
  270. %package pltcl
  271. Summary: The Tcl procedural languages for PostgreSQL.
  272. Summary(ja): PostgreSQL用の手続き言語PL/Tcl
  273. Group: programming
  274. Requires: %{name} = %{version}
  275. Obsoletes: postgresql7-pl < 8.0.0
  276. Conflicts: postgresql8-pl < 9.0.0
  277. %description pltcl
  278. The postgresql-pltcl package contains the PL/Tcl procedural language,
  279. which is an extension to the PostgreSQL database server.
  280. Install this if you want to write database functions in Tcl.
  281. %endif
  282. #------------
  283. %if %{with plpython3}
  284. %package plpython3
  285. Summary: The Python3 procedural languages for PostgreSQL.
  286. Summary(ja): PostgreSQL用の手続き言語PL/Python
  287. Group: programming
  288. Requires: %{name} = %{version}
  289. Obsoletes: postgresql7-pl < 8.0.0
  290. Conflicts: postgresql8-pl < 9.0.0
  291. %description plpython3
  292. The postgresql-plpython3 package contains the PL/Python3 procedural language,
  293. which is an extension to the PostgreSQL database server.
  294. Install this if you want to write database functions in Python 3.
  295. %endif
  296. #------------
  297. %if %test
  298. %package test
  299. Summary: The test suite distributed with PostgreSQL.
  300. Summary(ja): PostgreSQL と共に配布されるテストスート
  301. Group: other
  302. Requires: postgresql = %{version}
  303. Obsoletes: postgresql7-test < 8.0.0
  304. Conflicts: postgresql8-test < 9.0.0
  305. %description test
  306. PostgreSQL is an advanced Object-Relational database management
  307. system. The postgresql-test package includes the sources and pre-built
  308. binaries of various tests for the PostgreSQL database management
  309. system, including regression tests and benchmarks.
  310. %endif
  311. %debug_package
  312. %prep
  313. %setup -q -n postgresql-%{version}
  314. %autopatch -p1
  315. %build
  316. CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS
  317. CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS
  318. # Strip out -ffast-math from CFLAGS....
  319. # to link libpq statically.
  320. LIBPQ_PATH=`pwd`/src/interfaces/libpq/libpq.a
  321. perl -pi -e "s|^libpq = .+\$|libpq = $LIBPQ_PATH -lpthread|" src/Makefile.global.in
  322. CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
  323. export PYTHON=%{__python3}
  324. ./configure \
  325. --prefix=%{_prefix} \
  326. --libdir=%{_libdir} \
  327. --disable-rpath \
  328. %if %{with plperl}
  329. --with-perl \
  330. %endif
  331. %if %{with pltcl}
  332. --with-tcl \
  333. --with-tclconfig=%{_libdir} \
  334. %endif
  335. %if %{with plpython3}
  336. --with-python \
  337. %endif
  338. %if %ssl
  339. --with-openssl \
  340. %endif
  341. %if %pam
  342. --with-pam \
  343. %endif
  344. %if %kerberos
  345. --with-krb5=/usr/kerberos \
  346. %endif
  347. %if %nls
  348. --enable-nls \
  349. %endif
  350. --with-libedit-preferred \
  351. --sysconfdir=%{_sysconfdir}/sysconfig/pgsql \
  352. --mandir=%{_mandir} \
  353. --with-docdir=%{_docdir} \
  354. --includedir=%{_includedir}/pgsql \
  355. --datadir=%{_datadir}/pgsql \
  356. --with-icu \
  357. --with-llvm \
  358. %if %{with systemd}
  359. --with-systemd \
  360. %endif
  361. %{nil}
  362. make %{?_smp_mflags} all
  363. make %{?_smp_mflags} -C contrib all
  364. %if %test
  365. pushd src/test
  366. make all
  367. popd
  368. %endif
  369. %install
  370. rm -rf $RPM_BUILD_ROOT
  371. # exclude client libraries.
  372. perl -pi -e 's/^\tinterfaces \\\n//' src/Makefile
  373. make DESTDIR=$RPM_BUILD_ROOT install
  374. make -C contrib DESTDIR=$RPM_BUILD_ROOT install
  375. # copy over Makefile.global to the include dir....
  376. install -m644 src/Makefile.global $RPM_BUILD_ROOT%{_includedir}/pgsql
  377. install -m644 src/Makefile.shlib $RPM_BUILD_ROOT%{_includedir}/pgsql
  378. %if %{with systemd}
  379. install -Dpm0644 %{SOURCE1000} $RPM_BUILD_ROOT%{_unitdir}/postgresql.service
  380. # ... and make a tmpfiles script to recreate it at reboot.
  381. install -Dpm0644 %{SOURCE1001} $RPM_BUILD_ROOT%{_tmpfilesdir}/postgresql.conf
  382. %else
  383. # initscript
  384. install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
  385. sed -e "s/@pgver@/%{pgver}/" \
  386. -e "s|@docdir@|%{_docdir}/postgresql-%{version}|" %{SOURCE3} \
  387. > $RPM_BUILD_ROOT/etc/rc.d/init.d/postgresql
  388. chmod 755 $RPM_BUILD_ROOT/etc/rc.d/init.d/postgresql
  389. %endif
  390. # PGDATA needs removal of group and world permissions due to pg_pwd hole.
  391. install -d -m 700 $RPM_BUILD_ROOT/var/lib/pgsql/data
  392. # backups of data go here...
  393. install -d -m 700 $RPM_BUILD_ROOT/var/lib/pgsql/backups
  394. # postgres' .bash_profile
  395. install -m 644 %{SOURCE15} $RPM_BUILD_ROOT/var/lib/pgsql/.bash_profile
  396. # Create the multiple postmaster startup directory
  397. install -d -m 700 $RPM_BUILD_ROOT/etc/sysconfig/pgsql
  398. %if %test
  399. # tests. There are many files included here that are unnecessary, but include
  400. # them anyway for completeness.
  401. mkdir -p $RPM_BUILD_ROOT%{_libdir}/pgsql/test
  402. cp -a src/test/regress $RPM_BUILD_ROOT%{_libdir}/pgsql/test
  403. install -m 0755 contrib/spi/refint.so $RPM_BUILD_ROOT%{_libdir}/pgsql/test/regress
  404. install -m 0755 contrib/spi/autoinc.so $RPM_BUILD_ROOT%{_libdir}/pgsql/test/regress
  405. pushd $RPM_BUILD_ROOT%{_libdir}/pgsql/test/regress/
  406. strip *.so
  407. popd
  408. %endif
  409. # Fix some more documentation
  410. ##gzip doc/internals.ps
  411. cp %{SOURCE6} README.rpm-dist
  412. ##cp -pr $RPM_BUILD_ROOT%{_docdir}/postgresql/html doc
  413. ##rm -rf $RPM_BUILD_ROOT%{_docdir}/postgresql/html
  414. mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
  415. mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man3
  416. mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man7
  417. install -m 644 ./doc/src/sgml/man1/* $RPM_BUILD_ROOT/%{_mandir}/man1
  418. install -m 644 ./doc/src/sgml/man3/* $RPM_BUILD_ROOT/%{_mandir}/man3
  419. install -m 644 ./doc/src/sgml/man7/* $RPM_BUILD_ROOT/%{_mandir}/man7
  420. find_lang_bins ()
  421. {
  422. lstfile=$1 ; shift
  423. cp /dev/null "$lstfile"
  424. for binary; do
  425. %find_lang "$binary"-%{pgver}
  426. cat "$binary"-%{pgver}.lang >>"$lstfile"
  427. done
  428. }
  429. find_lang_bins devel.lst pg_config
  430. find_lang_bins server.lst \
  431. initdb pg_amcheck pg_archivecleanup pg_basebackup pg_checksums pg_controldata \
  432. pg_ctl pg_resetwal pg_rewind pg_test_fsync pg_test_timing pg_waldump \
  433. plpgsql postgres pg_upgrade pg_verifybackup
  434. find_lang_bins main.lst \
  435. pg_dump pgscripts psql
  436. %if %{with plperl}
  437. find_lang_bins plperl.lst plperl
  438. %endif
  439. %if %{with plpython3}
  440. # plpython3 shares message files with plpython
  441. find_lang_bins plpython3.lst plpython
  442. %endif
  443. %if %{with pltcl}
  444. find_lang_bins pltcl.lst pltcl
  445. %endif
  446. rm -rf ./extension
  447. mv -f %{buildroot}%{_docdir}/postgresql/extension ./
  448. rm -f %{buildroot}%{_mandir}/man1/ecpg.*
  449. %pre server
  450. groupadd -g 26 -o -r postgres >/dev/null 2>&1 || :
  451. useradd -M -N -g postgres -o -r -d /var/lib/pgsql -s /bin/bash \
  452. -c "PostgreSQL Server" -u 26 postgres >/dev/null 2>&1 || :
  453. touch /var/log/pgsql
  454. chown postgres:postgres /var/log/pgsql
  455. chmod 0700 /var/log/pgsql
  456. if [ $1 -gt 1 ]; then
  457. if [ -e /var/lib/pgsql/data/PG_VERSION ]; then
  458. PGVER=`cat /var/lib/pgsql/data/PG_VERSION`
  459. if [ "x%{pgver}" != "x$PGVER" -a ! -d /var/lib/pgsql/$PGVER ]; then
  460. mkdir -p /var/lib/pgsql/$PGVER/{bin,share,%{_lib}/postgresql}
  461. mv -f /var/lib/pgsql/data /var/lib/pgsql/$PGVER/
  462. cp -af %{_datadir}/pgsql /var/lib/pgsql/$PGVER/share/
  463. for f in %{_libdir}/postgresql/*; do
  464. cp -af $f /var/lib/pgsql/$PGVER/%{_lib}/postgresql/
  465. done
  466. for f in `rpm -ql %{name}-server | grep /usr/bin/`; do
  467. cp -af $f /var/lib/pgsql/$PGVER/bin/
  468. done
  469. cat - <<EOF > /var/lib/pgsql/pgsql_upgrade.sh
  470. #!/bin/sh
  471. sudo -u postgres pg_upgrade -d /var/lib/pgsql/$PGVER/data/ -D /var/lib/pgsql/data -b /var/lib/pgsql/$PGVER/bin/ -B /usr/bin
  472. EOF
  473. chown postgres.postgres /var/lib/pgsql/pgsql_upgrade.sh
  474. chmod 700 /var/lib/pgsql/pgsql_upgrade.sh
  475. cat - <<EOF
  476. The old database was saved into /var/lib/pgsql/$PGVER/data/ and
  477. a migration script was created as /var/lib/pgsql/pgsql_upgrade.sh
  478. EOF
  479. fi
  480. fi
  481. fi
  482. %post server
  483. %if %{with systemd}
  484. %systemd_post postgresql.service
  485. %else
  486. chkconfig --add postgresql
  487. %endif
  488. %preun server
  489. %if %{with systemd}
  490. %systemd_preun postgresql.service
  491. %else
  492. if [ $1 = 0 -o -x /bin/systemctl ] ; then
  493. chkconfig --del postgresql
  494. fi
  495. %endif
  496. %postun server
  497. %if %{with systemd}
  498. %systemd_postun_with_restart postgresql.service
  499. %else
  500. if [ $1 -ge 1 ]; then
  501. /sbin/service postgresql condrestart >/dev/null 2>&1
  502. fi
  503. if [ $1 = 0 ] ; then
  504. if [ ! -x /usr/bin/postgres ] ; then
  505. userdel postgres >/dev/null 2>&1 || :
  506. groupdel postgres >/dev/null 2>&1 || :
  507. fi
  508. fi
  509. %endif
  510. %if %test
  511. %post test
  512. chown -R postgres.postgres %{_datadir}/pgsql/test >/dev/null 2>&1 || :
  513. %endif
  514. %clean
  515. rm -rf $RPM_BUILD_ROOT
  516. %files -f main.lst
  517. %defattr(-,root,root)
  518. %license COPYRIGHT
  519. %doc doc/KNOWN_BUGS doc/MISSING_FEATURES
  520. %doc README HISTORY INSTALL
  521. %doc README.rpm-dist
  522. ##doc doc/html
  523. %{_bindir}/clusterdb
  524. %{_bindir}/createdb
  525. %{_bindir}/createuser
  526. %{_bindir}/dropdb
  527. %{_bindir}/dropuser
  528. %{_bindir}/pg_dump
  529. %{_bindir}/pg_dumpall
  530. %{_bindir}/pg_restore
  531. %{_bindir}/psql
  532. %{_bindir}/reindexdb
  533. %{_bindir}/vacuumdb
  534. %{_mandir}/man1/clusterdb.*
  535. %{_mandir}/man1/createdb.*
  536. %{_mandir}/man1/createuser.*
  537. %{_mandir}/man1/dropdb.*
  538. %{_mandir}/man1/dropuser.*
  539. %{_mandir}/man1/pg_dump.*
  540. %{_mandir}/man1/pg_dumpall.*
  541. %{_mandir}/man1/pg_restore.*
  542. %{_mandir}/man1/psql.*
  543. %{_mandir}/man1/reindexdb.*
  544. %{_mandir}/man1/vacuumdb.*
  545. %{_mandir}/man3/*
  546. %{_mandir}/man7/*
  547. %dir %{_libdir}/postgresql/bitcode
  548. %files docs
  549. %defattr(-,root,root)
  550. %doc doc/src/*
  551. %files contrib
  552. %defattr(-,root,root)
  553. %doc contrib/README contrib/spi/*.example
  554. %{_libdir}/postgresql/_int.so
  555. %{_libdir}/postgresql/adminpack.so
  556. %{_libdir}/postgresql/amcheck.so
  557. %{_libdir}/postgresql/auth_delay.so
  558. %{_libdir}/postgresql/auto_explain.so
  559. %{_libdir}/postgresql/autoinc.so
  560. %{_libdir}/postgresql/basebackup_to_shell.so
  561. %{_libdir}/postgresql/basic_archive.so
  562. %{_libdir}/postgresql/bloom.so
  563. %{_libdir}/postgresql/btree_gin.so
  564. %{_libdir}/postgresql/btree_gist.so
  565. %{_libdir}/postgresql/citext.so
  566. %{_libdir}/postgresql/cube.so
  567. %{_libdir}/postgresql/dblink.so
  568. %{_libdir}/postgresql/dict_int.so
  569. %{_libdir}/postgresql/dict_xsyn.so
  570. %{_libdir}/postgresql/earthdistance.so
  571. %{_libdir}/postgresql/file_fdw.so
  572. %{_libdir}/postgresql/fuzzystrmatch.so
  573. %{_libdir}/postgresql/hstore.so
  574. %{_libdir}/postgresql/insert_username.so
  575. %{_libdir}/postgresql/isn.so
  576. %{_libdir}/postgresql/lo.so
  577. %{_libdir}/postgresql/ltree.so
  578. %{_libdir}/postgresql/moddatetime.so
  579. %{_libdir}/postgresql/old_snapshot.so
  580. %{_libdir}/postgresql/pageinspect.so
  581. %{_libdir}/postgresql/passwordcheck.so
  582. %{_libdir}/postgresql/pg_buffercache.so
  583. %{_libdir}/postgresql/pg_freespacemap.so
  584. %{_libdir}/postgresql/pg_stat_statements.so
  585. %{_libdir}/postgresql/pg_surgery.so
  586. %{_libdir}/postgresql/pg_trgm.so
  587. %{_libdir}/postgresql/pg_visibility.so
  588. %{_libdir}/postgresql/pg_walinspect.so
  589. %{_libdir}/postgresql/pgcrypto.so
  590. %{_libdir}/postgresql/pgoutput.so
  591. %{_libdir}/postgresql/pgrowlocks.so
  592. %{_libdir}/postgresql/pgstattuple.so
  593. %{_libdir}/postgresql/postgres_fdw.so
  594. %{_libdir}/postgresql/refint.so
  595. %{_libdir}/postgresql/seg.so
  596. %{_libdir}/postgresql/sslinfo.so
  597. %{_libdir}/postgresql/tablefunc.so
  598. %{_libdir}/postgresql/tcn.so
  599. %{_libdir}/postgresql/test_decoding.so
  600. %{_libdir}/postgresql/unaccent.so
  601. %{_bindir}/oid2name
  602. %{_bindir}/vacuumlo
  603. %{_mandir}/man1/oid2name.*
  604. %{_mandir}/man1/vacuumlo.*
  605. %if 0
  606. %files libs -f libpq5-%{pgver}.lang
  607. %defattr(-,root,root)
  608. %{_libdir}/libecpg.so.*
  609. %{_libdir}/libecpg_compat.so.*
  610. %{_libdir}/libpgtypes.so.*
  611. %{_libdir}/libpq.so.*
  612. %endif
  613. %files server -f server.lst
  614. %defattr(-,root,root)
  615. %doc extension
  616. %if %{with systemd}
  617. %{_unitdir}/postgresql.service
  618. %{_tmpfilesdir}/postgresql.conf
  619. %else
  620. %{_sysconfdir}/rc.d/init.d/postgresql
  621. %endif
  622. %dir %{_sysconfdir}/sysconfig/pgsql
  623. %{_bindir}/initdb
  624. %{_bindir}/pg_amcheck
  625. %{_bindir}/pg_archivecleanup
  626. %{_bindir}/pg_basebackup
  627. %{_bindir}/pg_checksums
  628. %{_bindir}/pg_controldata
  629. %{_bindir}/pg_ctl
  630. %{_bindir}/pg_isready
  631. %{_bindir}/pg_receivewal
  632. %{_bindir}/pg_recvlogical
  633. %{_bindir}/pg_resetwal
  634. %{_bindir}/pg_rewind
  635. %{_bindir}/pg_test_fsync
  636. %{_bindir}/pg_test_timing
  637. %{_bindir}/pg_upgrade
  638. %{_bindir}/pg_verifybackup
  639. %{_bindir}/pg_waldump
  640. %{_bindir}/pgbench
  641. %{_bindir}/postgres
  642. %{_mandir}/man1/initdb.*
  643. %{_mandir}/man1/pg_amcheck.*
  644. %{_mandir}/man1/pg_archivecleanup.*
  645. %{_mandir}/man1/pg_basebackup.*
  646. %{_mandir}/man1/pg_checksums.*
  647. %{_mandir}/man1/pg_controldata.*
  648. %{_mandir}/man1/pg_ctl.*
  649. %{_mandir}/man1/pg_isready.*
  650. %{_mandir}/man1/pg_receivewal.*
  651. %{_mandir}/man1/pg_recvlogical.*
  652. %{_mandir}/man1/pg_resetwal.*
  653. %{_mandir}/man1/pg_rewind.*
  654. %{_mandir}/man1/pg_test_fsync.*
  655. %{_mandir}/man1/pg_test_timing.*
  656. %{_mandir}/man1/pg_upgrade.*
  657. %{_mandir}/man1/pg_verifybackup.*
  658. %{_mandir}/man1/pg_waldump.*
  659. %{_mandir}/man1/pgbench.*
  660. %{_mandir}/man1/postgres.*
  661. %dir %{_libdir}/postgresql
  662. %{_libdir}/postgresql/*_and_*.so
  663. %{_libdir}/postgresql/dict_snowball.so
  664. %{_libdir}/postgresql/euc2004_sjis2004.so
  665. %{_libdir}/postgresql/libpqwalreceiver.so
  666. %{_libdir}/postgresql/pg_prewarm.so
  667. %{_libdir}/postgresql/plpgsql.so
  668. %{_libdir}/postgresql/tsm_system_rows.so
  669. %{_libdir}/postgresql/tsm_system_time.so
  670. %dir %{_datadir}/pgsql
  671. %{_datadir}/pgsql/errcodes.txt
  672. %dir %{_datadir}/pgsql/extension
  673. %{_datadir}/pgsql/extension/*
  674. %exclude %{_datadir}/pgsql/extension/pl*
  675. %{_datadir}/pgsql/*.sql
  676. %{_datadir}/pgsql/postgres.bki
  677. %{_datadir}/pgsql/*.sample
  678. %{_datadir}/pgsql/sql_features.txt
  679. %{_datadir}/pgsql/timezone
  680. %{_datadir}/pgsql/timezonesets
  681. %{_datadir}/pgsql/tsearch_data
  682. %attr(700,postgres,postgres) %dir /var/lib/pgsql
  683. %attr(700,postgres,postgres) %dir /var/lib/pgsql/data
  684. %attr(700,postgres,postgres) %dir /var/lib/pgsql/backups
  685. %attr(644,postgres,postgres) %config(noreplace) /var/lib/pgsql/.bash_profile
  686. %files llvmjit
  687. %defattr(-,root,root)
  688. %{_libdir}/postgresql/bitcode/*
  689. %{_libdir}/postgresql/llvmjit.so
  690. %{_libdir}/postgresql/llvmjit_types.bc
  691. %files devel -f devel.lst
  692. %defattr(-,root,root)
  693. %{_includedir}/pgsql
  694. %{_bindir}/pg_config
  695. %{_libdir}/postgresql/pgxs
  696. %{_mandir}/man1/pg_config.*
  697. %files static
  698. %{_libdir}/libpgcommon.a
  699. %{_libdir}/libpgcommon_shlib.a
  700. %{_libdir}/libpgfeutils.a
  701. %{_libdir}/libpgport.a
  702. %{_libdir}/libpgport_shlib.a
  703. %if %{with plperl}
  704. %files plperl -f plperl-%{pgver}.lang
  705. %defattr(-,root,root)
  706. %{_libdir}/postgresql/plperl.so
  707. %{_libdir}/postgresql/bool_plperl.so
  708. %{_libdir}/postgresql/hstore_plperl.so
  709. %{_libdir}/postgresql/jsonb_plperl.so
  710. %{_datadir}/pgsql/extension/plperl*
  711. %endif
  712. %if %{with pltcl}
  713. %files pltcl -f pltcl-%{pgver}.lang
  714. %defattr(-,root,root)
  715. %{_libdir}/postgresql/pltcl.so
  716. %{_datadir}/pgsql/extension/pltcl*
  717. %endif
  718. %if %{with plpython3}
  719. %files plpython3 -f plpython3.lst
  720. %defattr(-,root,root)
  721. %{_libdir}/postgresql/plpython3.so
  722. %{_libdir}/postgresql/hstore_plpython3.so
  723. %{_libdir}/postgresql/ltree_plpython3.so
  724. %{_libdir}/postgresql/jsonb_plpython3.so
  725. %{_datadir}/pgsql/extension/plpython3*
  726. %endif
  727. %if %test
  728. %files test
  729. %defattr(-,postgres,postgres)
  730. %attr(-,postgres,postgres) %{_libdir}/postgresql/test/*
  731. %attr(-,postgres,postgres) %dir %{_libdir}/postgresql/test
  732. %endif
  733. %changelog
  734. * Fri May 10 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 16.3-1
  735. - new upstream release.
  736. * Thu Feb 15 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 16.2-1
  737. - new upstream release.
  738. * Fri Nov 10 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 16.1-1
  739. - new upstream release.
  740. * Thu Nov 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 16.0-1
  741. - new upstream release.
  742. * Fri Aug 11 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.4-1
  743. - new upstream release.
  744. * Fri May 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.3-1
  745. - new upstream release.
  746. * Fri Feb 10 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.2-1
  747. - new upstream release.
  748. * Fri Nov 11 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.1-1
  749. - new upstream release.
  750. * Wed Oct 19 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.0-2
  751. - rebuilt with libicu72.
  752. * Fri Oct 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.0-1
  753. - new upstream release.
  754. * Mon Aug 15 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.5-1
  755. - new upstream release.
  756. * Fri Jun 17 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.4-1
  757. - new upstream release.
  758. * Fri May 20 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.3-1
  759. - new upstream release.
  760. * Tue Feb 15 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.2-1
  761. - new upstream release.
  762. * Mon Nov 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.1-2
  763. - rebuilt with perl-5.34.0.
  764. * Fri Nov 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.1-1
  765. - new upstream release.
  766. * Fri Oct 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.0-3
  767. - rebuilt with icu-70.1.
  768. * Fri Oct 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.0-2
  769. - rebuilt with llvm-13.
  770. * Sat Oct 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.0-1
  771. - new upstream release.
  772. - built with openssl-3.0.0.
  773. * Fri Aug 13 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.4-1
  774. - new upstream release.
  775. * Fri May 14 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.3-1
  776. - new upstream release.
  777. * Sat Apr 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.2-3
  778. - rebuilt with llvm-12.
  779. * Fri Apr 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.2-2
  780. - rebuilt with icu69.
  781. - dropped ldconfig scriptlets.
  782. * Fri Feb 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.2-1
  783. - new upstream release.
  784. * Fri Nov 13 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.1-1
  785. - new upstream release.
  786. * Mon Oct 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.0-1
  787. - new upstream release.
  788. * Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.4-2
  789. - rebuilt with python-3.8.
  790. * Fri Aug 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.4-1
  791. - new upstream release.
  792. - fixed %%files.
  793. * Fri May 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.3-1
  794. - new upstream release.
  795. - added systemd support (disabled as default).
  796. * Fri Feb 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.2-1
  797. - new upstream release.
  798. * Fri Oct 04 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.0-1
  799. - new upstream release.
  800. * Fri Mar 02 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.3-1
  801. - new upstream release.
  802. * Fri Apr 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.5.2-1
  803. - new upstream release.
  804. * Tue Mar 15 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.5.1-1
  805. - new upstream release.
  806. * Sat Jan 9 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.5.0-1
  807. - new upstream release.
  808. * Fri Oct 9 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.4.5-1
  809. - new upstream release.
  810. * Sat Jun 20 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.4.4-2
  811. - fixed initscript.
  812. - modified %%pre to prepare for pg_upgrade.
  813. * Sat Jun 13 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.4.4-1
  814. - new upstream release.
  815. * Fri Jun 12 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.4.3-1
  816. - new upstream release.
  817. * Sun Mar 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 9.3.4-2
  818. - rebuilt without readline to avoid GPL infection
  819. - added BuildRequires: libedit-devel instead of readline-devel
  820. - added BuildRequires: tcl-devel instead of tcl
  821. * Tue Apr 1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.3.4-1
  822. - new upstream release.
  823. * Sun Dec 01 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.3.1-1
  824. - new upstream release.
  825. - built without client libraries.
  826. * Thu Feb 21 2013 IWAI, Masaharu <iwai@alib.jp> 9.0.12-1
  827. - new upstream release
  828. * Thu Feb 7 2013 IWAI, Masaharu <iwai@alib.jp> 9.0.11-1
  829. - new upstream release
  830. - add Vendor and Distribution tags
  831. * Mon Jan 7 2013 IWAI, Masaharu <iwai@alib.jp> 9.0.7-2vl7
  832. - build with Tcl/Tk 8.5.7-1
  833. - fix init script (Source3): fix su(1) paramaters.
  834. * Tue Mar 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.7-1
  835. - new upstream release
  836. - move euc2004_sjis2004.so from -contrib to -server (BTS:1266)
  837. - remove *_and_*.so from -contrib (included in -server)
  838. * Sat Apr 23 2011 Shu KONNO <owa@bg.wakwak.com> 9.0.4-1
  839. - updated postgresql to 9.0.4
  840. * Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 9.0.3-1
  841. - updated postgresql to 9.0.3
  842. - separated postgresql-jdbc package
  843. * Thu Feb 03 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.7-1
  844. - updated postgresql to 8.4.7 (contains a variety of fixes)
  845. * Sat Jan 29 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.6-1
  846. - updated postgresql to 8.4.6
  847. - updated JDBC2 driver to postgresql-8.3-606.{jdbc2,jdbc2ee}.jar
  848. - updated JDBC3 driver to postgresql-8.4-702.jdbc3.jar
  849. - updated JDBC4 driver to postgresql-8.4-702.jdbc4.jar
  850. * Thu Jan 13 2011 Shu KONNO <owa@bg.wakwak.com> 8.4.5-2
  851. - rebuilt with openssl-1.0.0c
  852. * Thu Oct 07 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.5-1
  853. - updated postgresql to 8.4.5
  854. * Sun May 16 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.4-1
  855. - updated postgresql to 8.4.4
  856. * Thu Apr 15 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.3-1
  857. - updated postgresql to 8.4.3
  858. - s/BuildPrereq/Buildrequires/
  859. * Wed Feb 17 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.2-1
  860. - updated postgresql to 8.4.2
  861. - rebuilt with new environment
  862. * Thu Sep 10 2009 Shu KONNO <owa@bg.wakwak.com> 8.4.1-1
  863. - updated postgresql to 8.4.1
  864. * Fri Aug 21 2009 Shu KONNO <owa@bg.wakwak.com> 8.4.0-2
  865. - moved dict_snowball.so from conrib to server
  866. * Tue Jul 07 2009 Shu KONNO <owa@bg.wakwak.com> 8.4.0-1
  867. - updated postgresql to 8.4.0
  868. - updated jdbc3,4 to 701
  869. - dropt postgresql-8.3.3-nls.patch (fixed)
  870. - dropt postgresql-7.4-ecpg-patch (no effect)
  871. * Sat Apr 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.3.7-2
  872. - changed libs Group to System Environment/Libraries
  873. * Sun Apr 12 2009 Shu KONNO <owa@bg.wakwak.com> 8.3.7-1
  874. - updated postgresql to 8.3.7
  875. * Sun Jan 25 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 8.3.5-2
  876. - remove "-E EUC_JP --no-locale" option from initdb in postgresql.init
  877. * Thu Jan 22 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 8.3.5-1
  878. - new upstream release (postgresql to 8.3.5, jdbc to 604)
  879. * Sat Jul 05 2008 Shu KONNO <owa@bg.wakwak.com> 8.3.3-1vl5
  880. - applied new versioning policy, and spec in utf-8
  881. - updated postgresql to 8.3.3
  882. - updated jdbcver to 603
  883. - added postgresql-8.3.3-nls.patch instead of postgresql-8.2.0-nls.patch.gz
  884. - added a script to replace PGVERSION in postgresql.init
  885. * Sun Feb 17 2008 Shu KONNO <owa@bg.wakwak.com> 8.2.6-0vl2
  886. - rebuild with tcl/tk-8.4.18
  887. * Tue Jan 08 2008 Shu KONNO <owa@bg.wakwak.com> 8.2.6-0vl1
  888. - updated postgresql to 8.2.6
  889. - included security fixes: CVE-{2007-6600, 2007-4772, 2007-6067, 2007-4769, 2007-6601}
  890. * Tue Oct 16 2007 Shu KONNO <owa@bg.wakwak.com> 8.2.5-0vl3
  891. - updated PGVERSION to 8.2 in postgresql.init (sorry;)
  892. * Tue Oct 09 2007 Shu KONNO <owa@bg.wakwak.com> 8.2.5-0vl2
  893. - rebuild with tcl/tk-8.4.16
  894. * Wed Sep 19 2007 Shu KONNO <owa@bg.wakwak.com> 8.2.5-0vl1
  895. - updated postgresql to 8.2.5
  896. - updated jdbc driver to 8.2-506, and added 8.2-506.jdbc4.jar
  897. - updated nls-patch to 8-2-0
  898. - dropt postgresql-8.1.4-Pg.patch.gz
  899. * Wed Sep 19 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 8.1.10-0vl1
  900. - for VineSeed
  901. - updated to 8.1.10 (8.1.9 and up has fixes for CVE-2007-2138)
  902. - JDBC driver updated to 410
  903. * Sun Jul 1 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.1.5-0vl1
  904. - rebuilt for VineSeed
  905. - fixed install script
  906. * Thu Nov 23 2006 HOTTA Michihide <hotta@net-newbie.com> 8.1.5-0vl0
  907. - upstream release
  908. - fix missing %defattr in %files server
  909. * Fri Sep 15 2006 HOTTA Michihide <hotta@net-newbie.com> 8.1.4-0vl2
  910. - fix version number in postgresql.init
  911. * Tue Sep 12 2006 HOTTA Michihide <hotta@net-newbie.com> 8.1.4-0vl1
  912. - upstream release
  913. - drop rpm-pgsql-8.0.0.patch
  914. - add Requires: perl-DBD-Pg for contrib
  915. - add postgresql-8.1.4-Pg.patch.gz
  916. - update nls patches
  917. - new JDBC driver
  918. * Sat Mar 18 2006 Shu KONNO <owa@bg.wakwak.com> 8.0.3-0vl4
  919. - added build options --without perl, --without python
  920. - rebuilt for x86_64 architecture support
  921. * Tue May 31 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.3-0vl3
  922. - drop Provides: on postgresql-libs
  923. - drop Requires: libpq.so on postgresql-server
  924. * Tue May 31 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.3-0vl2
  925. - change SONAME -- Provides: libpq.so.4 libpq.so.4.0 libpq.so
  926. * Thu May 26 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.3-0vl1
  927. - upstream release
  928. - update nls patches
  929. * Fri Apr 22 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.2-0vl1
  930. - upstream release
  931. - update nls patches
  932. * Sun Apr 03 2005 Shu KONNO <owa@bg.wakwak.com> 8.0.1-0vl3
  933. - rebuilded with python-2.4.1-0vl1
  934. * Sat Mar 26 2005 Shu KONNO <owa@bg.wakwak.com> 8.0.1-0vl2
  935. - Dropped PyGreSQL-3.4.tgz.
  936. - Dropped PyGreSQL-3.4-setup-2.patch.
  937. - Dropped plpython.so in postgresql-server, because it's exist in postgresql-pl.
  938. - Dropped pyver and pynextver macros.
  939. - Changed macro name "python" to "plpython" like plperl.
  940. - Added "Obsoletes: postgresql-python"
  941. * Fri Feb 18 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.1-0vl1
  942. - Major version up
  943. - Obsoletes: postgresql7
  944. - update nls patch(es)
  945. - modify %postun not to delete postgres account on upgrade
  946. * Thu Jan 27 2005 HOTTA Michihide <hotta@net-newbie.com> 8.0.0-0vl1
  947. - upstream release (release as a new package)
  948. - Conflicts: postgresql
  949. - update nls patch(es)
  950. - (this package revision was rejected by Vine Project)
  951. * Sat Dec 04 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.6-0vl2
  952. - upstream release
  953. - new JDBC driver
  954. - add BuildRequires: bison, flex, pam-devel
  955. - drop postgresql-7.4.5-tempfile.patch (repaired)
  956. * Thu Nov 18 2004 IKEDA Katsumi <ikeda@webmasters.gr.jp> 7.4.5-0vl2
  957. - Added a security fix patch postgresql-7.4.5-tempfile.patch
  958. from Gentoo Linux (CAN-2004-0977).
  959. - Changed Patch4:
  960. from PyGreSQL-3.4-setup-2.patch into PyGreSQL-3.4-setup-2.patch
  961. It is possible to compile this package without pre-installed postgresql.
  962. - Removed Patch5 because Patch4 was changed.
  963. * Tue Aug 24 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.5-0vl1
  964. - upstream release
  965. * Mon Jun 21 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.3-0vl1
  966. - upstream release
  967. - new jdbc driver
  968. * Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl3
  969. - rebuild with python-2.3.3-0vl1
  970. * Tue Apr 13 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl2.3
  971. - changed mode to 644 at Makefile.global, Makefile.shlib
  972. * Mon Apr 12 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl2.2
  973. - updated python install section
  974. * Sat Apr 10 2004 Shu KONNO <owa@bg.wakwak.com> 7.4.2-0vl2.1
  975. - added PyGreSQL-3.4.tgz and set python flag
  976. - added PyGreSQL-3.4-setup.patch
  977. - added PyGreSQL-3.4-pgmodule.patch
  978. - rebuilded with python-2.3.3-0vl0.3 (for TestPkg)
  979. * Sun Mar 28 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 7.4.2-0vl2
  980. - rebuild with new openssl
  981. * Wed Mar 17 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.2-0vl1
  982. - upstream release
  983. - change all of %{?foo:%define foo 0} -like descriptions to simple
  984. %define format for latest rpm to build.
  985. * Sat Feb 14 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.1-0vl3
  986. - rebuild on latest tcl package environment.
  987. * Wed Feb 11 2004 HOTTA Michihide <hotta@net-newbie.com> 7.4.1-0vl2
  988. - fixed lacking files at server's %files
  989. * Fri Dec 05 2003 HOTTA Michihide <hotta@net-newbie.com> 7.4-0vl2
  990. - include JDBC driver for 7.4
  991. - fix typo in postgresql-7.4-psql-patch
  992. * Thu Nov 20 2003 HOTTA Michihide <hotta@net-newbie.com> 7.4-0vl1
  993. - upstream release
  994. - change '--includedir=' option to avoid conflicting with unixODBC
  995. - add postgresql-7.4-ecpg-patch
  996. * Wed Sep 10 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.4-0vl1
  997. - upstream release
  998. * Wed Jul 23 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.3-0vl2
  999. - drop previous version of libpq's trash
  1000. * Wed May 28 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.3-0vl1
  1001. - upstream release with new nls patch
  1002. - fix postgresql-bashprofile (value of PGDATA)
  1003. - fix postgresql-init for Japanese-specific use (-E EUC_JP --no-locale)
  1004. * Wed Apr 02 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 7.3.2-0vl2
  1005. - rebuild with tcltk8.4 and readline-4.3
  1006. * Fri Mar 07 2003 HOTTA Michihide <hotta@net-newbie.com> 7.3.2-0vl1
  1007. - upstream release
  1008. * Wed Dec 25 2002 HOTTA Michihide <hotta@net-newbie.com> 7.3.1-0vl1
  1009. - upstream release
  1010. - remove garbage changelog
  1011. * Mon Dec 23 2002 HOTTA Michihide <hotta@net-newbie.com> 7.3-0vl1
  1012. - upstream release based on 7.3-2PGDG
  1013. - add nls patch
  1014. * Thu Dec 05 2002 Lamar Owen <lamar.owen@ramifordistat.net>
  1015. - 7.3-2PGDG
  1016. - Fix typo in initscript. Argh!!
  1017. * Wed Dec 04 2002 Lamar Owen <lamar.owen@ramifordistat.net>
  1018. - 7.3-0.5PGDG
  1019. - Jerk out all perl client stuff and kludgage
  1020. - Rename plperl subpackage to a pl subpackage containing all but PL/Pgsql PL's
  1021. - Eliminate locale and multibyte explicit enables -- they are both defaults now
  1022. - Eliminate pgaccess code; it's not a part of the main tarball anymore
  1023. - Eliminate ODBC stuff -- it's also separate now. Use unixODBC instead.
  1024. - Eliminated separate tk client package -- rolled the tk client into the tcl client.
  1025. - Moved pltcl into the pl subpackage.
  1026. - Added plpython to the pl subpackage.
  1027. - /etc/sysconfig/pgsql is sysconfdir for multiple postmaster startup.
  1028. * Mon Dec 02 2002 Lamar Owen <lamar.owen@ramifordistat.net>
  1029. - 7.3-0.1PGDG (not released)
  1030. - Integrate 7.3 jar's courtesy Joe Conway
  1031. - Integrate multi-postmaster initscript courtesy Karl DeBisschop
  1032. - Some renames and restructures.
  1033. - Stripped out the last dregs of the postgresql-dump migration script.
  1034. - Conflicts with less than 7.3.
  1035. - (See below for old changelogs from VineSeed)
  1036. * Fri Oct 04 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.3-0vl1
  1037. - updated to 7.2.3.
  1038. * Tue Sep 10 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.2-0vl3
  1039. - absorbed previous patch8 into original nlspatch
  1040. - fixed configure options (--enable-nls and --enable-locale to be antinomy)
  1041. * Fri Aug 30 2002 Shoji Matsumoto <shom@vinelinux.org> 7.2.2-0vl2
  1042. - add patch8 (ja.po for psql was invalid)
  1043. * Thu Aug 29 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.2-0vl1
  1044. - updated to 7.2.2.
  1045. - improved nlspatch to enable japanese SQL help in psql.
  1046. * Sat Jul 06 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.1-5vl3
  1047. - fixed garbage chars in description(ja).
  1048. * Wed Jul 03 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.1-5vl2
  1049. - imported & replaced changelog (following VineSeed's).
  1050. add some stuff to '%%files'.
  1051. * Wed Jul 03 2002 HOTTA Michihide <hotta@net-newbie.com> 7.2.1-5vl1
  1052. - Modified for Vine Linux 2.5. Originaly from RHL 7.2.1-5, adding
  1053. nls patch, pg_dump patch, date_part patch by Jun Kuwamura
  1054. * Thu May 23 2002 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net>
  1055. - replace nls patch.
  1056. - add *.mo to '%%files'.
  1057. * Mon Mar 04 2002 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net>
  1058. - fix initscript
  1059. * Sun Mar 03 2002 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net>
  1060. - add /usr/bin/pg_id to the package (fix)
  1061. * Fri Mar 01 2002 Satoshi MACHINO <machino@vinelinux.org> 7.2-0vl1
  1062. - updated 7.2
  1063. - added nls.patch
  1064. - fixed spec file
  1065. - added New JDBC
  1066. -- pgjdbc1.jar(for JDK1.1.x), pgjdbc2(for Java2)
  1067. * Sat Sep 22 2001 Satoshi MACHINO <machino@vinelinux.org> 7.1.3-4vl1
  1068. - updated 7.1.3
  1069. * Tue Aug 21 2001 Hisao SHIBUYA <shibuya@alpha.or.jp>
  1070. - 7.1.2-7vl3
  1071. - merge 7.1.2-7vl2 and 7.1.2-7
  1072. * Sun Aug 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  1073. - 7.1.2-7vl2
  1074. - fixed spec typo (%%{_includesir} -> %%{_includedir})
  1075. * Tue Aug 14 2001 Satoshi MACHINO <machino@vinelinux.org> 7.1.2-7vl1
  1076. - updated 7.1.2 (used postgresql-7.1.2-7)
  1077. - used psqlj patch for 7.1.2
  1078. - used jumbo-20010801.patch.gz
  1079. * Mon Aug 6 2001 Trond Eivind Glomsr <teg@redhat.com> 7.1.2-7
  1080. - Add patches from 7.1-stable branch. This should fix #50799 and #50797
  1081. - Enable kerberos authentication (#50644)
  1082. - handle stop with stale pid file (#50499)
  1083. - make the test subpackage (not built by default) own /usr/lib/pgsql/test
  1084. * Mon Jul 9 2001 Trond Eivind Glomsr <teg@redhat.com>
  1085. - Make the -devel subpackage depend on -libs, not the main package
  1086. * Tue Jun 19 2001 Trond Eivind Glomsr <teg@redhat.com>
  1087. - Make sure the python subpackage depends on mx - otherwise, you'd get an error when importing
  1088. * Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  1089. - add changes for s390x
  1090. * Fri Jun 15 2001 Trond Eivind Glomsr <teg@redhat.com>
  1091. - Many path fixes for contrib packages
  1092. - Newer intarray
  1093. - Don't use nested ifs for tkpkg/pgaccess
  1094. - Turn off test package for Red Hat Linux - it makes most sense just to use
  1095. this during development
  1096. - One "pgacess" -> "pgaccess"
  1097. * Wed Jun 13 2001 Lamar Owen <lamar.owen@wgcr.org> <lamar@postgresql.org>
  1098. - -4PGDG
  1099. - patchset update for pg_regress.sh
  1100. - can the dot in the release -- confused too many people and some programs.
  1101. - -3.PGDG
  1102. - updated README.rpm-dist
  1103. - updated patch to 7.1.2, fixing some places where /usr/share/pgsql
  1104. was still being used where /usr/lib/pgsql was intended.
  1105. - PGLIB now set to /usr/lib/pgsql -- initdb doesn't use it to find the bki's.
  1106. * Tue Jun 12 2001 Trond Eivind Glomsr <teg@redhat.com>
  1107. - sync
  1108. - Run chkconfig --add on server install
  1109. - Move the prereqs on useradd on chkconfig to the server package
  1110. - don't disable the %%clean section
  1111. * Sat Jun 09 2001 Lamar Owen <lamar.owen@wgcr.org>
  1112. - Sync up with Trond Eivind's set.
  1113. * Thu Jun 7 2001 Trond Eivind Glomsr <teg@redhat.com>
  1114. - Don't create postgres' .bashrc from the server post script: include it instead
  1115. - Move the test packages from /usr/share/pgsql to /usr/lib/pgsql
  1116. - Move the symlinks libpq.so, libecpg.so, libpq++.so and libpgeasy.so to the devel subpackage from
  1117. libs
  1118. - Source the i18n data from the .bashrc instead of in the initscript
  1119. * Mon May 28 2001 Trond Eivind Glomsr <teg@redhat.com>
  1120. - Handle i18n for database startup - backend needs to have the same locale everytime,
  1121. but this certainly can't be hardcoded to C either
  1122. - Fix stop, restart in initscript (#42217)
  1123. - Make database init _much_ less verbose
  1124. - other minor fixes to the initscript
  1125. * Fri May 25 2001 Trond Eivind Glomsr <teg@redhat.com>
  1126. - 7.1.2
  1127. * Thu May 24 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
  1128. - 7.1.2-0.1.1.PGDG PRERELEASE
  1129. - Changed versioning and release numbering a little for better flexibility,
  1130. -- particularly for distribution packagers.
  1131. - Release numbering comment at top of spec, where it's more useful.
  1132. - Trimmed changelog to 7.1.x. See the last 7.0.3's specfile for the 7.0
  1133. changlog, and the last 6.5.3's specfile for the changelog prior to
  1134. 7.0.
  1135. * Sun May 20 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
  1136. - 7.1.1-4.PGDG
  1137. - _really_ got Python version agnosticism working.
  1138. * Sat May 19 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
  1139. - 7.1.1-3.PGDG Release
  1140. - Python version agnosticism.....
  1141. * Tue May 15 2001 Trond Eivind Glomsr <teg@redhat.com>
  1142. - Use openssl
  1143. - Make it obsolete subpackages if they aren't built
  1144. * Mon May 14 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
  1145. - 7.1.1-2.PGDG Release.
  1146. - Appended .PGDG to release string to differentiate our RPM set from the others.
  1147. - /bin/sh fix in initscript
  1148. - README.rpm-dist updates.
  1149. * Mon May 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 7.1.1-0.7
  1150. - Rebuild with new readline
  1151. * Thu May 10 2001 Trond Eivind Glomsr <teg@redhat.com>
  1152. - Initial 7.1.1
  1153. * Mon May 7 2001 Trond Eivind Glomsr <teg@redhat.com>
  1154. - Specify shell when running commands through su in the initscript, to avoid problems
  1155. when people switch the postgres user to use tcsh
  1156. * Thu Apr 19 2001 Trond Eivind Glomsr <teg@redhat.com>
  1157. - JDBC driver for Postgresql 7.1
  1158. * Sun Apr 15 2001 Trond Eivind Glomsr <teg@redhat.com>
  1159. - slightly different versioning scheming, will go back to the official
  1160. later when I'm sure the package is ready to use
  1161. * Fri Apr 13 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
  1162. - 7.1 RELEASE
  1163. - 7.1-1 RPM RELEASE
  1164. - Change to COPTS -- strip out -ffastmath -- Considered Harmful.
  1165. - Back to old versioning scheme, kept teg's other fixes.
  1166. - README.rpm-dist updated.
  1167. - PGVERSION updated all-around (hopefully!)
  1168. - Couple of fixes from Peter E.
  1169. - Rearrange dependencies -- only the -libs subpackage is required for most stuff
  1170. - Removed broken and confusing logrotate script.
  1171. * Mon Apr 9 2001 Trond Eivind Glomsr <teg@redhat.com>
  1172. - chown considered harmful - removed
  1173. - fix dangling symlimks (pg_crc.c)
  1174. - libpq.so changes for maximum compatiblity
  1175. - different versioning scheme, to avoid trouble later
  1176. - remove temporary perl file from the file list
  1177. - fix spelling error in tcl description
  1178. - mark odbcinst.ini as a config file
  1179. - use %%defattr on packages which didn't have it
  1180. * Sat Apr 07 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
  1181. - Integrated the PL/Perl stuff from Karl DeBisschop --conditional.
  1182. - Packaging reorg: added contrib and docs subpackages.
  1183. - Removed sgml source docs from main package --> docs subpackage.
  1184. - Removed contrib tree from main package --> contrib subpackage.
  1185. - Contrib tree is now prebuilt -- HOWEVER, very little install work is
  1186. currently done with this.
  1187. * Fri Apr 06 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
  1188. - Quickie RC3. There will be a 7.1RC3-2 shortly with other stuff.
  1189. * Tue Apr 03 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
  1190. - RC2
  1191. - eliminate versioning information for ancilliary files in prep for CVS.
  1192. - Fix docs mixup.
  1193. * Tue Mar 27 2001 Lamar Owen <lamar@postgresql.org> <lamar.owen@wgcr.org>
  1194. - RC1 quickie.
  1195. * Tue Mar 20 2001 Lamar Owen <lamar@postgresql.org>
  1196. - Beta 6 initial build.
  1197. - Use make install-all-headers instead of cpio hack for devel headers.
  1198. - Split out the libs into the libs subpackage.
  1199. - Updated initscript to use pg_ctl to stop
  1200. - Updated initscript to initdb and start postmaster with LC_ALL=C to
  1201. prevent index corruption.
  1202. * Sun Jan 28 2001 Lamar Owen <lamar@postgresql.org>
  1203. - Beta4
  1204. - Return to 'pgsql' directories instead of 'postgresql'
  1205. - Better perl patches.
  1206. * Mon Jan 15 2001 Lamar Owen <lamar@postgresql.org>
  1207. - Edit patches to get rid of some cruft.
  1208. - Eliminate some more pre-7.1 specfile baggage that is no longer necessary.
  1209. - Moved pg_id to server
  1210. - added Makefile.global and pg_config to devel
  1211. - Corrected /usr/include/pgsql to /usr/include/postgresql
  1212. - Fixed some configure options. Will be trying the configure macro next release
  1213. - Since it is terminally ill in this version pg_upgrade is _gone_.
  1214. - Thanks to Peter E for a good review.
  1215. * Sun Jan 14 2001 Lamar Owen <lamar@postgresql.org>
  1216. - Running regression. 1 on the release-o-meter.
  1217. - Minor patches to get regression running right.
  1218. - Initscript tweaking -- the old test for a database structure fails with 7.1's new structure.
  1219. * Sat Jan 13 2001 Lamar Owen <lamar@postgresql.org>
  1220. - Perl 5 needs to be built with PREFIX set on the Makefile, not GNUmakefile....
  1221. - The 7.1 build is different from the 7.0 build -- see the configure line.
  1222. - NOTE: many files that used to be in /usr/share/postgresql are now in /usr/share/postgresql!
  1223. - by request, conditional packages are now supported. See the top of the spec.
  1224. - Fixed the server postinstall problems.
  1225. * Mon Jan 08 2001 Lamar Owen <lamar@postgresql.org>
  1226. - First 7.1 beta test-build