From 83ea972cfdbcfa1ae048d2b153dfa37aeac3a57e Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 6 Aug 2013 13:06:03 +0200 Subject: [PATCH] spec: allow `rpmbuild -bi --short-circuit` Version: 9.2.4-8 --- postgresql.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index 726fb44..4d5ff36 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -58,7 +58,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 9.2 Version: 9.2.4 -Release: 7%{?dist} +Release: 8%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI # recognizes it as an independent license, so we do as well. @@ -733,6 +733,7 @@ install -m 644 %{SOURCE15} $RPM_BUILD_ROOT/var/lib/pgsql/.bash_profile # Fix some more documentation cp %{SOURCE8} README.rpm-dist +rm -rf doc/html # HACK! allow 'rpmbuild -bi --short-circuit' mv $RPM_BUILD_ROOT%{_docdir}/pgsql/html doc rm -rf $RPM_BUILD_ROOT%{_docdir}/pgsql @@ -1121,6 +1122,9 @@ fi %endif %changelog +* Tue Aug 06 2013 Pavel Raiskup - 9.2.4-8 +- allow `rpmbuild -bi --short-circuit` + * Sun Aug 04 2013 Fedora Release Engineering - 9.2.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild