SHA256
1
0
forked from pool/conman

Accepting request 1043085 from network:cluster

OBS-URL: https://build.opensuse.org/request/show/1043085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conman?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2022-12-15 18:25:45 +00:00 committed by Git OBS Bridge
commit f671eca788
5 changed files with 33 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51d379187028317784305588ce3770e66d56c201c3d98afbf823eac039f4583c
size 240855

3
conman-0.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd47d3d9a72579b470dd73d85cd3fec606fa5659c728ff3c1c57e970f4da72a2
size 169716

View File

@ -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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Dec 12 13:33:27 UTC 2022 - Antoine Ginies <aginies@suse.com>
- 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
-------------------------------------------------------------------
Fri Oct 15 16:11:42 UTC 2021 - Egbert Eich <eich@suse.com>

View File

@ -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 @@ BuildRequires: freeipmi-devel
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 @@ Its features include:
%patch1 -p1
%build
./bootstrap
%configure --with-tcp-wrappers \
%if 0%{?have_freeipmi}
--with-freeipmi \
@ -123,9 +126,9 @@ ln -s %{_sysconfdir}/init.d/conman %{buildroot}%{_sbindir}/rcconman
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)
@ -218,9 +221,9 @@ touch %_localstatedir/lib/conman/%migrated || :
%endif
%if 0%{?sle_version} > 120200 || 0%{?suse_version} > 1320
%define files_license %license
%else
%define files_license %doc
%define files_license %license
%else
%define files_license %doc
%endif
%files
@ -243,7 +246,7 @@ touch %_localstatedir/lib/conman/%migrated || :
%{_fillupdir}/sysconfig.conman
%{_bindir}/*
%{_sbindir}/*
%{_prefix}/lib/conman
%{_prefix}/share/conman
%if 0%{?have_systemd}
%{_prefix}/lib/systemd/*
%else