import pgaudit-1.4.0-4.module+el8.1.1+4794+c82b6e09

This commit is contained in:
CentOS Sources 2020-02-04 18:11:36 -05:00 committed by Andrew Lukoshko
commit ee27a69e9b
3 changed files with 90 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
SOURCES/pgaudit-1.4.0.tar.gz

1
.pgaudit.metadata Normal file
View File

@ -0,0 +1 @@
ea085fbf227b5c461331ab33b99579f37db299a6 SOURCES/pgaudit-1.4.0.tar.gz

88
SPECS/pgaudit.spec Normal file
View File

@ -0,0 +1,88 @@
Name: pgaudit
Version: 1.4.0
Release: 4%{?dist}
Summary: PostgreSQL Audit Extension
License: PostgreSQL
URL: http://pgaudit.org
Source0: https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: postgresql-server-devel >= 11, postgresql-server-devel < 13
BuildRequires: libpq-devel >= 11, libpq-devel < 13
BuildRequires: openssl-devel
%description
The PostgreSQL Audit extension (pgaudit) provides detailed session
and/or object audit logging via the standard PostgreSQL logging
facility.
The goal of the PostgreSQL Audit extension (pgaudit) is to provide
PostgreSQL users with capability to produce audit logs often required to
comply with government, financial, or ISO certifications.
An audit is an official inspection of an individual's or organization's
accounts, typically by an independent body. The information gathered by
the PostgreSQL Audit extension (pgaudit) is properly called an audit
trail or audit log. The term audit log is used in this documentation.
%prep
set -ex
%setup -q -n %{name}-%{version}
%build
set -ex
%{__make} USE_PGXS=1 %{?_smp_mflags}
%install
set -ex
%{__make} USE_PGXS=1 %{?_smp_mflags} DESTDIR=$RPM_BUILD_ROOT install
%files
%doc README.md
%license LICENSE
%{_libdir}/pgsql/%{name}.so
%{_datadir}/pgsql/extension/%{name}--1*.sql
%{_datadir}/pgsql/extension/%{name}.control
%changelog
* Wed Nov 20 2019 Patrik Novotný <panovotn@redhat.com> - 1.4.0-4
- Bump release for rebuild against libpq-12.1-3
* Tue Nov 12 2019 Patrik Novotný <panovotn@redhat.com> - 1.4.0-3
- BuildRequires libpq-devel
* Tue Nov 12 2019 Patrik Novotný <panovotn@redhat.com> - 1.4.0-2
- BuildRequires postgresql-server-devel
* Wed Oct 02 2019 Patrik Novotný <panovotn@redhat.com> - 1.4.0-1
- Update to 1.4.0
* Sat Jul 27 2019 Honza Horak <hhorak@redhat.com> - 1.3.1-1
- Update to 1.3.1 and apply patch for pgsql v12 compatibility
* Thu Jul 25 2019 Honza Horak <hhorak@redhat.com> - 1.2.0-4
- SCLize the SPEC
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Dec 20 2017 - Filip Čáp <ficap@redhat.com> 1.2.0-1
- Initial RPM packaging for Fedora
- Based on Devrim Gündüz's packaging for PostgreSQL RPM Repo
* Thu Oct 27 2016 - Devrim Gündüz <devrim@gunduz.org> 1.0.0-1
- Update to 1.0.0
* Fri Oct 21 2016 - Devrim Gündüz <devrim@gunduz.org> 0.0.4-1
- Initial RPM packaging for PostgreSQL RPM Repository