|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: pgaudit
|
|
|
|
Name: pgaudit
|
|
|
|
Version: 1.5.0
|
|
|
|
Version: 1.4.0
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Summary: PostgreSQL Audit Extension
|
|
|
|
Summary: PostgreSQL Audit Extension
|
|
|
|
|
|
|
|
|
|
|
|
License: PostgreSQL
|
|
|
|
License: PostgreSQL
|
|
|
@ -8,12 +8,11 @@ URL: http://pgaudit.org
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: postgresql-server-devel >= 13, postgresql-server-devel < 14
|
|
|
|
BuildRequires: postgresql-server-devel >= 11, postgresql-server-devel <= 13
|
|
|
|
|
|
|
|
BuildRequires: libpq-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
|
|
|
|
|
|
|
%{?postgresql_module_requires}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The PostgreSQL Audit extension (pgaudit) provides detailed session
|
|
|
|
The PostgreSQL Audit extension (pgaudit) provides detailed session
|
|
|
@ -31,73 +30,56 @@ trail or audit log. The term audit log is used in this documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
|
|
|
|
set -ex
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%make_build USE_PGXS=1 PG_CONFIG=/usr/bin/pg_server_config
|
|
|
|
set -ex
|
|
|
|
|
|
|
|
%{__make} USE_PGXS=1 %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install USE_PGXS=1 PG_CONFIG=/usr/bin/pg_server_config
|
|
|
|
set -ex
|
|
|
|
|
|
|
|
%{__make} USE_PGXS=1 %{?_smp_mflags} DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%{_libdir}/pgsql/%{name}.so
|
|
|
|
%{_libdir}/pgsql/%{name}.so
|
|
|
|
%{_datadir}/pgsql/extension/%{name}--1.5.sql
|
|
|
|
%{_datadir}/pgsql/extension/%{name}--1*.sql
|
|
|
|
%{_datadir}/pgsql/extension/%{name}.control
|
|
|
|
%{_datadir}/pgsql/extension/%{name}.control
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.0-6
|
|
|
|
* Fri Feb 9 2024 Filip Janus <fjanus@redhat.com> - 1.4.0-7
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Release bump to avoid regression in nvrs
|
|
|
|
Related: rhbz#1991688
|
|
|
|
- Resolves: RHEL-24969
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.0-5
|
|
|
|
* Mon Dec 11 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.4.0-5
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 22 2021 Honza Horak <hhorak@redhat.com> - 1.5.0-4
|
|
|
|
* Thu Jun 03 2021 Patrik Novotný <panovotn@redhat.com> - 1.4.0-5
|
|
|
|
- Remove llvmjit parts
|
|
|
|
- Fix build requires
|
|
|
|
Resolves: #1951268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com>
|
|
|
|
* Wed Nov 20 2019 Patrik Novotný <panovotn@redhat.com> - 1.4.0-4
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Bump release for rebuild against libpq-12.1-3
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 1.5.0-2
|
|
|
|
* Tue Nov 12 2019 Patrik Novotný <panovotn@redhat.com> - 1.4.0-3
|
|
|
|
- rebuild for libpq ABI fix rhbz#1908268
|
|
|
|
- BuildRequires libpq-devel
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 5 2021 Honza Horak <hhorak@redhat.com> - 1.5.0-1
|
|
|
|
* Tue Nov 12 2019 Patrik Novotný <panovotn@redhat.com> - 1.4.0-2
|
|
|
|
- Update to 1.5.0 for PostgreSQL 13 support
|
|
|
|
- BuildRequires postgresql-server-devel
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
|
|
|
|
* Wed Oct 02 2019 Patrik Novotný <panovotn@redhat.com> - 1.4.0-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Update to 1.4.0
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
|
|
|
* Sat Jul 27 2019 Honza Horak <hhorak@redhat.com> - 1.3.1-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
- Update to 1.3.1 and apply patch for pgsql v12 compatibility
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 13 2020 Devrim Gündüz <devrim@gunduz.org> - 1.4.0-1
|
|
|
|
* Thu Jul 25 2019 Honza Horak <hhorak@redhat.com> - 1.2.0-4
|
|
|
|
- Update to 1.4.0 for PostgreSQL 12 support
|
|
|
|
- SCLize the SPEC
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 08 2020 Patrik Novotný <panovotn@redhat.com> - 1.3.0-5
|
|
|
|
|
|
|
|
- Rebuild for PostgreSQL 12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 18 2018 Petr Kubat <pkubat@redhat.com> - 1.3.0-1
|
|
|
|
|
|
|
|
- rebase to latest upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 05 2018 Pavel Raiskup <praiskup@redhat.com> - 1.2.0-4
|
|
|
|
|
|
|
|
- rebuild against postgresql-server-devel (rhbz#1618698)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|