From 9c6dee7c394365dff204912ca5b8c15f338e51b39c17b94b15c256cba55181e9 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 7 Feb 2022 10:37:58 +0000 Subject: [PATCH] Accepting request 951547 from home:gmbr3:Active - Add now working CONFIG parameter to sysusers generator OBS-URL: https://build.opensuse.org/request/show/951547 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=256 --- haproxy.changes | 5 +++++ haproxy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/haproxy.changes b/haproxy.changes index eb17948..ba29ca1 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 4 10:13:35 UTC 2022 - Callum Farmer + +- Add now working CONFIG parameter to sysusers generator + ------------------------------------------------------------------- Tue Jan 11 17:20:22 UTC 2022 - mrueckert@suse.de diff --git a/haproxy.spec b/haproxy.spec index 0089992..977fb5e 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -186,7 +186,7 @@ make %{?_smp_mflags} \ %if %{with systemd} make -C admin/systemd PREFIX="%{_prefix}" %if %{with sysusers} -%sysusers_generate_pre %{SOURCE5} haproxy +%sysusers_generate_pre %{SOURCE5} haproxy haproxy-user.conf %endif %endif make admin/halog/halog DEBUG_CFLAGS="%{optflags}" V=1