delete duplicate file sssd-example.conf
This commit is contained in:
parent
1a5a1263d1
commit
0cbca9586b
@ -1,6 +1,6 @@
|
|||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 2.2.2
|
Version: 2.2.2
|
||||||
Release: 10
|
Release: 12
|
||||||
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/
|
||||||
@ -221,6 +221,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
|
||||||
@ -317,7 +318,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
|
||||||
@ -585,6 +585,9 @@ fi
|
|||||||
%{_libdir}/%{name}/modules/libwbclient.so
|
%{_libdir}/%{name}/modules/libwbclient.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 19 2022 zhouchenchen <zhouchenchen@huawei.com> - 2.2.2-12
|
||||||
|
- delete duplicate file sssd-example.conf
|
||||||
|
|
||||||
* Tue Aug 31 2021 fuanan <fuanan3@huawei.com> - 2.2.2-10
|
* Tue Aug 31 2021 fuanan <fuanan3@huawei.com> - 2.2.2-10
|
||||||
- Type:CVE
|
- Type:CVE
|
||||||
- ID:CVE-2021-3621
|
- ID:CVE-2021-3621
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user