Commit Graph

24 Commits

Author SHA256 Message Date
648f73acb7 Accepting request 637200 from home:eeich:branches:network:cluster
- Add Requires(post): %fillup_prereq sed.

OBS-URL: https://build.opensuse.org/request/show/637200
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=33
2018-09-22 17:37:28 +00:00
aa8723f5c5 - Fix variable dereferencing: check for validity.
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=31
2018-08-23 10:59:55 +00:00
033dc54768 - 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).

OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=30
2018-08-23 10:26:18 +00:00
3317d2586d - 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.

OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=29
2018-08-23 09:48:24 +00:00
d6056244f7 Accepting request 624088 from home:eeich:branches:network:cluster
- 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.

OBS-URL: https://build.opensuse.org/request/show/624088
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=27
2018-07-19 14:01:55 +00:00
88ac25c576 Accepting request 584535 from home:eeich:branches:network:cluster
- Do not look for the ttyS* group - it should be dialout
  always (boo#1084571).
- Fix shebang - remove /usr/bin/env.

OBS-URL: https://build.opensuse.org/request/show/584535
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=25
2018-03-08 21:09:39 +00:00
c15b3b7c58 Accepting request 577586 from home:eeich:branches:network:cluster
- Only update config file for new user once, save backup
  copy.

OBS-URL: https://build.opensuse.org/request/show/577586
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=23
2018-02-17 11:05:48 +00:00
03841e12c5 Accepting request 577502 from home:eeich:branches:network:cluster
- Add the conman user to the group of the ttyS* devices
  (boo#1081217).

OBS-URL: https://build.opensuse.org/request/show/577502
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=22
2018-02-16 23:47:46 +00:00
37588568f4 * fix rundir and logdir in config file on update (boo#1081217).
(FATE#324170).

OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=21
2018-02-15 16:49:10 +00:00
19e3b46f49 Accepting request 563618 from home:eeich:branches:network:cluster
- Added an update message if configuration was changed automatically.

OBS-URL: https://build.opensuse.org/request/show/563618
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=20
2018-01-11 15:30:21 +00:00
8fd32a3697 Accepting request 563443 from home:eeich:branches:network:cluster
- Fix conman for non-root user:
  * create rundir
  * create logdir
  * set user/group only when set to non-root
  * fix rundir and logdir in config file on update.

OBS-URL: https://build.opensuse.org/request/show/563443
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=19
2018-01-10 21:22:38 +00:00
38ad2c2b41 Accepting request 544836 from home:RBrownSUSE:branches:network:cluster
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/544836
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=17
2017-11-29 16:21:27 +00:00
05bed25180 Accepting request 532653 from home:eeich:branches:network:cluster
- Set usr/group for conman to root/root on SLE12 for backward
  compatibility.

OBS-URL: https://build.opensuse.org/request/show/532653
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=15
2017-10-09 07:17:36 +00:00
575b22fc24 Accepting request 532245 from home:eeich:branches:network:cluster
- 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.

OBS-URL: https://build.opensuse.org/request/show/532245
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=13
2017-10-06 14:31:51 +00:00
008114ff0c - conman-suse-fix-expect-scripts.patch:
Fixed ssh expect script for SUSE-specific output.

OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=11
2017-08-14 15:56:43 +00:00
11b0448988 Accepting request 516895 from home:eeich:branches:network:cluster
- Fix build.

OBS-URL: https://build.opensuse.org/request/show/516895
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=10
2017-08-14 15:51:06 +00:00
f1669729f3 Accepting request 516882 from home:eeich:branches:network:cluster
- 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.

OBS-URL: https://build.opensuse.org/request/show/516882
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=9
2017-08-14 14:37:52 +00:00
01e90b5362 Accepting request 500809 from home:jjolly:hpc
The conman service now starts up as the conman:conman user/group

OBS-URL: https://build.opensuse.org/request/show/500809
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=8
2017-08-14 14:07:03 +00:00
2fca354d9f Accepting request 493429 from home:eeich:branches:network:cluster
- conman.conf: make differences between openSUSE and SLES explicit.

OBS-URL: https://build.opensuse.org/request/show/493429
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=6
2017-05-27 13:51:36 +00:00
Dominique Leuenberger
a48306c4f7 Accepting request 459326 from network:cluster
OBS-URL: https://build.opensuse.org/request/show/459326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conman?expand=0&rev=1
2017-03-04 15:37:02 +00:00
ac5a5237a5 Accepting request 458908 from home:jengelh:branches:network:cluster
- Replace unnecessary %__ macro indirections

OBS-URL: https://build.opensuse.org/request/show/458908
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=4
2017-02-20 20:16:02 +00:00
78dd721af1 Accepting request 457512 from home:eeich:branches:network:cluster
- Cleaned up spec file: add generic defines to the top.

OBS-URL: https://build.opensuse.org/request/show/457512
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=3
2017-02-17 10:46:09 +00:00
Corot Sebastien
fd75eacdcb Accepting request 451005 from home:eeich:branches:network:cluster
- Removed stray file.
- Conditionalized support for freeipmi to distro version.
- Set use of tcpwrappers to 'off' by default.
- Fixed build for pre-systemd versions.

OBS-URL: https://build.opensuse.org/request/show/451005
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=2
2017-02-02 18:27:41 +00:00
a91061cb55 - Initial packaging of conman v 0.2.7.
OBS-URL: https://build.opensuse.org/package/show/network:cluster/conman?expand=0&rev=1
2017-01-04 16:47:22 +00:00