Disable support for certificate auto enrollment
related: RHEL-2109
This commit is contained in:
parent
162a8c3c61
commit
30b7f43694
@ -139,7 +139,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 9
|
%if 0%{?fedora} || 0%{?rhel} >= 9
|
||||||
%bcond_without gpupdate
|
%bcond_with gpupdate
|
||||||
%else
|
%else
|
||||||
%bcond_with gpupdate
|
%bcond_with gpupdate
|
||||||
%endif
|
%endif
|
||||||
@ -147,7 +147,7 @@
|
|||||||
%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
|
%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
|
||||||
|
|
||||||
%global samba_version 4.19.4
|
%global samba_version 4.19.4
|
||||||
%global baserelease 102
|
%global baserelease 103
|
||||||
# This should be rc1 or %%nil
|
# This should be rc1 or %%nil
|
||||||
%global pre_release %nil
|
%global pre_release %nil
|
||||||
|
|
||||||
@ -4473,6 +4473,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 19 2024 Andreas Schneider <asn@redhat.com> - 4.19.5-103
|
||||||
|
- related: RHEL-2109 - Disable support for certificate auto enrollment
|
||||||
|
|
||||||
* Tue Jan 30 2024 Andreas Schneider <asn@redhat.com> - 4.19.4-102
|
* Tue Jan 30 2024 Andreas Schneider <asn@redhat.com> - 4.19.4-102
|
||||||
- resolves: RHEL-22157 - Don't require NDES for samba-gpupdate
|
- resolves: RHEL-22157 - Don't require NDES for samba-gpupdate
|
||||||
- resolves: RHEL-20897 - Fix site name fetching for samba-gpupdate
|
- resolves: RHEL-20897 - Fix site name fetching for samba-gpupdate
|
||||||
|
Loading…
Reference in New Issue
Block a user