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