Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package oidentd for openSUSE:Factory checked in at 2022-10-21 16:20:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oidentd (Old) and /work/SRC/openSUSE:Factory/.oidentd.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oidentd" Fri Oct 21 16:20:04 2022 rev:28 rq:1030353 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/oidentd/oidentd.changes 2022-10-19 13:18:29.401323202 +0200 +++ /work/SRC/openSUSE:Factory/.oidentd.new.2275/oidentd.changes 2022-10-21 16:20:15.422252691 +0200 @@ -1,0 +2,10 @@ +Fri Oct 21 09:43:58 UTC 2022 - Andrea Manzini <[email protected]> + +- Add patch oidentd-3.0.0-configure_zstd.patch to fix compilation under <= SP15.4 + +------------------------------------------------------------------- +Fri Oct 21 08:20:21 UTC 2022 - Andrea Manzini <[email protected]> + +- Add patch to fix compilation under <= SP15.4 + +------------------------------------------------------------------- New: ---- oidentd-3.0.0-configure_zstd.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oidentd.spec ++++++ --- /var/tmp/diff_new_pack.3p80na/_old 2022-10-21 16:20:15.958253695 +0200 +++ /var/tmp/diff_new_pack.3p80na/_new 2022-10-21 16:20:15.962253704 +0200 @@ -40,6 +40,7 @@ Source5: https://files.janikrabe.com/pub/oidentd/releases/%{version}/oidentd-%{version}.tar.xz.asc # https://janikrabe.com/key.asc Source6: %{name}.keyring +Patch0: oidentd-3.0.0-configure_zstd.patch BuildRequires: automake BuildRequires: bison BuildRequires: flex @@ -62,6 +63,9 @@ %prep %setup -q +%if 0%{?suse_version} < 1505 +%patch0 -p1 +%endif # Avoid "Unknown key name 'XXX' in section 'Service', ignoring." warnings from systemd on older releases %if 0%{?sle_version} ++++++ oidentd-3.0.0-configure_zstd.patch ++++++ --- oidentd-3.0.0.orig/configure.ac 2022-10-20 15:53:17.101986806 +0200 +++ oidentd-3.0.0/configure.ac 2022-10-20 15:53:49.706277762 +0200 @@ -16,7 +16,7 @@ dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA AC_INIT([oidentd],[3.0.0],[[email protected]],[],[https://janikrabe.com/projects/oidentd/]) -AM_INIT_AUTOMAKE([dist-bzip2 dist-xz dist-zip dist-zstd]) +AM_INIT_AUTOMAKE([dist-bzip2 dist-xz dist-zip]) AC_DEFINE(PACKAGE_AUTHOR, ["Janik Rabe"], [maintainer])
