e4707d93a4
- [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
20 lines
615 B
Plaintext
20 lines
615 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<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.8.0</param>
|
|
<param name="revision">v1.8.0</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">haproxy*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">haproxy</param>
|
|
</service>
|
|
</services>
|