Merge branch 'rawhide' into epel9-next

epel9 imports/e9/sddm-0.20.0-3.el9
Troy Dawson 2 years ago
commit 503d5acca6

@ -0,0 +1,2 @@
#Type Name ID GECOS Home directory Shell
u sddm - "SDDM Greeter Account" /var/lib/sddm -

@ -20,7 +20,7 @@
Name: sddm Name: sddm
Version: 0.20.0%{?commitdate:^git%{commitdate}.%{shortcommit}} Version: 0.20.0%{?commitdate:^git%{commitdate}.%{shortcommit}}
Release: 1%{?dist} Release: 3%{?dist}
License: GPLv2+ License: GPLv2+
Summary: QML based desktop and login manager Summary: QML based desktop and login manager
@ -64,6 +64,12 @@ Source14: README.scripts
Source15: sddm.sysconfig Source15: sddm.sysconfig
# sddm x11 override config # sddm x11 override config
Source16: sddm-x11.conf Source16: sddm-x11.conf
# sysusers config file. note these are shipped in the upstream tarball
# but we cannot use the files from the tarball for %pre scriptlet
# generation, so we duplicate them as source files for that purpose;
# this is an ugly hack that should be removed if it becomes possible.
# see https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/TFDMAU7KLMSQTKPJELHSM6PFVXIZ56GK/
Source17: sddm-systemd-sysusers.conf
Provides: service(graphical-login) = sddm Provides: service(graphical-login) = sddm
@ -196,7 +202,7 @@ cp -a %{buildroot}%{_datadir}/sddm/scripts/* \
rm -fv %{buildroot}%{_sysconfdir}/sddm/Xsession rm -fv %{buildroot}%{_sysconfdir}/sddm/Xsession
%pre %pre
%sysusers_create_compat %{SOURCE18} %sysusers_create_compat %{SOURCE17}
%post %post
%systemd_post sddm.service %systemd_post sddm.service
@ -291,6 +297,12 @@ fi
%changelog %changelog
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jul 18 2023 Adam Williamson <awilliam@redhat.com> - 0.20.0-2
- Fix user/group creation - the config file *has* to be a package source
* Fri Jun 23 2023 Neal Gompa <ngompa@fedoraproject.org> - 0.20.0-1 * Fri Jun 23 2023 Neal Gompa <ngompa@fedoraproject.org> - 0.20.0-1
- Update to 0.20.0 final - Update to 0.20.0 final

Loading…
Cancel
Save