Compare commits

1 Commits
main ... 1.1

2 changed files with 3 additions and 7 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
Thu May 9 01:39:07 UTC 2024 - Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
- Require zram kernel module (avoid failure on systems with minimal kernel packages)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 7 00:00:00 CEST 2022 - dsterba@suse.cz Wed Sep 7 00:00:00 CEST 2022 - dsterba@suse.cz

View File

@@ -1,7 +1,7 @@
# #
# spec file for package systemd-zram-service # spec file for package systemd-zram-service
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2022 SUSE LLC
# Copyright (c) 2012-2018 Malcolm J Lewis <malcolmlewis@opensuse.org> # Copyright (c) 2012-2018 Malcolm J Lewis <malcolmlewis@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@@ -29,8 +29,8 @@ Source0: zramswap-enabler-0.2.1.tar.bz2
Source1: zramswapon Source1: zramswapon
Source2: zramswapoff Source2: zramswapoff
Source3: zramswap.service Source3: zramswap.service
Requires: kmod(zram.ko)
Conflicts: compcache Conflicts: compcache
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%systemd_requires %systemd_requires
@@ -75,6 +75,7 @@ popd
%service_del_postun zramswap.service %service_del_postun zramswap.service
%files %files
%defattr(-,root,root,-)
%doc debian/copyright debian/changelog %doc debian/copyright debian/changelog
%{_sbindir}/rczramswap %{_sbindir}/rczramswap
%{_sbindir}/zramswap* %{_sbindir}/zramswap*