Compare commits

...

10 Commits

Author SHA1 Message Date
Miro Hrončok d3ba8fb11a BuildRequire python3-setuptools with Python 3.12+
distutils was removed from the Python standard library,
but setuptools can be used instead.

See https://peps.python.org/pep-0632/
2023-03-31 21:06:41 +02:00
Stephen Gallagher 52b92253b5
Rebuild against libunistring 1.1
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2023-01-26 10:24:04 -05:00
Fedora Release Engineering d754fc4089 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 04:01:21 +00:00
Alexey Tikhonov fc2376eb12 sssd-2.8.2-2: Rebuild against Samba 4.18rc1 2023-01-20 17:30:14 +01:00
Pavel Březina a168c6ad5f sssd-2.8.2-1: Rebase to latest upstream release 2022-12-09 14:12:55 +01:00
Pavel Březina cf2cbdba82 sssd-2.8.1-1: Rebase to latest upstream release 2022-11-04 12:27:37 +01:00
Pavel Březina d24bcc9e43 sssd-2.8.0-2: fix syslog spamming
Resolves: rhbz#2133437
2022-10-24 12:36:26 +02:00
Pavel Březina ac043fc3b6 sssd-2.8.0-1: Rebase to latest upstream release 2022-10-07 13:39:37 +02:00
Pavel Březina 75b451ce66 sssd-2.7.4-1: Rebase to latest upstream release 2022-08-26 23:04:24 +02:00
Pavel Březina de3d5df87d Fix bogus date in changelog 2022-08-26 23:04:24 +02:00
3 changed files with 35 additions and 5 deletions

4
.gitignore vendored
View File

@ -101,3 +101,7 @@ sssd-1.2.91.tar.gz
/sssd-2.7.0.tar.gz
/sssd-2.7.1.tar.gz
/sssd-2.7.3.tar.gz
/sssd-2.7.4.tar.gz
/sssd-2.8.0.tar.gz
/sssd-2.8.1.tar.gz
/sssd-2.8.2.tar.gz

View File

@ -1 +1 @@
SHA512 (sssd-2.7.3.tar.gz) = c7f62030be2a8305509b2e30271977a848ab79dcaf87734c7b71ca3f173679a9e850e6533e8e71c44ae76d2dbc3a2b6e2c46a755fe6b3ec21debbddf90958d35
SHA512 (sssd-2.8.2.tar.gz) = 10b7a641823aefb43e30bff9e5f309a1f48446ffff421a06f86496db24ba1fbd384733b5690864507ef9b2f04c91e563fe9820536031f83f1bd6e93edfedee55

View File

@ -42,12 +42,12 @@
%global samba_package_version %(rpm -q samba-devel --queryformat %{version}-%{release})
Name: sssd
Version: 2.7.3
Release: 3%{?dist}
Version: 2.8.2
Release: 4%{?dist}
Summary: System Security Services Daemon
License: GPLv3+
URL: https://github.com/SSSD/sssd/
Source0: https://github.com/SSSD/sssd/releases/download/2.7.3/sssd-2.7.3.tar.gz
Source0: https://github.com/SSSD/sssd/releases/download/2.8.2/sssd-2.8.2.tar.gz
### Patches ###
@ -129,12 +129,14 @@ BuildRequires: pcre2-devel
BuildRequires: pkgconfig
BuildRequires: popt-devel
BuildRequires: python3-devel
BuildRequires: (python3-setuptools if python3 >= 3.12)
BuildRequires: samba-devel
# required for idmap_sss.so
BuildRequires: samba-winbind
BuildRequires: selinux-policy-targeted
# required for p11_child smartcard tests
BuildRequires: softhsm >= 2.1.0
BuildRequires: bc
BuildRequires: systemd-devel
BuildRequires: systemtap-sdt-devel
BuildRequires: uid_wrapper
@ -1058,13 +1060,37 @@ fi
%systemd_postun_with_restart sssd.service
%changelog
* Thu Jan 26 2023 Stephen Gallagher <sgallagh@redhat.com> - 2.8.2-4
- Rebuild against libunistring 1.1
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jan 20 2023 Alexey Tikhonov <atikhono@redhat.com> - 2.8.2-2
- Rebuild against Samba 4.18rc1
* Fri Dec 9 2022 Pavel Březina <pbrezina@redhat.com> - 2.8.2-1
- Rebase to SSSD 2.8.2
* Fri Nov 4 2022 Pavel Březina <pbrezina@redhat.com> - 2.8.1-1
- Rebase to SSSD 2.8.1
* Mon Oct 24 2022 Pavel Březina <pbrezina@redhat.com> - 2.8.0-2
- Fix regression, syslog is no longer spammed when no SSSD domain is configured (#2133437)
* Fri Oct 7 2022 Pavel Březina <pbrezina@redhat.com> - 2.8.0-1
- Rebase to SSSD 2.8.0
* Fri Aug 26 2022 Pavel Březina <pbrezina@redhat.com> - 2.7.4-1
- Rebase to SSSD 2.7.4
* Tue Aug 09 2022 Adam Williamson <awilliam@redhat.com> - 2.7.3-3
- Rebuild against new libndr
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jul 4 2022 Pavel Březina <pbrezina@redhat.com> - 2.7.3-1
* Mon Jul 4 2022 Pavel Březina <pbrezina@redhat.com> - 2.7.3-1
- Rebase to SSSD 2.7.3
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 2.7.1-3