From 562c0b9a10a82cd77cda04e2514c1b2b0b752d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Thu, 2 Jun 2022 13:38:30 +0200 Subject: [PATCH] sssd-2.7.1-1: Rebase to latest upstream release --- .gitignore | 1 + sources | 2 +- sssd.spec | 16 ++++++++++------ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index ae48f4e..015d5b0 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ sssd-1.2.91.tar.gz /sssd-2.6.2.tar.gz /sssd-2.6.3.tar.gz /sssd-2.7.0.tar.gz +/sssd-2.7.1.tar.gz diff --git a/sources b/sources index 3a08303..d0a3c9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sssd-2.7.0.tar.gz) = 578ee5b5a0160fce2ea9269d6082a6517ee63cd9ea8ea8a202f1a5d7783ae0f02d18a8a32a48dc8773e1a9d28093c9256d8d26d42a2facf20b57cadf419a854c +SHA512 (sssd-2.7.1.tar.gz) = 12b5972512488ce3588406511f5414ccec2d8042655bc9e04bc4acf3dbbe9679d6288b50e38e9c06280564b76cff7268ed4b44ae2692cd2a989f4edbe717884a diff --git a/sssd.spec b/sssd.spec index fa97206..75acc00 100644 --- a/sssd.spec +++ b/sssd.spec @@ -42,12 +42,12 @@ %global samba_package_version %(rpm -q samba-devel --queryformat %{version}-%{release}) Name: sssd -Version: 2.7.0 +Version: 2.7.1 Release: 1%{?dist} Summary: System Security Services Daemon License: GPLv3+ URL: https://github.com/SSSD/sssd/ -Source0: https://github.com/SSSD/sssd/releases/download/2.7.0/sssd-2.7.0.tar.gz +Source0: https://github.com/SSSD/sssd/releases/download/2.7.1/sssd-2.7.1.tar.gz ### Patches ### @@ -306,7 +306,6 @@ License: GPLv3+ Requires: samba-client-libs >= %{samba_package_version} Requires: sssd-common = %{version}-%{release} Requires: sssd-krb5-common = %{version}-%{release} -Requires: sssd-idp = %{version}-%{release} Requires: libipa_hbac%{?_isa} = %{version}-%{release} Requires: libsss_certmap = %{version}-%{release} Recommends: bind-utils @@ -499,13 +498,14 @@ An implementation of a Kerberos KCM server. Use this package if you want to use the KCM: Kerberos credentials cache. %package idp -Summary: Kerberos plugins for external identity providers. +Summary: Kerberos plugins and OIDC helper for external identity providers. License: GPLv3+ Requires: sssd-common = %{version}-%{release} %description idp This package provides Kerberos plugins that are required to enable -authentication against external identity providers. +authentication against external identity providers. Additionally a helper +program to handle the OAuth 2.0 Device Authorization Grant is provided. %prep %autosetup -p1 @@ -593,7 +593,7 @@ rm -Rf ${RPM_BUILD_ROOT}/%{_docdir}/%{name} # Older versions of rpmbuild can only handle one -f option # So we need to append to the sssd*.lang file -for file in `ls $RPM_BUILD_ROOT/%{python3_sitelib}/*.egg-info 2> /dev/null` +for file in `find $RPM_BUILD_ROOT/%{python3_sitelib} -maxdepth 1 -name "*.egg-info" 2> /dev/null` do echo %{python3_sitelib}/`basename $file` >> python3_sssdconfig.lang done @@ -872,6 +872,7 @@ done %{_mandir}/man8/pam_sss.8* %{_mandir}/man8/pam_sss_gss.8* %{_mandir}/man8/sssd_krb5_locator_plugin.8* +%{_mandir}/man8/sssd_krb5_localauth_plugin.8* %files -n libsss_sudo %license src/sss_client/COPYING @@ -1057,6 +1058,9 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Thu Jun 2 2022 Pavel Březina - 2.7.1-1 +- Rebase to SSSD 2.7.1 + * Thu Apr 14 2022 Pavel Březina - 2.7.0-1 - Rebase to SSSD 2.7.0