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
|
Mon Nov 19 14:31:00 UTC 2018 - malcolmlewis@opensuse.org
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package systemd-zram-service
|
# 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>
|
# 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
|
||||||
@ -12,16 +13,17 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: systemd-zram-service
|
||||||
Version: 0.2.1
|
Version: 0.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
|
||||||
Summary: Systemd service for zram
|
Summary: Systemd service for zram
|
||||||
Url: https://code.launchpad.net/~elementary-os/elementaryos/zramswap-enabler
|
License: GPL-2.0-only
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
|
Url: https://code.launchpad.net/~elementary-os/elementaryos/zramswap-enabler
|
||||||
Source0: zramswap-enabler-0.2.1.tar.bz2
|
Source0: zramswap-enabler-0.2.1.tar.bz2
|
||||||
#Source0: bzr branch lp:~elementary-os/elementaryos/zramswap-enabler
|
#Source0: bzr branch lp:~elementary-os/elementaryos/zramswap-enabler
|
||||||
Source1: zramswapon
|
Source1: zramswapon
|
||||||
@ -33,10 +35,17 @@ BuildArch: noarch
|
|||||||
%systemd_requires
|
%systemd_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A successor to compcache, zram, has been already integrated in the
|
A successor to compcache, zRam, has been already integrated in the Linux kernel
|
||||||
Linux kernel for a while now. This means that no additional compilation
|
for a while now. This means that no additional compilation nor tweaking is
|
||||||
nor tweaking is required to benefit from compressing memory on the fly
|
required to benefit from compressing memory on the fly and massively reduced
|
||||||
and massively reduced swapping.
|
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
|
%prep
|
||||||
%setup -q -n zramswap-enabler-%{version}
|
%setup -q -n zramswap-enabler-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user