24 Commits

Author SHA256 Message Date
Lars Vogdt
e5b107201c - systemd service file changes:
+ start after syslog.target network.target
  + switch from /var/run to /run
  + ignore EnvironmentFile, if it does not exist (use default values 
    given in service file in this case)

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=21
2023-04-30 14:13:42 +00:00
37b8da4e44 Accepting request 843894 from home:illuusio
- Update to version 1.0.19.1
- Bugfixes
  * Fixing compiler warnings and incorporating security scan results
  * Dropped OSX from automated testing
  * Various fixes from the community

OBS-URL: https://build.opensuse.org/request/show/843894
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=20
2020-10-29 16:19:57 +00:00
Tuukka Pasanen
3570ca1ed0 SuSEfirewall2.d is wiped away from tumbleweed
OBS-URL: https://build.opensuse.org/package/show/home:illuusio/gearmand?expand=0&rev=14
2020-10-22 13:14:14 +00:00
Tuukka Pasanen
bba3491b5d Update to Gearmand 1.1.19.1
OBS-URL: https://build.opensuse.org/package/show/home:illuusio/gearmand?expand=0&rev=13
2020-10-22 09:11:13 +00:00
Tuukka Pasanen
344e5146b6 Remove missed %if
OBS-URL: https://build.opensuse.org/package/show/home:illuusio/gearmand?expand=0&rev=12
2019-04-07 15:02:13 +00:00
Tuukka Pasanen
628eacba4e Make Leap 42.3 and 15.0 to build
OBS-URL: https://build.opensuse.org/package/show/home:illuusio/gearmand?expand=0&rev=11
2019-04-07 15:00:18 +00:00
Darin Perusich
53d67d7e96 Accepting request 637659 from home:illuusio
New try with minimal changes to get 1.0.18 version with SSL support.

- Update to version 1.0.18
- Bugfixes
  * HTTP protocol bug fix
  * configure.sh accepts -o flag
  * Build and test cleanly on OS X with latest xcode
  * Redis fixed for items larger than 64 bytes #129
  * Various memcached plugin bugfixes
  * Shellcheck passes for bootstrap.sh
  * Fixes to HTTP protocol plugin and background jobs
  * Redis queue plugin refactored
  * TCP Keepalive settings are properly respected
  * Various fixes for stricter C++11 compilation
  * Changed from CYaSSL to WolfSSL
  * Various fixes to memcached queue plugin
  * 2016-12-26 Fix specfile for renamed README
  * 2016-12-26 Update readme md (#66)
  * 2016-12-14 remove gearmand text command shutdown (#40)
  * 2016-12-14 Added "prioritystatus" command to display queued jobs
    broken down by priority.
  * 2016-11-22 bug fixing: instead of undefined
  * 2016-11-22 bsd portable shebang
  * 2016-11-19 Ignore tarballs built as a result of 'make dist'
  * This includes significant fixes for the redis queue backend,
    and various minor bug fixes. See changelog in tarballs for details.

OBS-URL: https://build.opensuse.org/request/show/637659
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=19
2018-09-24 14:55:55 +00:00
Lars Vogdt
eac4097715 Accepting request 436149 from home:flavio_castelli:branches:server:monitoring
Update to latest release. Add subpackages for redis and libmemcache queues

OBS-URL: https://build.opensuse.org/request/show/436149
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=18
2016-11-09 11:54:42 +00:00
Ruediger Oertel
ed6080cabb - add install section to gearmand.service
- remove '=' from commandline in gearmand.service which prevents
  variable expansion

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=17
2016-02-24 16:36:48 +00:00
Lars Vogdt
263d0ca526 - use /etc/sysconfig/gearmand also for systemd file
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=16
2014-12-15 14:49:40 +00:00
Lars Vogdt
4869ca6482 Accepting request 263602 from home:jsjhb:branches:server:monitoring
- instead of using /var/run use _rundir macro 

- prepare gearmand for use with systemd: add service file
- create directory in /var/run using tmpfiles.d 
- Fix useradd invocation: -o is useless without -u and newer
  versions of pwdutils/shadowutils fail on this now.

OBS-URL: https://build.opensuse.org/request/show/263602
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=15
2014-12-15 12:01:45 +00:00
Lars Vogdt
d0f19cc3a8 - update to 1.0.6:
+ strlen() of zero on name passed for instance did not result in a 
    connection to localhost (which the php driver thought would happen).
  + Fix regression in log not updating time on all platforms.
  + Fix issue where pecl php wasn't passing a null string to get 
    default host
  + Fix for log_fn
  + Added --coredump flag to gearmand
  + Removed result type enum, since the structure is never exposed 
    to the user this was of limited use.
  + Assorted bug fixes.
- removed upstreamed gearmand-enable_listen_directive.patch
- removed gearmand-add_braces.patch handled upstream

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=14
2013-07-10 14:22:56 +00:00
Lars Vogdt
5cbbedbd39 - added GEARMAND_OPTS in init script and sysconfig file
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=13
2013-02-23 17:11:32 +00:00
Lars Vogdt
d7b62b6964 - also allow port 4730 UDP
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=12
2013-02-23 16:42:55 +00:00
Lars Vogdt
9bb4b977b0 - include SuSEfirewall2 service definition file
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=11
2013-02-22 18:12:17 +00:00
Lars Vogdt
ba199a323c package home directory
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=10
2013-02-22 16:15:16 +00:00
Lars Vogdt
3ea2d7046e - added gearmand-enable_listen_directive.patch
(see https://bugs.launchpad.net/gearmand/+bug/1127347)

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=9
2013-02-22 16:13:50 +00:00
Lars Vogdt
de2f152bbc fix build on newer distributions
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=8
2013-02-18 15:49:13 +00:00
Lars Vogdt
52faef6005 - updated to 1.0.3 with many changes since 0.14 release
(please refer to /usr/share/doc/packages/gearmand/ChangeLog)
- splitted the package into pieces:
  + libgearman7 (pure library package)
  + gearmand-server (basic server package)
  + gearmand-server-{mysql,postgresql,sqlite3} containing the 
    server binaries with their dependencies to the databases.
    Using update-alternatives to move the "right" binary into 
    /usr/sbin/gearmand during init
  + gearmand-tools containing cmdline tools for management of the 
    server (can be installed on a separate machine)
  + gearmand-doc containing developer documentation
  + gearmand-devel containing header files
- added gearmand-add_braces.patch

- removed startproc from init-script
- moved pidfile into own directory that gearmand-user can create it

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=6
2013-02-17 16:05:52 +00:00
Lars Vogdt
2e784bd371 no libpqxx-devel on SLE11
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=5
2012-12-19 09:32:23 +00:00
Lars Vogdt
7f0505c34d ignore libtool wrapper in example files
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=4
2012-12-19 09:30:25 +00:00
Lars Vogdt
88ac69bc06 - update to 1.1.3
- init script creates piddir now
- splitted into different subpackages

-> package needs to be tested before we can publish it: publishing disabled for now

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=3
2012-12-18 18:16:53 +00:00
Lars Vogdt
5e10275aef Accepting request 145661 from home:cschneemann:branches:server:monitoring
OBS-URL: https://build.opensuse.org/request/show/145661
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=2
2012-12-17 15:29:42 +00:00
Lars Vogdt
a1070459da Accepting request 116703 from home:lrupp
needed for mod_gearman

OBS-URL: https://build.opensuse.org/request/show/116703
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/gearmand?expand=0&rev=1
2012-05-08 09:08:34 +00:00