Christophe Marin 2024-07-03 06:31:31 +00:00 committed by Git OBS Bridge
commit bd1b1ac72e
10 changed files with 339 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

6
kde Normal file
View File

@ -0,0 +1,6 @@
#%PAM-1.0
# This service is only used by kcheckpass for unlocking,
# so only auth is really relevant here.
auth include common-auth
account include common-account
password include common-password

6
kde-fingerprint Normal file
View File

@ -0,0 +1,6 @@
#%PAM-1.0
# for fingerprint
auth required pam_fprintd.so
auth include common-auth
account include common-account
password include common-password

6
kde-smartcard Normal file
View File

@ -0,0 +1,6 @@
#%PAM-1.0
# for smartcard
auth required pam_pkcs11.so wait_for_card card_only
auth include common-auth
account include common-account
password include common-password

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmaDxJQACgkQ11dEg7tX
sY0a8RAAsbIuVYbaeGjimBex/TDyb6ypT7QcfOaAob9YV+nyhUrdIpKOsSy3cQlu
ONEbK8J4DoOCIY3mjC5uPFRTEcSbus21oDKBZ8aL+Y9cHJujVTSxACebNTrMlzA6
J8m56d9pcC+D0oXJ4I5BhjjylRT0Zf3Hhv3FiirO1v0wr/JA9OKXE9IF2IuJ8MSV
eclVONEjwmrZgaDLdWGvBDhJKIu27lPQCHkP5/0NO47/Mrv9JLljWjgrh9dhzSy1
QkAQe0vfGSxhJWfVI6XKMOpswZYcbkr5FWMWiaf+AWCj8PgDejkH7IrjfOaJlJWb
OsP5w5WIeDAgQN3PwciIPzckAm/bV1WivS5XL8FPuwnWBVleXwv6Mn1GlDKCILVx
+dnFaR+1CoaZDDknn4XBIfc+r4lLZrEASJiMbjI5LtvzJs5d115oyhCf3OxHa5fn
zuDjoiiA+QMpcmjfJ4hAN0o56tOQZpuA050YNVLnWoqYrNbG1Oa2HmFmqLG+dR76
+yIqEzZ+PcmJ/D4Pq1By6nqflGZaBaLFxleosmuVQI0NOjDkEQ6UY8A0MDc+4zIc
YgbUFJWD08rQaIQ8i65bU+PCSQFEJldg1RJ7InF8Q7Pgj3hq0XjtbQ1rUPHKn2uU
nWNqDVCWd9gefHkNzdKON49mYPOuYHQj/aGecJjPbIKuWjVsalk=
=Byjo
-----END PGP SIGNATURE-----

132
kscreenlocker6.changes Normal file
View File

