Files
fedora-tools/plasma-fingerprint-workaround/plasma-fingerprint-workaround.spec
T

65 lines
1.8 KiB
RPMSpec

Name: plasma-fingerprint-workaround
Version: 0.1.0
Release: 4%{?dist}
Summary: Opt-in patched KScreenLocker for fingerprint recovery after suspend
License: MIT
URL: https://git.ajpanton.se/ajp_anton/fedora-tools
Source0: plasma-fingerprint-workaround
Source1: payload.conf
Source2: LICENSE
Source3: README.md
Source4: test-controller
BuildArch: noarch
BuildRequires: bash
BuildRequires: grep
Requires: bash
Requires: coreutils
Requires: curl
Requires: dnf5
Requires: grep
Requires: rpm
Requires: sed
Provides: fedora-tools-tool
%description
Provides an explicit, reversible installer for an experimental KScreenLocker
fingerprint workaround. Installing this package alone makes no system changes.
%prep
%build
%check
bash %{SOURCE4} %{SOURCE0} %{SOURCE1}
%install
install -D -m 0755 %{SOURCE0} \
%{buildroot}%{_bindir}/plasma-fingerprint-workaround
install -D -m 0644 %{SOURCE1} \
%{buildroot}%{_datadir}/plasma-fingerprint-workaround/payload.conf
install -D -m 0644 %{SOURCE2} \
%{buildroot}%{_licensedir}/%{name}/LICENSE
install -D -m 0644 %{SOURCE3} \
%{buildroot}%{_docdir}/%{name}/README.md
%files
%license %{_licensedir}/%{name}/LICENSE
%doc %{_docdir}/%{name}/README.md
%{_bindir}/plasma-fingerprint-workaround
%{_datadir}/plasma-fingerprint-workaround/payload.conf
%changelog
* Sat Sep 12 2026 fedora-tools contributors - 0.1.0-4
- Update the opt-in payload to Fedora KScreenLocker 6.7.5
* Sat Sep 05 2026 fedora-tools contributors - 0.1.0-3
- Clarify what the workaround patches
* Sat Sep 05 2026 fedora-tools contributors - 0.1.0-2
- Advertise the tool to Fedora Tools settings
* Fri Sep 04 2026 Anton - 0.1.0-1
- Initial package