Resolves: rhbz#1803943 - [RFE] support subid ranges managed by FreeIPA
This commit is contained in:
parent
7b6882ef34
commit
76fe5d637c
1817
0001-Basics-of-subid-ranges-support-for-IPA-provider.patch
Normal file
1817
0001-Basics-of-subid-ranges-support-for-IPA-provider.patch
Normal file
File diff suppressed because it is too large
Load Diff
11
sssd.spec
11
sssd.spec
@ -27,13 +27,14 @@
|
||||
|
||||
Name: sssd
|
||||
Version: 2.5.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: System Security Services Daemon
|
||||
License: GPLv3+
|
||||
URL: https://github.com/SSSD/sssd/
|
||||
Source0: https://github.com/SSSD/sssd/releases/download/2.5.2/sssd-2.5.2.tar.gz
|
||||
|
||||
### Patches ###
|
||||
Patch0001: 0001-Basics-of-subid-ranges-support-for-IPA-provider.patch
|
||||
|
||||
### Dependencies ###
|
||||
|
||||
@ -119,6 +120,7 @@ BuildRequires: systemd-devel
|
||||
BuildRequires: systemtap-sdt-devel
|
||||
BuildRequires: uid_wrapper
|
||||
BuildRequires: po4a
|
||||
BuildRequires: shadow-utils-subid-devel
|
||||
|
||||
%description
|
||||
Provides a set of daemons to manage access to remote directories and
|
||||
@ -500,6 +502,7 @@ autoreconf -ivf
|
||||
--with-sssd-user=%{sssd_user} \
|
||||
--with-syslog=journald \
|
||||
--with-test-dir=/dev/shm \
|
||||
--with-subid \
|
||||
%if 0%{?fedora}
|
||||
--enable-files-domain \
|
||||
--disable-polkit-rules-path \
|
||||
@ -806,6 +809,7 @@ done
|
||||
%files client -f sssd_client.lang
|
||||
%license src/sss_client/COPYING src/sss_client/COPYING.LESSER
|
||||
%{_libdir}/libnss_sss.so.2
|
||||
%{_libdir}/libsubid_sss.so
|
||||
%{_libdir}/security/pam_sss.so
|
||||
%{_libdir}/security/pam_sss_gss.so
|
||||
%{_libdir}/krb5/plugins/libkrb5/sssd_krb5_locator_plugin.so
|
||||
@ -1013,7 +1017,10 @@ fi
|
||||
%systemd_postun_with_restart sssd.service
|
||||
|
||||
%changelog
|
||||
* Fri Jul 16 2021 Alexey Tikhonov <atikhono@redhat.com> - 2.5.2-1
|
||||
* Mon Aug 02 2021 Alexey Tikhonov <atikhono@redhat.com> - 2.5.2-2
|
||||
- Resolves: rhbz#1803943 - [RFE] support subid ranges managed by FreeIPA
|
||||
|
||||
* Fri Jul 16 2021 Alexey Tikhonov <atikhono@redhat.com> - 2.5.2-1
|
||||
- Resolves: rhbz#1952922 - Rebase SSSD for RHEL 9-Beta
|
||||
- Resolves: rhbz#1975691 - covscan NULL pointer dereference cache_req_data_create()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user