From 684b827f5d011764693b00bed13f04e0bd9ed140 Mon Sep 17 00:00:00 2001 From: jiangheng Date: Tue, 18 Jan 2022 13:00:45 +0800 Subject: [PATCH] add systemd buildrequire --- bind.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index 1e4a628..3691b38 100644 --- a/bind.spec +++ b/bind.spec @@ -30,7 +30,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: MPLv2.0 Version: 9.16.23 -Release: 4 +Release: 5 Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -101,6 +101,7 @@ BuildRequires: python3-ply BuildRequires: findutils sed BuildRequires: libuv-devel BuildRequires: libnsl2 +BuildRequires: systemd %if %{with DLZ} BuildRequires: openldap-devel, libpq-devel, sqlite-devel, mariadb-connector-c-devel %endif @@ -1091,6 +1092,12 @@ fi; %endif %changelog +* Tue Jan 18 2022 jiangheng - 9.16.23-5 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add systemd buildrequire + * Mon Jan 17 2022 jiangheng - 9.16.23-4 - Type:bugfix - CVE:NA