spec: replace hard-coded path with macro
Version: 9.2.4-3
This commit is contained in:
parent
3992fad4ad
commit
a57d617cef
@ -441,8 +441,8 @@ export PYTHON=/usr/bin/python3
|
|||||||
%if %selinux
|
%if %selinux
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
%endif
|
%endif
|
||||||
--with-system-tzdata=/usr/share/zoneinfo \
|
--with-system-tzdata=%{_datadir}/zoneinfo \
|
||||||
--datadir=/usr/share/pgsql
|
--datadir=%{_datadir}/pgsql
|
||||||
|
|
||||||
# Fortunately we don't need to build much except plpython itself
|
# Fortunately we don't need to build much except plpython itself
|
||||||
cd src/backend
|
cd src/backend
|
||||||
@ -1111,6 +1111,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Jun 20 2013 Pavel Raiskup <praiskup@redhat.com> - 9.3.4-3
|
* Thu Jun 20 2013 Pavel Raiskup <praiskup@redhat.com> - 9.3.4-3
|
||||||
- fix README.rpm-dist for the bug (#969050)
|
- fix README.rpm-dist for the bug (#969050)
|
||||||
|
- replace hard-wired path with %%{_datadir}
|
||||||
|
|
||||||
* Thu Jun 13 2013 Pavel Raiskup <praiskup@redhat.com> - 9.2.4-3
|
* Thu Jun 13 2013 Pavel Raiskup <praiskup@redhat.com> - 9.2.4-3
|
||||||
- add atomic operations support for aarch64 to preupgrade version also (#970661)
|
- add atomic operations support for aarch64 to preupgrade version also (#970661)
|
||||||
|
Loading…
Reference in New Issue
Block a user