Compare commits
No commits in common. "stream-postgresql-16-rhel-9.4.0" and "c8-beta-stream-12" have entirely different histories.
stream-pos
...
c8-beta-st
2
.gitignore
vendored
2
.gitignore
vendored
@ -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,15 +1,15 @@
|
||||
Name: pg_repack
|
||||
Version: 1.4.8
|
||||
Release: 1%{?dist}
|
||||
Version: 1.4.6
|
||||
Release: 3%{?dist}
|
||||
Summary: Reorganize tables in PostgreSQL databases without any locks
|
||||
|
||||
License: BSD
|
||||
URL: http://reorg.github.io/%{name}/
|
||||
Source0: https://github.com/reorg/%{name}/archive/ver_%{version}.tar.gz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: make
|
||||
BuildRequires: postgresql, gcc, openssl-devel, postgresql-server
|
||||
BuildRequires: postgresql-server-devel >= 16
|
||||
BuildRequires: postgresql-libs, postgresql-devel, postgresql-server-devel
|
||||
BuildRequires: readline-devel, zlib-devel, postgresql-static
|
||||
BuildRequires: python3-docutils
|
||||
%{?postgresql_module_requires}
|
||||
@ -62,6 +62,18 @@ make
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 13 2023 Filip Janus <fjanus@redhat.com> - 1.4.8-1
|
||||
- Resolves: RHEL-3636
|
||||
- Initial import for PG 16 module
|
||||
* Wed May 26 2021 Filip Januš <fjanus@redhat.com> - 1.4.6-3
|
||||
- Release bump - enable gating
|
||||
|
||||
* Mon May 24 2021 Filip Januš <fjanus@redhat.com> - 1.4.6-2
|
||||
- Rebuild
|
||||
- Resolves:#1954442
|
||||
|
||||
* Thu Jan 14 2021 Patrik Novotný <panovotn@redhat.com> - 1.4.6-1
|
||||
- Rebase to upstream release 1.4.6
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Aug 21 2019 Filip Januš <fjanus@redhat.com> 1.4.5-1
|
||||
- Initial packaging
|
Loading…
Reference in New Issue
Block a user