!58 删除重复sssd-example.cnf文件

From: @zhouchenchen123 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
This commit is contained in:
openeuler-ci-bot 2022-11-22 15:09:12 +00:00 committed by Gitee
commit 3142e4a0f2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: sssd Name: sssd
Version: 2.6.1 Version: 2.6.1
Release: 3 Release: 4
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/
@ -183,6 +183,7 @@ sed -i -e 's:/usr/bin/python:/usr/bin/python3:' src/tools/sss_obfuscate
# install default sssd.conf file # install default sssd.conf file
install -m600 src/examples/sssd-example.conf $RPM_BUILD_ROOT%{_sysconfdir}/sssd/sssd.conf install -m600 src/examples/sssd-example.conf $RPM_BUILD_ROOT%{_sysconfdir}/sssd/sssd.conf
install -m644 src/examples/sssd-example.conf $RPM_BUILD_ROOT%{_pkgdocdir}
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d
install -m644 src/examples/logrotate $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/sssd install -m644 src/examples/logrotate $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/sssd
@ -273,7 +274,6 @@ done
%files -f sssd.lang %files -f sssd.lang
%license COPYING %license COPYING
%license src/sss_client/COPYING.LESSER %license src/sss_client/COPYING.LESSER
%doc src/examples/sssd-example.conf
%{_sbindir}/sssd %{_sbindir}/sssd
%{_unitdir}/sssd.service %{_unitdir}/sssd.service
%{_unitdir}/sssd-autofs.socket %{_unitdir}/sssd-autofs.socket
@ -512,6 +512,9 @@ fi
%systemd_postun_with_restart sssd.service %systemd_postun_with_restart sssd.service
%changelog %changelog
* Tue Nov 22 2022 zhouchenchen <zhouchenchen@huawei.com> - 2.6.1-4
- delete duplicate file sssd-example.conf
* Mon Sep 26 2022 zhujianwei001 <zhujianwei7@huawei.com> - 2.6.1-3 * Mon Sep 26 2022 zhujianwei001 <zhujianwei7@huawei.com> - 2.6.1-3
- delete broken link - delete broken link