Compare commits
No commits in common. "c9s" and "c8" have entirely different histories.
@ -1 +0,0 @@
|
||||
1
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/postgresql-*.tar.bz2*
|
||||
SOURCES/postgresql-13.5.tar.bz2
|
||||
|
1
.libecpg.metadata
Normal file
1
.libecpg.metadata
Normal file
@ -0,0 +1 @@
|
||||
9321e2b01d1ffb15adae06945cb2c5f9dd671bc9 SOURCES/postgresql-13.5.tar.bz2
|
1
SOURCES/postgresql-13.5.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-13.5.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3 postgresql-13.5.tar.bz2
|
@ -3,7 +3,7 @@
|
||||
Summary: ECPG - Embedded SQL in C
|
||||
Name: libecpg
|
||||
Version: %majorversion.5
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
License: PostgreSQL
|
||||
Url: http://www.postgresql.org/
|
||||
@ -28,7 +28,6 @@ BuildRequires: openldap-devel
|
||||
BuildRequires: libpq-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: multilib-rpm-config
|
||||
BuildRequires: make
|
||||
|
||||
Requires: libpgtypes = %{version}-%{release}
|
||||
|
||||
@ -79,11 +78,11 @@ find . -type f -name .gitignore | xargs rm
|
||||
--without-readline \
|
||||
--datadir=%_datadir/pgsql
|
||||
|
||||
%make_build -C "src/interfaces/ecpg" -j1
|
||||
%make_build -C "src/interfaces/ecpg"
|
||||
|
||||
|
||||
%install
|
||||
%make_install -C "src/interfaces/ecpg" -j1
|
||||
%make_install -C "src/interfaces/ecpg"
|
||||
|
||||
# remove files not to be packaged
|
||||
find $RPM_BUILD_ROOT -name '*.a' -delete
|
||||
@ -130,43 +129,28 @@ find_lang_bins %name-devel.lst ecpg
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 15 2021 Marek Kulik <mkulik@redhat.com> - 13.5-1
|
||||
- Rebase to upstream release 13.5
|
||||
|
||||
* Fri Aug 20 2021 Filip Januš <fjanus@redhat.com> - 13.1-11
|
||||
- Add -j1 also into build section
|
||||
- Resolves: #1975438
|
||||
|
||||
* Thu Aug 05 2021 Filip Januš <fjanus@redhat.com> - 13.1-10
|
||||
- Disable parallel build
|
||||
- Resolves: #1975438
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 13.1-9
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Wed Jul 28 2021 Filip Januš <fjanus@redhat.com> - 13.1-8
|
||||
* Thu Dec 09 2021 Filip Janus <fjanus@redhat.com> - 13.5-3
|
||||
- Fix gating.yaml and rebuild
|
||||
- switch to osci.brew-build.tier0.functional
|
||||
|
||||
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 13.1-7
|
||||
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
||||
Related: rhbz#1971065
|
||||
* Mon Dec 6 2021 Marek Kulik <mkulik@redhat.com> - 13.5-2
|
||||
- Rebuild for gating.
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 13.1-6
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
* Wed Nov 24 2021 Marek Kulik <mkulik@redhat.com> - 13.5-1
|
||||
- Update to 13.5 version
|
||||
|
||||
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 13.1-5
|
||||
- rebuild for libpq ABI fix rhbz#1908268
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 13.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
* Fri Feb 19 2021 Patrik Novotný <panovotn@redhat.com> - 13.2-1
|
||||
- Rebase to upstream release 13.2
|
||||
|
||||
* Thu Dec 03 2020 Honza Horak <hhorak@redhat.com> - 13.1-3
|
||||
- Add Requires: libpgtypes to avoid the need to test interoperability
|
||||
between the various combinations of old and new subpackages
|
||||
|
||||
* Wed Nov 18 2020 Honza Horak <hhorak@redhat.com> - 13.1-1
|
||||
- Rebase to upstream release 13.0
|
||||
* Wed Dec 02 2020 Honza Horak <hhorak@redhat.com> - 13.1-2
|
||||
- Rebuild for CI tests fix
|
||||
|
||||
* Mon Nov 23 2020 Honza Horak <hhorak@redhat.com> - 13.1-1
|
||||
- Update to 13.1 version
|
||||
|
||||
* Fri Oct 23 2020 Honza Horak <hhorak@redhat.com> - 13.0-1
|
||||
- Rebase to upstream release 13.0
|
11
ci.fmf
11
ci.fmf
@ -1,11 +0,0 @@
|
||||
summary: Tier tests
|
||||
discover:
|
||||
how: fmf
|
||||
# using temporary location before the test is merged
|
||||
#repository: git://pkgs.devel.redhat.com/tests/micropipenv
|
||||
#ref: master
|
||||
repository: https://src.fedoraproject.org/forks/hhorak/tests/postgresql.git
|
||||
ref: add-libecpg
|
||||
filter: 'tag:libecpg'
|
||||
execute:
|
||||
how: tmt
|
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
@ -1,12 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
rm sources
|
||||
set -e
|
||||
spectool -S *.spec | cut -d' ' -f2 \
|
||||
| grep -E -e 'postgresql-.*\.tar\.*' -e 'postgresql.*\.pdf' | sort | \
|
||||
while read line
|
||||
do
|
||||
base=`basename "$line"`
|
||||
echo " * handling $base"
|
||||
sha512sum --tag "$base" >> sources
|
||||
done
|
2
sources
2
sources
@ -1,2 +0,0 @@
|
||||
SHA512 (postgresql-13.5.tar.bz2) = c76effbca8ee63be48fa3aeb39c7038221848fe83ca2afc4e0904ba8c6a50b89aa2ad37080d4e3be75e9bdc2d6ca6dfefcda334ef55a5e1a8954bb955ce905e5
|
||||
SHA512 (postgresql-13.5.tar.bz2.sha256) = f79b6cbf7b7929de9312ece511fd7dad80b0b3fbfca98613db1d2825c4e77a9bf7cd4e790e2bc6fd827bc95eaf5105ff1df20af4bec2848779d01b1eb9100b81
|
Loading…
Reference in New Issue
Block a user