Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package certmonger for openSUSE:Factory checked in at 2021-07-26 17:38:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/certmonger (Old) and /work/SRC/openSUSE:Factory/.certmonger.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "certmonger" Mon Jul 26 17:38:17 2021 rev:3 rq:908392 version:0.79.13 Changes: -------- --- /work/SRC/openSUSE:Factory/certmonger/certmonger.changes 2020-09-01 20:09:17.532646400 +0200 +++ /work/SRC/openSUSE:Factory/.certmonger.new.1899/certmonger.changes 2021-07-26 17:38:42.222050333 +0200 @@ -1,0 +2,17 @@ +Mon Jul 26 10:05:33 UTC 2021 - Neal Gompa <ngomp...@gmail.com> + +- Use "pkgconfig(systemd)" for the BR to allow hacksaw systemd-mini + package to satisfy dependencies in the openSUSE Build Service. + +------------------------------------------------------------------- +Mon Jul 26 03:48:04 UTC 2021 - William Brown <william.br...@suse.com> + +- Add buildrequires on systemd which is required for correct installation + of the .service file. + +------------------------------------------------------------------- +Sun Feb 28 12:28:48 UTC 2021 - Sasi Olin <hel@lcp.world> + +- Update to 0.79.13 + +------------------------------------------------------------------- Old: ---- certmonger-0.79.11.tar.gz New: ---- certmonger-0.79.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ certmonger.spec ++++++ --- /var/tmp/diff_new_pack.RScjxJ/_old 2021-07-26 17:38:42.730049723 +0200 +++ /var/tmp/diff_new_pack.RScjxJ/_new 2021-07-26 17:38:42.734049718 +0200 @@ -1,7 +1,7 @@ # # spec file for package certmonger # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2020 Stasiek Michalski <stas...@michalski.cc>. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: certmonger -Version: 0.79.11 +Version: 0.79.13 Release: 0 Summary: Certificate status monitor and PKI enrollment client License: GPL-3.0-or-later @@ -40,6 +40,7 @@ BuildRequires: libcurl-devel BuildRequires: libfreebl3-hmac BuildRequires: libidn2-devel +BuildRequires: libjansson-devel BuildRequires: libsoftokn3-hmac BuildRequires: libtalloc-devel BuildRequires: libtevent-devel @@ -54,13 +55,19 @@ BuildRequires: openssl-devel BuildRequires: popt-devel BuildRequires: python3-dbus-python +# Note - this is required for /usr/share/pkgconfig/systemd.pc, which is used by +# --enable-systemd to discover the unitfile location. There is no way to inject +# this location via the configure call either. +## Note: using pkgconfig(systemd) BR to allow hacksaw systemd-mini package to +## satisfy in the openSUSE Build Service +BuildRequires: pkgconfig(systemd) BuildRequires: which BuildRequires: xmlrpc-c-devel Requires: dbus-1 Requires(post): dbus-1 -Requires(preun): dbus-1 -Requires(preun): sed +Requires(preun):dbus-1 +Requires(preun):sed BuildRequires: systemd-rpm-macros %{?systemd_requires} @@ -118,6 +125,7 @@ %{_mandir}/man*/* %{_libexecdir}/%{name} %{_localstatedir}/lib/certmonger +%{_unitdir}/certmonger.service %{_tmpfilesdir}/certmonger.conf %{_datadir}/dbus-1/system-services/* ++++++ certmonger-0.79.11.tar.gz -> certmonger-0.79.13.tar.gz ++++++ ++++ 205882 lines of diff (skipped)