diff --git a/authz.spec b/authz.spec index c36df2321cc78b65ecfa56c0e9177cf36fd98e74..1ad79757cb54c37c440c01fa57694488912ab452 100644 --- a/authz.spec +++ b/authz.spec @@ -2,7 +2,7 @@ Name: authz Version: 0.1 -Release: 27 +Release: 28 Summary: a isula auth plugin for RBAC License: Mulan PSL v2 URL: https://gitee.com/openeuler/authz @@ -18,6 +18,8 @@ Patch0005: authz-sw.patch #Dependency BuildRequires: golang >= 1.8 BuildRequires: glibc-static +#Ensure systemd macros +BuildRequires: systemd %description Work with isulad daemon that enables TLS. It brings the support of RBAC. @@ -78,6 +80,9 @@ chmod 0640 /var/lib/authz-broker/policy.json rm -rfv %{buildroot} %changelog +* Wed Dec 14 2022 yangjiaqi - 0.1-28 +- add systemd buildRequires + * Tue Oct 18 2022 wuzx - 0.1-27 - add sw64 patch