@ -0,0 +1,132 @@
-------------------------------------------------------------------
Tue Jul 2 17:34:08 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.1.2:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.2
- Changes since 6.1.1:
* update version for new release
-------------------------------------------------------------------
Tue Jun 25 17:13:16 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.1.1:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.1
- Changes since 6.1.0:
* greeter: Fix Shader Wallpaper plugin and possibly others
* ksldapp: add a signal for when the greeter is (re)started
* greeter: don't start authenticating during the grace lock time (kde#476567)
* update version for new release
-------------------------------------------------------------------
Thu Jun 13 10:58:31 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.1.0:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.1.0
- Changes since 6.0.90:
* update version for new release
-------------------------------------------------------------------
Sat May 25 11:18:17 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.90:
* New feature release
* For more details see https://kde.org/announcements/plasma/6/6.0.90
- Too many changes to list here
-------------------------------------------------------------------
Wed May 22 07:43:05 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.5:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.0.5
- Changes since 6.0.4:
* update version for new release
* Handle wl_display_create() failing
* CI: Add missing dependencies
-------------------------------------------------------------------
Wed Apr 17 08:12:35 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.0.4
- Changes since 6.0.3:
* Prevent finishing greeter by unhandled signals
* update version for new release
-------------------------------------------------------------------
Tue Mar 26 18:05:38 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.0.3
- Changes since 6.0.2:
* update version for new release
-------------------------------------------------------------------
Wed Mar 13 09:09:44 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.2:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.0.2
- Changes since 6.0.1:
* update version for new release
-------------------------------------------------------------------
Wed Mar 6 08:40:27 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.1:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.0.1
- Changes since 6.0.0:
* update version for new release
-------------------------------------------------------------------
Tue Mar 5 08:40:32 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Remove kscreenlocker_greet restart in %post, no longer necessary
after kcheckpass got removed
-------------------------------------------------------------------
Wed Feb 21 18:36:13 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.0:
* New bugfix release
* Release announcement not available yet
- Changes since 5.93.0:
* update version for new release
-------------------------------------------------------------------
Fri Feb 16 11:58:45 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Remove session mechanism from kscreenlocker pam files (boo#1217189)
-------------------------------------------------------------------
Wed Jan 31 17:37:07 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.93.0 (6.0 RC 2):
* New bugfix release
* See https://kde.org/announcements/megarelease/6/rc2/ for details
- Changes since 5.92.0:
* greeter: Fix pressing Esc to turn off the display (kde#476533)
* Respect max value of LockGrace in the UI as well
-------------------------------------------------------------------
Mon Jan 15 21:08:52 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.92.0 (6.0 RC 1)
* For more details please see:
https://kde.org/announcements/megarelease/6/rc1/
-------------------------------------------------------------------
Wed Nov 15 00:17:09 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
- Add QML module provides
-------------------------------------------------------------------
Sat Jul 1 09:23:14 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init kscreenlocker6

146
kscreenlocker6.spec Normal file
View File

@ -0,0 +1,146 @@
#
# spec file for package kscreenlocker6
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global kf6_version 6.0.0
%define qt6_version 6.6.0
%define rname kscreenlocker
%bcond_without released
# Full Plasma 6 version (e.g. 6.0.0)
%{!?_plasma6_bugfix: %define _plasma6_bugfix %{version}}
# Latest ABI-stable Plasma (e.g. 6.0 in KF6, but 6.0.80 in KUF)
%{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')}
Name: kscreenlocker6
Version: 6.1.2
Release: 0
Summary: Library and components for secure lock screen architecture
License: GPL-2.0-or-later
URL: https://www.kde.org
Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
Source3: kde
Source4: kde-fingerprint
Source5: kde-smartcard
BuildRequires: cmake >= 3.16
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: pam-devel
BuildRequires: pkgconfig
BuildRequires: qt6-gui-private-devel >= %{qt6_version}
BuildRequires: cmake(KF6Config) >= %{kf6_version}
BuildRequires: cmake(KF6Crash) >= %{kf6_version}
BuildRequires: cmake(KF6GlobalAccel) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6IdleTime) >= %{kf6_version}
BuildRequires: cmake(KF6KCMUtils) >= %{kf6_version}
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
BuildRequires: cmake(KF6Notifications) >= %{kf6_version}
BuildRequires: cmake(KF6Screen) >= %{_plasma6_bugfix}
BuildRequires: cmake(KF6Solid) >= %{kf6_version}
BuildRequires: cmake(KF6Svg) >= %{kf6_version}
BuildRequires: cmake(KF6WindowSystem) >= %{kf6_version}
BuildRequires: cmake(KF6XmlGui) >= %{kf6_version}
BuildRequires: cmake(KWayland) >= %{_plasma6_bugfix}
BuildRequires: cmake(LayerShellQt) >= %{_plasma6_bugfix}
BuildRequires: cmake(PlasmaQuick) >= %{_plasma6_bugfix}
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
BuildRequires: cmake(Qt6Test) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-server)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-keysyms)
BuildRequires: pkgconfig(xcb-xtest)
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xi)
Requires: pam-config
Provides: kscreenlocker = %{version}
Provides: qt6qmlimport(org.kde.kscreenlocker.1) = 0
Obsoletes: kscreenlocker < %{version}
Obsoletes: kscreenlocker-lang < %{version}
%description
Library and components for secure lock screen architecture.
%package -n libKScreenLocker6
Summary: Library and components for secure lock screen architecture
%description -n libKScreenLocker6
Library and components for secure lock screen architecture.
%package devel
Summary: Library and components for secure lock screen architecture - development files
Requires: libKScreenLocker6 = %{version}
Requires: cmake(Qt6Core) >= %{qt6_version}
Conflicts: kscreenlocker-devel
%description devel
Development files for Library and components for secure lock screen architecture.
%lang_package
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE
%kf6_build
%install
%kf6_install
# Ship our own files to not depend on a display manager being installed (boo#1108329)
install -D -m0644 %{SOURCE3} %{buildroot}%{_pam_vendordir}/kde
install -D -m0644 %{SOURCE4} %{buildroot}%{_pam_vendordir}/kde-fingerprint
install -D -m0644 %{SOURCE5} %{buildroot}%{_pam_vendordir}/kde-smartcard
%find_lang %{name} --all-name
%ldconfig_scriptlets -n libKScreenLocker6
%files
%license LICENSES/*
%{_kf6_applicationsdir}/kcm_screenlocker.desktop
%{_kf6_debugdir}/kscreenlocker.categories
%{_kf6_notificationsdir}/ksmserver.notifyrc
%{_kf6_plugindir}/plasma/kcms/systemsettings/kcm_screenlocker.so
%{_kf6_sharedir}/ksmserver/
%{_libexecdir}/kscreenlocker_greet
%{_pam_vendordir}/kde
%{_pam_vendordir}/kde-fingerprint
%{_pam_vendordir}/kde-smartcard
%files -n libKScreenLocker6
%{_kf6_libdir}/libKScreenLocker.so.*
%files devel
%{_includedir}/KScreenLocker/
%{_kf6_cmakedir}/KScreenLocker/
%{_kf6_cmakedir}/ScreenSaverDBusInterface/
%{_kf6_libdir}/libKScreenLocker.so
%{_kf6_sharedir}/dbus-1/interfaces/kf6_org.freedesktop.ScreenSaver.xml
%{_kf6_sharedir}/dbus-1/interfaces/org.kde.screensaver.xml
%files lang -f %{name}.lang
%changelog

BIN
plasma.keyring Normal file

Binary file not shown.