postgresql-vl.spec 51 KB

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