SHA256
1
0
forked from pool/systemd

Accepting request 975732 from Base:System

- Import commit 0d950479e58dd3af007eb3780d600a5446aac519 (merge of v250.5)
  For a complete list of changes, visit:
  736db5a59f...0d950479e5

- Call pam_loginuid when creating user@.service (bsc#1198507)
  It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d.

OBS-URL: https://build.opensuse.org/request/show/975732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=358
This commit is contained in:
Dominique Leuenberger 2022-05-10 13:11:21 +00:00 committed by Git OBS Bridge
parent 5c2e02040a
commit 3b90df4353
6 changed files with 24 additions and 6 deletions

View File

@ -141,6 +141,7 @@
%{_udevhwdbdir}/60-seat.hwdb %{_udevhwdbdir}/60-seat.hwdb
%{_udevhwdbdir}/60-sensor.hwdb %{_udevhwdbdir}/60-sensor.hwdb
%{_udevhwdbdir}/70-analyzers.hwdb %{_udevhwdbdir}/70-analyzers.hwdb
%{_udevhwdbdir}/70-av-production.hwdb
%{_udevhwdbdir}/70-cameras.hwdb %{_udevhwdbdir}/70-cameras.hwdb
%{_udevhwdbdir}/70-joystick.hwdb %{_udevhwdbdir}/70-joystick.hwdb
%{_udevhwdbdir}/70-mouse.hwdb %{_udevhwdbdir}/70-mouse.hwdb

View File

@ -20,4 +20,5 @@ account include common-account
session required pam_selinux.so close session required pam_selinux.so close
session required pam_selinux.so nottys open session required pam_selinux.so nottys open
session required pam_loginuid.so
session include common-session session include common-session

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61dfe5c41409547e9e358593b0187e63955ec6229dd04f78e7e7398289a40350
size 7626844

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a5457eea796a3d988c72490f6a265620849a2baeca7a86e6b37fc4a18dfdf70
size 7676372

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 6 12:44:36 UTC 2022 - Franck Bui <fbui@suse.com>
- Import commit 0d950479e58dd3af007eb3780d600a5446aac519 (merge of v250.5)
For a complete list of changes, visit:
https://github.com/openSUSE/systemd/compare/736db5a59f1ab1317ef64ec6e7dc394250178146...0d950479e58dd3af007eb3780d600a5446aac519
-------------------------------------------------------------------
Fri Apr 29 12:37:00 UTC 2022 - Franck Bui <fbui@suse.com>
- Call pam_loginuid when creating user@.service (bsc#1198507)
It's a backport of upstream commit 1000522a60ceade446773c67031b47a566d4a70d.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 20 07:59:23 UTC 2022 - Ludwig Nussel <lnussel@suse.de> Wed Apr 20 07:59:23 UTC 2022 - Ludwig Nussel <lnussel@suse.de>

View File

@ -1,5 +1,5 @@
# #
# spec file # spec file for package systemd
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
@ -19,7 +19,8 @@
%global flavor @BUILD_FLAVOR@%{nil} %global flavor @BUILD_FLAVOR@%{nil}
%define min_kernel_version 4.5 %define min_kernel_version 4.5
%define suse_version +suse.54.g736db5a59f %define suse_version +suse.56.g0d950479e5
%define _testsuitedir /usr/lib/systemd/tests %define _testsuitedir /usr/lib/systemd/tests
%define xinitconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}/X11/xinit %define xinitconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}/X11/xinit
@ -71,7 +72,7 @@
Name: systemd%{?mini} Name: systemd%{?mini}
URL: http://www.freedesktop.org/wiki/Software/systemd URL: http://www.freedesktop.org/wiki/Software/systemd
Version: 250.4 Version: 250.5
Release: 0 Release: 0
Summary: A System and Session Manager Summary: A System and Session Manager
License: LGPL-2.1-or-later License: LGPL-2.1-or-later