SHA256
1
0
forked from pool/haproxy

Accepting request 546033 from home:darix:branches:server:http

- [apparmor]: allow haproxy to restart itself. needed for seamless
  restart. also reload the apparmor profile on update.

- enable network namespaces on 42.3
- Enabled systemd notify mode: new BR: pkgconfig(libsystemd)
  This fixes problems with starting 1.8 on 42.3.
- apply build option changes as adviced by upstream

- Update to version 1.8.0:
  https://www.mail-archive.com/haproxy@formilux.org/msg28004.html

OBS-URL: https://build.opensuse.org/request/show/546033
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=150
This commit is contained in:
Kristoffer Gronlund
2017-11-27 15:03:06 +00:00
committed by Git OBS Bridge
parent 975a98b286
commit e4707d93a4
7 changed files with 56 additions and 31 deletions

View File

@@ -1,10 +1,10 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
<param name="url">http://git.haproxy.org/git/haproxy-1.8.git</param>
<param name="scm">git</param>
<param name="filename">haproxy</param>
<param name="versionformat">1.7.9</param>
<param name="revision">v1.7.9</param>
<param name="versionformat">1.8.0</param>
<param name="revision">v1.8.0</param>
<param name="changesgenerate">enable</param>
</service>