commit pgaudit for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pgaudit for openSUSE:Factory checked in at 2021-07-02 13:26:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pgaudit (Old) and /work/SRC/openSUSE:Factory/.pgaudit.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "pgaudit" Fri Jul 2 13:26:55 2021 rev:2 rq:903359 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/pgaudit/pgaudit.changes 2020-11-05 21:56:08.752018799 +0100 +++ /work/SRC/openSUSE:Factory/.pgaudit.new.2625/pgaudit.changes 2021-07-02 13:27:37.048690574 +0200 @@ -1,0 +2,6 @@ +Wed Jun 30 14:25:02 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org> + +- Do no longer build postgresql95 and postgresql96 flavors on + Tumbleweed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pgaudit.spec ++++++ --- /var/tmp/diff_new_pack.D8EuhW/_old 2021-07-02 13:27:37.484687191 +0200 +++ /var/tmp/diff_new_pack.D8EuhW/_new 2021-07-02 13:27:37.488687160 +0200 @@ -1,7 +1,7 @@ # # spec file for package pgaudit # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,8 +12,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + + %define pg_libdir %(pg_config --pkglibdir) # name_pg uses --keep-name-conditionals (argument of spec_query) @@ -27,6 +29,10 @@ %bcond_with llvm %endif +%if ("%{name_pg}" == "postgresql95" || "%{name_pg}" == "postgresql96") && 0%{?suse_version} >= 1550 +ExclusiveArch: do_not_build +%endif + %if "%{name_pg}" == "" # nill flavour Name: pgaudit @@ -56,14 +62,14 @@ Summary: An auditing module for PostgreSQL License: PostgreSQL Group: Productivity/Databases/Tools -Url: https://github.com/pgaudit/pgaudit +URL: https://github.com/pgaudit/pgaudit %if "%{name_pg}" != "" # not nill flavour Source: %{sname}-%{version}.tar.gz %endif BuildRequires: %{name_pg}-devel -BuildRequires: %{name_pg}-server-devel BuildRequires: %{name_pg}-server +BuildRequires: %{name_pg}-server-devel Requires: %{name_pg}-server BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -84,9 +90,9 @@ %package llvmjit Summary: Just-in-time compilation support for PostgreSQL %{sname} extension Group: Productivity/Databases/Servers -Requires: %{name_pg}-server -Requires: %{name_pg}-llvmjit Requires: %{name_pg}-%{sname} = %{version}-%{release} +Requires: %{name_pg}-llvmjit +Requires: %{name_pg}-server Supplements: packageand(%{name_pg}-llvmjit:%{name}) %description llvmjit
participants (1)
-
Source-Sync