2018-08-23 10:26:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 23 10:01:18 UTC 2018 - eich@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.2.9:
|
|
|
|
- Allowed IPMI defaults to be overridden via libipmiconsole.conf. (#27)
|
|
|
|
- Updated recognized strings for IPMI workaround-flags (FATE#326641).
|
|
|
|
|
2018-07-19 14:01:55 +00:00
|
|
|
-------------------------------------------------------------------
|
2018-08-23 09:48:24 +00:00
|
|
|
Thu Aug 23 09:48:06 UTC 2018 - eich@suse.com
|
|
|
|
|
|
|
|
- Replace
|
|
|
|
If-connect-fails-let-other-side-accept-connection-and-come-back.patch
|
|
|
|
by:
|
|
|
|
Reset-delay-for-unixsock-connect-from-inotify.patch:
|
|
|
|
Upstream chose to fix bsc#1101647 slightly differently.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-07-19 14:01:55 +00:00
|
|
|
Wed Jul 18 13:08:03 UTC 2018 - eich@suse.com
|
|
|
|
|
|
|
|
- If-connect-fails-let-other-side-accept-connection-and-come-back.patch:
|
|
|
|
Make sure conmand connects to a newly created UNIX socket with
|
|
|
|
minimal delay. The implementation uses inotify, however this triggers
|
|
|
|
when the other side bind()s to the socket, however a connection is
|
|
|
|
not possible until the other side calls listen().
|
|
|
|
Thus if the connection fails, reset the poll() timeout to return to
|
|
|
|
connect() as soon as possible (bsc#1101647).
|
|
|
|
- Support %license in a backward compatible way.
|
|
|
|
|
2018-03-08 21:09:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 8 20:14:50 UTC 2018 - eich@suse.com
|
|
|
|
|
|
|
|
- Do not look for the ttyS* group - it should be dialout
|
|
|
|
always (boo#1084571).
|
|
|
|
- Fix shebang - remove /usr/bin/env.
|
|
|
|
|
2018-02-16 23:47:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 16 13:15:00 UTC 2018 - eich@suse.com
|
|
|
|
|
|
|
|
- Add the conman user to the group of the ttyS* devices
|
|
|
|
(boo#1081217).
|
2018-02-17 11:05:48 +00:00
|
|
|
- Only update config file for new user once, save backup
|
|
|
|
copy.
|
2018-02-16 23:47:46 +00:00
|
|
|
|
2018-01-10 21:22:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 10 19:27:27 UTC 2018 - eich@suse.com
|
|
|
|
|
|
|
|
- Fix conman for non-root user:
|
|
|
|
* create rundir
|
|
|
|
* create logdir
|
|
|
|
* set user/group only when set to non-root
|
2018-02-15 16:49:10 +00:00
|
|
|
* fix rundir and logdir in config file on update (boo#1081217).
|
2018-01-10 21:22:38 +00:00
|
|
|
|
2017-11-29 16:21:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 23 13:54:08 UTC 2017 - rbrown@suse.com
|
|
|
|
|
|
|
|
- Replace references to /var/adm/fillup-templates with new
|
|
|
|
%_fillupdir macro (boo#1069468)
|
|
|
|
|
2017-10-09 07:17:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 9 06:39:12 UTC 2017 - eich@suse.com
|
|
|
|
|
|
|
|
- Set usr/group for conman to root/root on SLE12 for backward
|
|
|
|
compatibility.
|
|
|
|
|
2017-10-06 14:31:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 6 13:59:27 UTC 2017 - eich@suse.com
|
|
|
|
|
|
|
|
- Updated to version 0.2.8:
|
|
|
|
* Changed project homepage to <https://dun.github.io/conman/>. (#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.
|
2018-02-15 16:49:10 +00:00
|
|
|
(FATE#324170).
|
2017-10-06 14:31:51 +00:00
|
|
|
|
2017-08-14 14:37:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 14 13:42:48 UTC 2017 - eich@suse.com
|
|
|
|
|
|
|
|
- Enable tcpwrappers on all platforms by default.
|
|
|
|
- Fix systemd-specific conditionals in spec file.
|
|
|
|
- Remove Provides: group/user(): these are only
|
|
|
|
used by conman, there is no intention to provide
|
|
|
|
them to other packages.
|
|
|
|
|
2017-08-14 14:07:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 3 01:50:39 UTC 2017 - jjolly@suse.com
|
|
|
|
|
|
|
|
- conman service configured to start as conman:conman user
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 2 23:01:00 UTC 2017 - jjolly@suse.com
|
|
|
|
|
2017-08-14 15:56:43 +00:00
|
|
|
- conman-suse-fix-expect-scripts.patch:
|
|
|
|
Fixed ssh expect script for SUSE-specific output.
|
2017-08-14 14:07:03 +00:00
|
|
|
|
2017-05-27 13:51:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 8 10:51:34 UTC 2017 - eich@suse.com
|
|
|
|
|
|
|
|
- conman.conf: make differences between openSUSE and SLES explicit.
|
|
|
|
|
2017-02-20 20:16:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 18 15:53:36 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Replace unnecessary %__ macro indirections
|
|
|
|
|
2017-02-02 18:27:41 +00:00
|
|
|
-------------------------------------------------------------------
|
2017-02-17 10:46:09 +00:00
|
|
|
Wed Feb 15 17:48:57 UTC 2017 - eich@suse.com
|
|
|
|
|
|
|
|
- Cleaned up spec file: add generic defines to the top.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-02-02 18:27:41 +00:00
|
|
|
Tue Jan 17 13:53:52 UTC 2017 - eich@suse.com
|
|
|
|
|
|
|
|
- Removed stray file.
|
|
|
|
- Conditionalized support for freeipmi to distro version.
|
|
|
|
- Set use of tcpwrappers to 'off' by default.
|
|
|
|
- Fixed build for pre-systemd versions.
|
|
|
|
|
2017-01-04 16:47:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 4 16:41:33 UTC 2017 - eich@suse.com
|
|
|
|
|
|
|
|
- Removed %clean section.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 21 11:42:38 UTC 2016 - eich@suse.com
|
|
|
|
|
|
|
|
- List directories under /lib explicitely to avoid conflicts
|
|
|
|
with directories for debuginfo.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 14 15:07:19 UTC 2016 - pmladek@suse.com
|
|
|
|
|
|
|
|
- Call %fillup_only without -d parameter. Otherwise, it installed
|
|
|
|
the file into /etc/sysconfig/%{2}/conman because none subdir was
|
|
|
|
not defined.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 7 12:31:49 UTC 2016 - eich@suse.com
|
|
|
|
|
|
|
|
- Initial packaging of conman v 0.2.7.
|
|
|
|
|