forked from pool/pagein
Accepting request 971309 from benchmark
OBS-URL: https://build.opensuse.org/request/show/971309 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pagein?expand=0&rev=5
This commit is contained in:
commit
480f7f3591
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2f18f2c8b2e6f6f8f525126909b56ab028387aa53f2b42743dbdc78458efbf8
|
||||
size 12774
|
3
pagein-0.01.08.tar.gz
Normal file
3
pagein-0.01.08.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abc1b0dc7a21679829247988145a5146ab4cb323b23863fca6ed23996f4a664a
|
||||
size 15390
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 20 18:19:53 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to 0.01.08
|
||||
* Fix potential array overflow on array prot, make it 1 byte larger
|
||||
- Fixed URL and SourceURL (previous were orphaned)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 17 22:21:40 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pagein
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2018, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
|
||||
Name: pagein
|
||||
Version: 0.01.06
|
||||
Version: 0.01.08
|
||||
Release: 0
|
||||
Summary: A tool to force swapped out pages back into memory
|
||||
License: GPL-2.0-only
|
||||
Group: System/Monitoring
|
||||
URL: https://kernel.ubuntu.com/~cking/pagein/
|
||||
Source: https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.gz
|
||||
URL: https://github.com/ColinIanKing/pagein
|
||||
Source: %{url}/archive/refs/tags/V%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
Pagein is a tool that forces pages that are in swap to be paged in back
|
||||
|
Loading…
x
Reference in New Issue
Block a user