!18 [sync] PR-16: 【openEuler-22.03-LTS-Next】Add BuildRequires:systemd-devel for option idle-timeout
From: @openeuler-sync-bot Reviewed-by: @HuaxinLuGitee Signed-off-by: @HuaxinLuGitee
This commit is contained in:
commit
26bd80ded2
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: gssproxy
|
Name: gssproxy
|
||||||
Version: 0.9.1
|
Version: 0.9.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: GSSAPI Proxy
|
Summary: GSSAPI Proxy
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/gssapi/gssproxy
|
URL: https://github.com/gssapi/gssproxy
|
||||||
@ -22,6 +22,8 @@ Conflicts: selinux-policy < 3.13.1-283.5
|
|||||||
|
|
||||||
BuildRequires: autoconf automake libtool m4 libxslt libxml2 docbook-style-xsl doxygen findutils systemd-units git popt-devel
|
BuildRequires: autoconf automake libtool m4 libxslt libxml2 docbook-style-xsl doxygen findutils systemd-units git popt-devel
|
||||||
BuildRequires: gettext-devel pkgconfig krb5-devel >= 1.12.0 libselinux-devel keyutils-libs-devel libini_config-devel >= 1.2.0 libverto-devel
|
BuildRequires: gettext-devel pkgconfig krb5-devel >= 1.12.0 libselinux-devel keyutils-libs-devel libini_config-devel >= 1.2.0 libverto-devel
|
||||||
|
# for gssuserproxy.service --idle-timeout
|
||||||
|
BuildRequires: systemd-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a proxy for GSSAPI which deals with credential handling
|
This is a proxy for GSSAPI which deals with credential handling
|
||||||
@ -89,6 +91,9 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache
|
|||||||
%{_mandir}/man8/gssproxy-mech.8*
|
%{_mandir}/man8/gssproxy-mech.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 10 2023 yixiangzhike <yixiangzhike007@163.com> - 0.9.1-2
|
||||||
|
- add BuildRequires:systemd-devel for option idle-timeout
|
||||||
|
|
||||||
* Mon Oct 24 2022 yixiangzhike <yixiangzhike007@163.com> - 0.9.1-1
|
* Mon Oct 24 2022 yixiangzhike <yixiangzhike007@163.com> - 0.9.1-1
|
||||||
- update to 0.9.1
|
- update to 0.9.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user