Accepting request 659311 from home:malcolmlewis:branches:filesystems
Improve package description. OBS-URL: https://build.opensuse.org/request/show/659311 OBS-URL: https://build.opensuse.org/package/show/filesystems/systemd-zram-service?expand=0&rev=2
This commit is contained in:
parent
b5b37d1c22
commit
de1a664c92
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 17 22:59:00 UTC 2018 - malcolmlewis@opensuse.org
|
||||
|
||||
- Improve package description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 14:31:00 UTC 2018 - malcolmlewis@opensuse.org
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package systemd-zram-service
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012-2018 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -12,16 +13,17 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: systemd-zram-service
|
||||
Version: 0.2.1
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Summary: Systemd service for zram
|
||||
Url: https://code.launchpad.net/~elementary-os/elementaryos/zramswap-enabler
|
||||
License: GPL-2.0-only
|
||||
Group: System/Daemons
|
||||
Url: https://code.launchpad.net/~elementary-os/elementaryos/zramswap-enabler
|
||||
Source0: zramswap-enabler-0.2.1.tar.bz2
|
||||
#Source0: bzr branch lp:~elementary-os/elementaryos/zramswap-enabler
|
||||
Source1: zramswapon
|
||||
@ -33,10 +35,17 @@ BuildArch: noarch
|
||||
%systemd_requires
|
||||
|
||||
%description
|
||||
A successor to compcache, zram, has been already integrated in the
|
||||
Linux kernel for a while now. This means that no additional compilation
|
||||
nor tweaking is required to benefit from compressing memory on the fly
|
||||
and massively reduced swapping.
|
||||
A successor to compcache, zRam, has been already integrated in the Linux kernel
|
||||
for a while now. This means that no additional compilation nor tweaking is
|
||||
required to benefit from compressing memory on the fly and massively reduced
|
||||
swapping.
|
||||
|
||||
This package contains command line scripts zramswapon, zramswapoff to enable
|
||||
zRam devices as required, or at boot time via a systemd service.
|
||||
|
||||
Individual Compressed RAM Block Devices are created based on cores/threads
|
||||
available, the size of each block device is calculated on cores/threads divided
|
||||
by total ram installed. The final total is then added to system swap.
|
||||
|
||||
%prep
|
||||
%setup -q -n zramswap-enabler-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user