!80 修复oidc_child的rpath编译选项问题
From: @zhouchenchen123 Reviewed-by: @HuaxinLuGitee Signed-off-by: @HuaxinLuGitee
This commit is contained in:
commit
7f3fa29bfe
@ -1,6 +1,6 @@
|
|||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 2.8.2
|
Version: 2.8.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
License: GPLv3+ and LGPLv3+
|
License: GPLv3+ and LGPLv3+
|
||||||
URL: https://pagure.io/SSSD/sssd/
|
URL: https://pagure.io/SSSD/sssd/
|
||||||
@ -243,6 +243,7 @@ chrpath -d $RPM_BUILD_ROOT%{_libexecdir}/sssd/sssd_sudo
|
|||||||
chrpath -d $RPM_BUILD_ROOT%{_libexecdir}/sssd/sssd_autofs
|
chrpath -d $RPM_BUILD_ROOT%{_libexecdir}/sssd/sssd_autofs
|
||||||
chrpath -d $RPM_BUILD_ROOT%{_libexecdir}/sssd/p11_child
|
chrpath -d $RPM_BUILD_ROOT%{_libexecdir}/sssd/p11_child
|
||||||
chrpath -d $RPM_BUILD_ROOT%{_libexecdir}/sssd/sssd_nss
|
chrpath -d $RPM_BUILD_ROOT%{_libexecdir}/sssd/sssd_nss
|
||||||
|
chrpath -d $RPM_BUILD_ROOT%{_libexecdir}/sssd/oidc_child
|
||||||
chrpath -d $RPM_BUILD_ROOT%{_libexecdir}/sssd/sssd_be
|
chrpath -d $RPM_BUILD_ROOT%{_libexecdir}/sssd/sssd_be
|
||||||
chrpath -d $RPM_BUILD_ROOT%{_libexecdir}/sssd/sssd_ssh
|
chrpath -d $RPM_BUILD_ROOT%{_libexecdir}/sssd/sssd_ssh
|
||||||
chrpath -d $RPM_BUILD_ROOT%{_bindir}/sss_ssh_authorizedkeys
|
chrpath -d $RPM_BUILD_ROOT%{_bindir}/sss_ssh_authorizedkeys
|
||||||
@ -531,6 +532,9 @@ fi
|
|||||||
%systemd_postun_with_restart sssd.service
|
%systemd_postun_with_restart sssd.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 07 2023 zhouchenchen123 <zhouchenchen@huawei.com> - 2.8.2-3
|
||||||
|
- move oidc_child rpath build
|
||||||
|
|
||||||
* Wed Feb 22 2023 zhouchenchen <zhouchenchen@huawei.com> - 2.8.2-2
|
* Wed Feb 22 2023 zhouchenchen <zhouchenchen@huawei.com> - 2.8.2-2
|
||||||
- add buildrequires dbus-devel
|
- add buildrequires dbus-devel
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user