Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package conman for openSUSE:Factory checked in at 2022-12-15 19:25:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/conman (Old) and /work/SRC/openSUSE:Factory/.conman.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "conman" Thu Dec 15 19:25:45 2022 rev:17 rq:1043085 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/conman/conman.changes 2021-10-19 23:03:49.989273106 +0200 +++ /work/SRC/openSUSE:Factory/.conman.new.1835/conman.changes 2022-12-15 19:26:13.644405260 +0100 @@ -1,0 +2,15 @@ +Mon Dec 12 13:33:27 UTC 2022 - Antoine Ginies <[email protected]> + +- update to version 0.3.1: + * Fixed username/password use in libipmiconsole.conf. (e59f5e4) + * Added more console logfile conversion specifiers. (96ede96, 5a189f6) + * Added conmen '-T' cmdline opt to specify terminal emulator. (a11c6f4) + * Added rpm source file verification. (f86c123) + * Revamped autotools config. (547db3c) + * Added configure opts for systemd/sysvinit. (3e303e6) + * Added configure runstatedir support. (bb415e0) + * Fixed installation directory variable substitution. (7642609) + * Removed autotools-generated files from version control. (44168a4) + * general move of files from /usr/lib/conman to /usr/share/conman + +------------------------------------------------------------------- Old: ---- conman-0.3.0.tar.gz New: ---- conman-0.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ conman.spec ++++++ --- /var/tmp/diff_new_pack.3RlGQp/_old 2022-12-15 19:26:14.172408264 +0100 +++ /var/tmp/diff_new_pack.3RlGQp/_new 2022-12-15 19:26:14.180408310 +0100 @@ -1,7 +1,7 @@ # # spec file for package conman # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -45,7 +45,7 @@ %endif Name: conman -Version: 0.3.0 +Version: 0.3.1 Release: 0 Summary: The Console Manager @@ -63,13 +63,15 @@ Source0: https://github.com/dun/conman/archive/%{name}-%{version}.tar.gz Source1: %{name}.service.in %if 0%{?have_systemd} +BuildRequires: autoconf +BuildRequires: automake BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(systemd) %{?have_sysuser:BuildRequires: sysuser-tools} %{?systemd_requires} Requires(pre): shadow Requires(post): %fillup_prereq sed -Requires(postun): coreutils +Requires(postun):coreutils %endif Patch1: conman-suse-fix-expect-scripts.patch @@ -99,6 +101,7 @@ %patch1 -p1 %build +./bootstrap %configure --with-tcp-wrappers \ %if 0%{?have_freeipmi} --with-freeipmi \ @@ -123,9 +126,9 @@ chmod u+x %{buildroot}%{_sysconfdir}/init.d/conman %endif mkdir -p %{buildroot}%{_fillupdir} -mv %{buildroot}%{_sysconfdir}/sysconfig/conman \ +mv etc/conman.sysconfig \ %{buildroot}%{_fillupdir}/sysconfig.conman -for i in $(find %{buildroot}/usr/lib/conman) ; do +for i in $(find %{buildroot}/usr/share/conman) ; do if [ -f $i -a -x $i ]; then if ! head -1 $i | grep "^#!"; then echo "#!/usr/bin/expect -f" > /tmp/$(basename $i) @@ -243,7 +246,7 @@ %{_fillupdir}/sysconfig.conman %{_bindir}/* %{_sbindir}/* -%{_prefix}/lib/conman +%{_prefix}/share/conman %if 0%{?have_systemd} %{_prefix}/lib/systemd/* %else ++++++ conman-0.3.0.tar.gz -> conman-0.3.1.tar.gz ++++++ ++++ 20007 lines of diff (skipped) ++++++ conman-suse-fix-expect-scripts.patch ++++++ --- /var/tmp/diff_new_pack.3RlGQp/_old 2022-12-15 19:26:14.356409311 +0100 +++ /var/tmp/diff_new_pack.3RlGQp/_new 2022-12-15 19:26:14.360409333 +0100 @@ -1,7 +1,7 @@ -Index: conman-0.2.7/lib/exec/ssh.exp +Index: conman-0.2.7/scripts/exec/ssh.exp =================================================================== ---- conman-0.2.7.orig/lib/exec/ssh.exp -+++ conman-0.2.7/lib/exec/ssh.exp +--- conman-0.2.7.orig/scripts/exec/ssh.exp ++++ conman-0.2.7/scripts/exec/ssh.exp @@ -166,7 +166,7 @@ expect { } exp_continue -continue_timer
