Compare commits
No commits in common. "stream-pg_repack-15-rhel-9.4.0" and "c8-beta-stream-12" have entirely different histories.
stream-pg_
...
c8-beta-st
2
.gitignore
vendored
Executable file → Normal file
2
.gitignore
vendored
Executable file → Normal file
@ -1 +1 @@
|
|||||||
/ver_1.4.8.tar.gz
|
SOURCES/ver_1.4.6.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
74e54f43f6c062644e442224eacc2a2bc95a04ef ver_1.4.8.tar.gz
|
42d40c7ab5d72e65fa148a958f1d1cffec98ab46 SOURCES/ver_1.4.6.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: pg_repack
|
Name: pg_repack
|
||||||
Version: 1.4.8
|
Version: 1.4.6
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Reorganize tables in PostgreSQL databases without any locks
|
Summary: Reorganize tables in PostgreSQL databases without any locks
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -9,7 +9,7 @@ Source0: https://github.com/reorg/%{name}/archive/ver_%{version}.tar.gz
|
|||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: postgresql, gcc, openssl-devel, postgresql-server
|
BuildRequires: postgresql, gcc, openssl-devel, postgresql-server
|
||||||
BuildRequires: postgresql-server-devel >= 15
|
BuildRequires: postgresql-libs, postgresql-devel, postgresql-server-devel
|
||||||
BuildRequires: readline-devel, zlib-devel, postgresql-static
|
BuildRequires: readline-devel, zlib-devel, postgresql-static
|
||||||
BuildRequires: python3-docutils
|
BuildRequires: python3-docutils
|
||||||
%{?postgresql_module_requires}
|
%{?postgresql_module_requires}
|
||||||
@ -62,29 +62,16 @@ make
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 25 2022 Filip Janus <fjanus@redhat.com> - 1.4.8-1
|
* Wed May 26 2021 Filip Januš <fjanus@redhat.com> - 1.4.6-3
|
||||||
- Update to version 1.4.8
|
- Release bump - enable gating
|
||||||
- Postgresql 15 is supported
|
|
||||||
- Related: #2128410
|
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.6-4
|
* Mon May 24 2021 Filip Januš <fjanus@redhat.com> - 1.4.6-2
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuild
|
||||||
Related: rhbz#1991688
|
- Resolves:#1954442
|
||||||
|
|
||||||
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.6-3
|
* Thu Jan 14 2021 Patrik Novotný <panovotn@redhat.com> - 1.4.6-1
|
||||||
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
||||||
Related: rhbz#1971065
|
|
||||||
|
|
||||||
* Thu Apr 22 2021 Honza Horak <hhorak@redhat.com> - 1.4.6-2
|
|
||||||
- Build jit based on what postgresql server does
|
|
||||||
Related: #1933048
|
|
||||||
|
|
||||||
* Thu Jan 28 2021 Patrik Novotný <panovotn@redhat.com> - 1.4.6-1
|
|
||||||
- Rebase to upstream release 1.4.6
|
- Rebase to upstream release 1.4.6
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-2
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
Loading…
Reference in New Issue
Block a user