Add pam-extension helpers in pam-extensions-devel

Related: https://redhat.atlassian.net/browse/RHEL-139178
This commit is contained in:
Joan Torres Lopez 2026-04-22 18:17:27 +02:00
parent 449c6b67c6
commit bf0d433498
No known key found for this signature in database

View File

@ -11,7 +11,7 @@
Name: gdm
Epoch: 1
Version: 40.1
Release: 43%{?dist}
Release: 44%{?dist}
Summary: The GNOME Display Manager
License: GPLv2+
@ -374,15 +374,25 @@ dconf update || :
%dir %{_includedir}/gdm
%{_includedir}/gdm/*.h
%exclude %{_includedir}/gdm/gdm-pam-extensions.h
%exclude %{_includedir}/gdm/gdm-choice-list-pam-extension.h
%exclude %{_includedir}/gdm/gdm-custom-json-pam-extension.h
%exclude %{_includedir}/gdm/gdm-pam-extensions-common.h
%dir %{_datadir}/gir-1.0
%{_datadir}/gir-1.0/Gdm-1.0.gir
%{_libdir}/pkgconfig/gdm.pc
%files pam-extensions-devel
%{_includedir}/gdm/gdm-pam-extensions.h
%{_includedir}/gdm/gdm-choice-list-pam-extension.h
%{_includedir}/gdm/gdm-custom-json-pam-extension.h
%{_includedir}/gdm/gdm-pam-extensions-common.h
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
%changelog
* Wed Apr 22 2026 Joan Torres Lopez <joantolo@redhat.com> - 40.1-44
- Add pam-extension helpers in pam-extensions-devel
Related: https://redhat.atlassian.net/browse/RHEL-139178
* Tue Apr 14 2026 Joan Torres Lopez <joantolo@redhat.com> - 40.1-43
- Backport passwordless feature to RHEL 9
Resolves: https://redhat.atlassian.net/browse/RHEL-139178