From 575b22fc24057b6b488aa5f28a035ea0da329c8bf1586f4cb7b3354138f4a560 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 6 Oct 2017 14:31:51 +0000 Subject: [PATCH] Accepting request 532245 from home:eeich:branches:network:cluster - Updated to version 0.2.8: * Changed project homepage to . (#21) * Changed conman.conf default loopback setting to ON. * Changed rpm spec file from sysvinit to systemd. * Added 'server nofile' config directive to increase NOFILE limit. (#17) * Added '-P' cmdline opt to daemon for specifying pidfile. (#20) * Added test console device to aid in development and testing. * Fixed telnet option negotiation loop. (#9) * Fixed arbitrary limit on number of IPMI SOL consoles. (#15) * Fixed 4-character limit on timezones. (#16) * Fixed 1-second delay when connecting the client to a console. * Fixed UDS console reconnect delay to use exponential timeout. * Fixed UDS console reconnect delay to require min connect time before reset. * Fixed UDS console resource leak of pathname during config processing. * Fixed all gcc, clang, and Coverity Scan warnings. * Improved scalability of daemon. OBS-URL: https://build.opensuse.org/request/show/532245 OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=13 --- conman-0.2.7.tar.bz2 | 3 --- conman-0.2.8.tar.gz | 3 +++ conman-suse-fix-expect-scripts.patch | 4 ++-- conman.changes | 20 ++++++++++++++++++++ conman.spec | 11 ++++++----- 5 files changed, 31 insertions(+), 10 deletions(-) delete mode 100644 conman-0.2.7.tar.bz2 create mode 100644 conman-0.2.8.tar.gz diff --git a/conman-0.2.7.tar.bz2 b/conman-0.2.7.tar.bz2 deleted file mode 100644 index ecd37ca..0000000 --- a/conman-0.2.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcf31f06bbb13245f2cf3595d867f26440b73793cfe837831aec37d7276c0c9e -size 209589 diff --git a/conman-0.2.8.tar.gz b/conman-0.2.8.tar.gz new file mode 100644 index 0000000..e8ac1f3 --- /dev/null +++ b/conman-0.2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2a4b6a48e09afd51e451729a48217e6b5b55d2087b7fcb545ee4b755dba224 +size 239757 diff --git a/conman-suse-fix-expect-scripts.patch b/conman-suse-fix-expect-scripts.patch index 4fde5d6..3778d1e 100644 --- a/conman-suse-fix-expect-scripts.patch +++ b/conman-suse-fix-expect-scripts.patch @@ -2,7 +2,7 @@ Index: conman-0.2.7/lib/exec/ssh.exp =================================================================== --- conman-0.2.7.orig/lib/exec/ssh.exp +++ conman-0.2.7/lib/exec/ssh.exp -@@ -168,7 +168,7 @@ expect { +@@ -166,7 +166,7 @@ expect { } exp_continue -continue_timer } @@ -11,7 +11,7 @@ Index: conman-0.2.7/lib/exec/ssh.exp if {$authenticated == 0} { send "$pswd\r" incr authenticated -@@ -178,7 +178,7 @@ expect { +@@ -176,7 +176,7 @@ expect { exit 1 } } diff --git a/conman.changes b/conman.changes index f9cceab..7c9cf89 100644 --- a/conman.changes +++ b/conman.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Oct 6 13:59:27 UTC 2017 - eich@suse.com + +- Updated to version 0.2.8: + * Changed project homepage to . (#21) + * Changed conman.conf default loopback setting to ON. + * Changed rpm spec file from sysvinit to systemd. + * Added 'server nofile' config directive to increase NOFILE limit. (#17) + * Added '-P' cmdline opt to daemon for specifying pidfile. (#20) + * Added test console device to aid in development and testing. + * Fixed telnet option negotiation loop. (#9) + * Fixed arbitrary limit on number of IPMI SOL consoles. (#15) + * Fixed 4-character limit on timezones. (#16) + * Fixed 1-second delay when connecting the client to a console. + * Fixed UDS console reconnect delay to use exponential timeout. + * Fixed UDS console reconnect delay to require min connect time before reset. + * Fixed UDS console resource leak of pathname during config processing. + * Fixed all gcc, clang, and Coverity Scan warnings. + * Improved scalability of daemon. + ------------------------------------------------------------------- Mon Aug 14 13:42:48 UTC 2017 - eich@suse.com diff --git a/conman.spec b/conman.spec index de9c34b..84ed4da 100644 --- a/conman.spec +++ b/conman.spec @@ -33,7 +33,7 @@ %endif Name: conman -Version: 0.2.7 +Version: 0.2.8 Release: 0 Summary: The Console Manager @@ -48,7 +48,7 @@ BuildRequires: tcpd-devel %if 0%{?have_freeipmi} BuildRequires: freeipmi-devel %endif -Source0: https://github.com/dun/conman/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 +Source0: https://github.com/dun/conman/archive/%{name}-%{version}.tar.gz Source1: %{name}.service %if 0%{?have_systemd} BuildRequires: systemd @@ -80,7 +80,7 @@ Its features include: - broadcasting client output to multiple consoles %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-%{name}-%{version} %patch1 -p1 %build @@ -167,12 +167,13 @@ exit 0 %files %defattr(-,root,root,-) %doc AUTHORS -%doc ChangeLog -%doc COPYING %doc DISCLAIMER* %doc FAQ +%doc COPYING %doc NEWS %doc README +%doc PLATFORMS +%doc README.md %doc THANKS %config(noreplace) %attr(-,%conman_u,%conman_g) %{_sysconfdir}/conman.conf %config(noreplace) %{_sysconfdir}/logrotate.d/conman