Version 2.19.0
This commit is contained in:
parent
2fdf17d6e1
commit
6258865f96
2 changed files with 9 additions and 9 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = tuned
|
pkgbase = tuned
|
||||||
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
|
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
|
||||||
pkgver = 2.18.0
|
pkgver = 2.19.0
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/redhat-performance/tuned
|
url = https://github.com/redhat-performance/tuned
|
||||||
install = tuned.install
|
install = tuned.install
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -21,7 +21,7 @@ pkgbase = tuned
|
||||||
optdepends = virt-what: For use with virtual machines
|
optdepends = virt-what: For use with virtual machines
|
||||||
optdepends = systemtap: Disk and net statistic monitoring systemtap scripts
|
optdepends = systemtap: Disk and net statistic monitoring systemtap scripts
|
||||||
backup = etc/tuned/active_profile
|
backup = etc/tuned/active_profile
|
||||||
source = https://github.com/redhat-performance/tuned/archive/v2.18.0.tar.gz
|
source = https://github.com/redhat-performance/tuned/archive/v2.19.0.tar.gz
|
||||||
sha256sums = b00c92cc21fa8595e95aba95042e7f590ea4146328491a655936a811e2590d80
|
sha256sums = 3cb2aeb9ecebd66a1a1c3aaff9589f5c5402201d16f7caa01acf0b9374ed8724
|
||||||
|
|
||||||
pkgname = tuned
|
pkgname = tuned
|
||||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -4,8 +4,8 @@
|
||||||
# Contributor: Tom <reztho at archlinux dot org>
|
# Contributor: Tom <reztho at archlinux dot org>
|
||||||
|
|
||||||
pkgname=tuned
|
pkgname=tuned
|
||||||
pkgver=2.18.0
|
pkgver=2.19.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
|
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/redhat-performance/${pkgname}"
|
url="https://github.com/redhat-performance/${pkgname}"
|
||||||
|
@ -16,7 +16,7 @@ makedepends=('desktop-file-utils')
|
||||||
backup=('etc/tuned/active_profile')
|
backup=('etc/tuned/active_profile')
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz")
|
||||||
sha256sums=('b00c92cc21fa8595e95aba95042e7f590ea4146328491a655936a811e2590d80')
|
sha256sums=('3cb2aeb9ecebd66a1a1c3aaff9589f5c5402201d16f7caa01acf0b9374ed8724')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
@ -32,8 +32,8 @@ package() {
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
rm -r "${pkgdir}"/{run,var}
|
rm -r "${pkgdir}"/{run,var}
|
||||||
|
|
||||||
python -m compileall -d /usr/lib "$pkgdir/usr/lib"
|
python -m compileall -d /usr/lib "${pkgdir}/usr/lib"
|
||||||
python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
|
python -O -m compileall -d /usr/lib "${pkgdir}/usr/lib"
|
||||||
|
|
||||||
install -Dm644 tuned.service "${pkgdir}/usr/lib/systemd/system/"
|
install -Dm644 tuned.service "${pkgdir}/usr/lib/systemd/system/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue