From bfc0ec69ac98ad817cedb88121d31b218e60a944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Tue, 9 Jun 2015 12:18:12 +0200 Subject: [PATCH 01/19] Imported and fixed from the AURv3 --- .SRCINFO | 24 ++++++++++++++++++++++++ PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ tuned.install | 3 +++ 3 files changed, 68 insertions(+) create mode 100644 .SRCINFO create mode 100644 PKGBUILD create mode 100644 tuned.install diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..c4204d9 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,24 @@ +pkgbase = tuned-git + pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system + pkgver = 2.4.1.r61.gd172b5b + pkgrel = 1 + url = https://fedorahosted.org/tuned/ + install = tuned.install + arch = any + license = GPL + makedepends = git + depends = ethtool + depends = python2-configobj + depends = python2-pyudev + depends = python2-gobject2 + depends = python2-decorator + depends = python2-dbus + optdepends = virt-what + optdepends = systemtap + provides = tuned + backup = etc/tuned/active_profile + source = tuned-git::git://git.fedorahosted.org/git/tuned.git + sha256sums = SKIP + +pkgname = tuned-git + diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..fff6562 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,41 @@ +# Maintainer: Timothée Ravier < tim at siosm dot fr > +# Contributor: Tom < reztho at archlinux dot org > + +pkgname=tuned-git +pkgver=2.4.1.r61.gd172b5b +pkgrel=1 +pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' +arch=('any') +url='https://fedorahosted.org/tuned/' +license=('GPL') +depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' + 'python2-decorator' 'python2-dbus') +optdepends=('virt-what' 'systemtap') +makedepends=('git') +provides=('tuned') +backup=('etc/tuned/active_profile') +install="${pkgname/-git}.install" +source=("${pkgname}::git://git.fedorahosted.org/git/${pkgname/-/.}") +sha256sums=('SKIP') + +pkgver() { + cd ${pkgname} + local ver=$(git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g') + printf "%s\n" "${ver:1}" +} + +package() { + cd ${pkgname} + + make DESTDIR="${pkgdir}" install + + mv "${pkgdir}"/usr/sbin/* "${pkgdir}"/usr/bin/ + mv "${pkgdir}"/usr/libexec/tuned/* "${pkgdir}"/usr/lib/tuned/ + rm -r "${pkgdir}"/run "${pkgdir}"/usr/sbin "${pkgdir}"/usr/libexec + + find "${pkgdir}"/usr/bin/ -type f -exec sed -i 's@#!/usr/bin/python@#!/usr/bin/python2@' {} \; + + install -Dm 0644 "${srcdir}"/${pkgname}/tuned.service "${pkgdir}"/usr/lib/systemd/system/tuned.service +} + +# vim:set ts=2 sw=2 et: diff --git a/tuned.install b/tuned.install new file mode 100644 index 0000000..dbe414b --- /dev/null +++ b/tuned.install @@ -0,0 +1,3 @@ +post_install() { + systemd-tmpfiles --create tuned.conf +} From aaee2927cd598c453c94cb9329aff805b2f74eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Sat, 18 Jul 2015 17:59:50 +0200 Subject: [PATCH 02/19] 2.5.0.r6.ge32bd6b-1 update --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c4204d9..a2238ee 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = tuned-git pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.4.1.r61.gd172b5b + pkgver = 2.5.0.r6.ge32bd6b pkgrel = 1 url = https://fedorahosted.org/tuned/ install = tuned.install diff --git a/PKGBUILD b/PKGBUILD index fff6562..f6af3e6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Tom < reztho at archlinux dot org > pkgname=tuned-git -pkgver=2.4.1.r61.gd172b5b +pkgver=2.5.0.r6.ge32bd6b pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') From eef28bd77e6178bf30a4da10046b511366f055f1 Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Tue, 26 Jan 2016 13:06:42 +0100 Subject: [PATCH 03/19] Update to version 2.6.0 --- .SRCINFO | 13 ++++++++----- PKGBUILD | 28 +++++++++++----------------- 2 files changed, 19 insertions(+), 22 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a2238ee..2999656 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,8 @@ -pkgbase = tuned-git +# Generated by mksrcinfo v8 +# Tue Jan 26 12:06:30 UTC 2016 +pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.5.0.r6.ge32bd6b + pkgver = 2.6.0 pkgrel = 1 url = https://fedorahosted.org/tuned/ install = tuned.install @@ -13,12 +15,13 @@ pkgbase = tuned-git depends = python2-gobject2 depends = python2-decorator depends = python2-dbus + depends = python2-gobject optdepends = virt-what optdepends = systemtap provides = tuned backup = etc/tuned/active_profile - source = tuned-git::git://git.fedorahosted.org/git/tuned.git - sha256sums = SKIP + source = https://fedorahosted.org/releases/t/u/tuned/tuned-2.6.0.tar.bz2 + sha256sums = 945c785b8020960d2665b570b3168c366e6b82399801952aea54b4d178dac876 -pkgname = tuned-git +pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index f6af3e6..4d707ba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,31 +1,25 @@ -# Maintainer: Timothée Ravier < tim at siosm dot fr > -# Contributor: Tom < reztho at archlinux dot org > +# Maintainer: Iwan Timmer +# Contributor: Timothée Ravier +# Contributor: Tom -pkgname=tuned-git -pkgver=2.5.0.r6.ge32bd6b +pkgname=tuned +pkgver=2.6.0 pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url='https://fedorahosted.org/tuned/' license=('GPL') -depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' - 'python2-decorator' 'python2-dbus') +depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject') optdepends=('virt-what' 'systemtap') makedepends=('git') provides=('tuned') backup=('etc/tuned/active_profile') -install="${pkgname/-git}.install" -source=("${pkgname}::git://git.fedorahosted.org/git/${pkgname/-/.}") -sha256sums=('SKIP') - -pkgver() { - cd ${pkgname} - local ver=$(git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g') - printf "%s\n" "${ver:1}" -} +install="${pkgname}.install" +source=("https://fedorahosted.org/releases/t/u/${pkgname}/${pkgname}-${pkgver}.tar.bz2") +sha256sums=('945c785b8020960d2665b570b3168c366e6b82399801952aea54b4d178dac876') package() { - cd ${pkgname} + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install @@ -35,7 +29,7 @@ package() { find "${pkgdir}"/usr/bin/ -type f -exec sed -i 's@#!/usr/bin/python@#!/usr/bin/python2@' {} \; - install -Dm 0644 "${srcdir}"/${pkgname}/tuned.service "${pkgdir}"/usr/lib/systemd/system/tuned.service + install -Dm 0644 "${srcdir}"/${pkgname}-${pkgver}/tuned.service "${pkgdir}"/usr/lib/systemd/system/tuned.service } # vim:set ts=2 sw=2 et: From 5a9b3b7e3b0778c3d9c05983d10e853876dc13f0 Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Wed, 13 Jul 2016 21:39:18 +0200 Subject: [PATCH 04/19] Add dbus-glib dependency --- .SRCINFO | 3 ++- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2999656..de3f72a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Tue Jan 26 12:06:30 UTC 2016 +# Wed Jul 13 19:39:08 UTC 2016 pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system pkgver = 2.6.0 @@ -16,6 +16,7 @@ pkgbase = tuned depends = python2-decorator depends = python2-dbus depends = python2-gobject + depends = dbus-glib optdepends = virt-what optdepends = systemtap provides = tuned diff --git a/PKGBUILD b/PKGBUILD index 4d707ba..78c32e4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc='Daemon that performs monitoring and adaptive configuration of devices i arch=('any') url='https://fedorahosted.org/tuned/' license=('GPL') -depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject') +depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject' 'dbus-glib') optdepends=('virt-what' 'systemtap') makedepends=('git') provides=('tuned') From cab411550f57f2d1e8f7ed0aead4ceb90852d79a Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Tue, 24 Jan 2017 11:30:00 +0100 Subject: [PATCH 05/19] Update to version 2.7.1 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index de3f72a..74e0a90 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Wed Jul 13 19:39:08 UTC 2016 +# Tue Jan 24 10:29:55 UTC 2017 pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.6.0 + pkgver = 2.7.1 pkgrel = 1 url = https://fedorahosted.org/tuned/ install = tuned.install @@ -21,8 +21,8 @@ pkgbase = tuned optdepends = systemtap provides = tuned backup = etc/tuned/active_profile - source = https://fedorahosted.org/releases/t/u/tuned/tuned-2.6.0.tar.bz2 - sha256sums = 945c785b8020960d2665b570b3168c366e6b82399801952aea54b4d178dac876 + source = https://fedorahosted.org/releases/t/u/tuned/tuned-2.7.1.tar.bz2 + sha256sums = 03333eda9f3744ec214b1c20d0f79528a6438dafd5c79ff459b411414491802d pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index 78c32e4..a01fca9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Tom pkgname=tuned -pkgver=2.6.0 +pkgver=2.7.1 pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') @@ -16,7 +16,7 @@ provides=('tuned') backup=('etc/tuned/active_profile') install="${pkgname}.install" source=("https://fedorahosted.org/releases/t/u/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -sha256sums=('945c785b8020960d2665b570b3168c366e6b82399801952aea54b4d178dac876') +sha256sums=('03333eda9f3744ec214b1c20d0f79528a6438dafd5c79ff459b411414491802d') package() { cd ${pkgname}-${pkgver} From 51eb3c5f340d54c9d26372aa131b4dbc83792954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sun, 12 Mar 2017 00:10:41 +0100 Subject: [PATCH 06/19] New package source Updated the source URL because of the fedorahosted.org retirement --- .SRCINFO | 5 ++--- PKGBUILD | 22 ++++++++++------------ tuned.install | 2 +- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 74e0a90..59ccb71 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Tue Jan 24 10:29:55 UTC 2017 +# Sat Mar 11 23:05:15 UTC 2017 pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system pkgver = 2.7.1 @@ -19,9 +19,8 @@ pkgbase = tuned depends = dbus-glib optdepends = virt-what optdepends = systemtap - provides = tuned backup = etc/tuned/active_profile - source = https://fedorahosted.org/releases/t/u/tuned/tuned-2.7.1.tar.bz2 + source = https://jskarvad.fedorapeople.org/tuned/download/tuned-2.7.1.tar.bz2 sha256sums = 03333eda9f3744ec214b1c20d0f79528a6438dafd5c79ff459b411414491802d pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index a01fca9..7605698 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,4 +1,5 @@ -# Maintainer: Iwan Timmer +# Maintainer: Manuel Hüsers +# Contributor: Iwan Timmer # Contributor: Timothée Ravier # Contributor: Tom @@ -12,24 +13,21 @@ license=('GPL') depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject' 'dbus-glib') optdepends=('virt-what' 'systemtap') makedepends=('git') -provides=('tuned') backup=('etc/tuned/active_profile') install="${pkgname}.install" -source=("https://fedorahosted.org/releases/t/u/${pkgname}/${pkgname}-${pkgver}.tar.bz2") +source=("https://jskarvad.fedorapeople.org/${pkgname}/download/${pkgname}-${pkgver}.tar.bz2") sha256sums=('03333eda9f3744ec214b1c20d0f79528a6438dafd5c79ff459b411414491802d') package() { - cd ${pkgname}-${pkgver} + cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + make DESTDIR="${pkgdir}" install - mv "${pkgdir}"/usr/sbin/* "${pkgdir}"/usr/bin/ - mv "${pkgdir}"/usr/libexec/tuned/* "${pkgdir}"/usr/lib/tuned/ - rm -r "${pkgdir}"/run "${pkgdir}"/usr/sbin "${pkgdir}"/usr/libexec + mv "${pkgdir}"/usr/sbin/* "${pkgdir}"/usr/bin/ + mv "${pkgdir}"/usr/libexec/tuned/* "${pkgdir}"/usr/lib/tuned/ + rm -r "${pkgdir}"/run "${pkgdir}"/usr/sbin "${pkgdir}"/usr/libexec - find "${pkgdir}"/usr/bin/ -type f -exec sed -i 's@#!/usr/bin/python@#!/usr/bin/python2@' {} \; + find "${pkgdir}"/usr/bin/ -type f -exec sed -i 's@#!/usr/bin/python@#!/usr/bin/python2@' {} \; - install -Dm 0644 "${srcdir}"/${pkgname}-${pkgver}/tuned.service "${pkgdir}"/usr/lib/systemd/system/tuned.service + install -Dm644 "${srcdir}/${pkgname}-${pkgver}/tuned.service" "${pkgdir}/usr/lib/systemd/system/tuned.service" } - -# vim:set ts=2 sw=2 et: diff --git a/tuned.install b/tuned.install index dbe414b..a704b66 100644 --- a/tuned.install +++ b/tuned.install @@ -1,3 +1,3 @@ post_install() { - systemd-tmpfiles --create tuned.conf + systemd-tmpfiles --create tuned.conf } From 527ec4c432a50b6224c8d95be51b9428cde47a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Thu, 27 Apr 2017 19:41:50 +0200 Subject: [PATCH 07/19] Version 2.8.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 59ccb71..dcbead8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sat Mar 11 23:05:15 UTC 2017 +# Thu Apr 27 17:41:50 UTC 2017 pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.7.1 + pkgver = 2.8.0 pkgrel = 1 url = https://fedorahosted.org/tuned/ install = tuned.install @@ -20,8 +20,8 @@ pkgbase = tuned optdepends = virt-what optdepends = systemtap backup = etc/tuned/active_profile - source = https://jskarvad.fedorapeople.org/tuned/download/tuned-2.7.1.tar.bz2 - sha256sums = 03333eda9f3744ec214b1c20d0f79528a6438dafd5c79ff459b411414491802d + source = https://jskarvad.fedorapeople.org/tuned/download/tuned-2.8.0.tar.bz2 + sha256sums = 3da453af1d1f13ac46966499b1f1373cf3718bdb3207f82aca8b66e894e69bc7 pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index 7605698..b943823 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Tom pkgname=tuned -pkgver=2.7.1 +pkgver=2.8.0 pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') @@ -16,7 +16,7 @@ makedepends=('git') backup=('etc/tuned/active_profile') install="${pkgname}.install" source=("https://jskarvad.fedorapeople.org/${pkgname}/download/${pkgname}-${pkgver}.tar.bz2") -sha256sums=('03333eda9f3744ec214b1c20d0f79528a6438dafd5c79ff459b411414491802d') +sha256sums=('3da453af1d1f13ac46966499b1f1373cf3718bdb3207f82aca8b66e894e69bc7') package() { cd "${pkgname}-${pkgver}" From e816bdd3379cf7978055e7f35795619148b60a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Mon, 11 Dec 2017 16:35:58 +0100 Subject: [PATCH 08/19] Version 2.9.0 --- .SRCINFO | 10 +++++----- PKGBUILD | 8 ++++---- tuned.install | 4 ++++ 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index dcbead8..c3b8313 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,10 @@ # Generated by mksrcinfo v8 -# Thu Apr 27 17:41:50 UTC 2017 +# Mon Dec 11 15:35:58 UTC 2017 pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.8.0 + pkgver = 2.9.0 pkgrel = 1 - url = https://fedorahosted.org/tuned/ + url = https://github.com/redhat-performance/tuned install = tuned.install arch = any license = GPL @@ -20,8 +20,8 @@ pkgbase = tuned optdepends = virt-what optdepends = systemtap backup = etc/tuned/active_profile - source = https://jskarvad.fedorapeople.org/tuned/download/tuned-2.8.0.tar.bz2 - sha256sums = 3da453af1d1f13ac46966499b1f1373cf3718bdb3207f82aca8b66e894e69bc7 + source = https://github.com/redhat-performance/tuned/archive/v2.9.0.tar.gz + sha256sums = 0863896aff15c924afe7ee9449d16121c840d8bf768055aa749d0d050518efe5 pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index b943823..2f02323 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,19 +4,19 @@ # Contributor: Tom pkgname=tuned -pkgver=2.8.0 +pkgver=2.9.0 pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') -url='https://fedorahosted.org/tuned/' +url="https://github.com/redhat-performance/${pkgname}" license=('GPL') depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject' 'dbus-glib') optdepends=('virt-what' 'systemtap') makedepends=('git') backup=('etc/tuned/active_profile') install="${pkgname}.install" -source=("https://jskarvad.fedorapeople.org/${pkgname}/download/${pkgname}-${pkgver}.tar.bz2") -sha256sums=('3da453af1d1f13ac46966499b1f1373cf3718bdb3207f82aca8b66e894e69bc7') +source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz") +sha256sums=('0863896aff15c924afe7ee9449d16121c840d8bf768055aa749d0d050518efe5') package() { cd "${pkgname}-${pkgver}" diff --git a/tuned.install b/tuned.install index a704b66..974c867 100644 --- a/tuned.install +++ b/tuned.install @@ -1,3 +1,7 @@ post_install() { systemd-tmpfiles --create tuned.conf } + +pre_remove() { + systemd-tmpfiles --remove tuned.conf +} From fd284a10b4345649cfa21259689560d1714c2974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Mon, 11 Dec 2017 17:02:21 +0100 Subject: [PATCH 09/19] Added missing dependency python2-linux-procfs was missing as a required dependency Added descriptions for optional dependencies Added desktop-file-utils as make dependency --- .SRCINFO | 11 ++++++----- PKGBUILD | 8 ++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c3b8313..f916b9a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,14 @@ # Generated by mksrcinfo v8 -# Mon Dec 11 15:35:58 UTC 2017 +# Mon Dec 11 16:02:21 UTC 2017 pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system pkgver = 2.9.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/redhat-performance/tuned install = tuned.install arch = any license = GPL - makedepends = git + makedepends = desktop-file-utils depends = ethtool depends = python2-configobj depends = python2-pyudev @@ -16,9 +16,10 @@ pkgbase = tuned depends = python2-decorator depends = python2-dbus depends = python2-gobject + depends = python2-linux-procfs depends = dbus-glib - optdepends = virt-what - optdepends = systemtap + optdepends = virt-what: For use with virtual machines + optdepends = systemtap: Disk and net statistic monitoring systemtap scripts backup = etc/tuned/active_profile source = https://github.com/redhat-performance/tuned/archive/v2.9.0.tar.gz sha256sums = 0863896aff15c924afe7ee9449d16121c840d8bf768055aa749d0d050518efe5 diff --git a/PKGBUILD b/PKGBUILD index 2f02323..07bb02b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,14 +5,14 @@ pkgname=tuned pkgver=2.9.0 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url="https://github.com/redhat-performance/${pkgname}" license=('GPL') -depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject' 'dbus-glib') -optdepends=('virt-what' 'systemtap') -makedepends=('git') +depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject' 'python2-linux-procfs' 'dbus-glib') +optdepends=('virt-what: For use with virtual machines' 'systemtap: Disk and net statistic monitoring systemtap scripts') +makedepends=('desktop-file-utils') backup=('etc/tuned/active_profile') install="${pkgname}.install" source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz") From 259aaaf08b28287de55733d0fc669ea0abe71bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Tue, 14 Jan 2020 07:17:57 +0100 Subject: [PATCH 10/19] Version 2.13.0 Moved to Python 3 and added several dependencies --- .SRCINFO | 30 ++++++++++++++++-------------- PKGBUILD | 10 ++++------ 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f916b9a..146a6fe 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,28 +1,30 @@ -# Generated by mksrcinfo v8 -# Mon Dec 11 16:02:21 UTC 2017 pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.9.0 - pkgrel = 2 + pkgver = 2.13.0 + pkgrel = 1 url = https://github.com/redhat-performance/tuned install = tuned.install arch = any license = GPL makedepends = desktop-file-utils - depends = ethtool - depends = python2-configobj - depends = python2-pyudev - depends = python2-gobject2 - depends = python2-decorator - depends = python2-dbus - depends = python2-gobject - depends = python2-linux-procfs depends = dbus-glib + depends = ethtool + depends = gawk + depends = hdparm + depends = polkit + depends = python-configobj + depends = python-dbus + depends = python-decorator + depends = python-gobject + depends = python-linux-procfs + depends = python-perf + depends = python-pyudev + depends = python-schedutils optdepends = virt-what: For use with virtual machines optdepends = systemtap: Disk and net statistic monitoring systemtap scripts backup = etc/tuned/active_profile - source = https://github.com/redhat-performance/tuned/archive/v2.9.0.tar.gz - sha256sums = 0863896aff15c924afe7ee9449d16121c840d8bf768055aa749d0d050518efe5 + source = https://github.com/redhat-performance/tuned/archive/v2.13.0.tar.gz + sha256sums = 528b34ef0d2c219def11cea8bd8dbba83dce04adb78ab4b78ef65cf63885496d pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index 07bb02b..d44d1a1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,19 +4,19 @@ # Contributor: Tom pkgname=tuned -pkgver=2.9.0 -pkgrel=2 +pkgver=2.13.0 +pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url="https://github.com/redhat-performance/${pkgname}" license=('GPL') -depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject' 'python2-linux-procfs' 'dbus-glib') +depends=('dbus-glib' 'ethtool' 'gawk' 'hdparm' 'polkit' 'python-configobj' 'python-dbus' 'python-decorator' 'python-gobject' 'python-linux-procfs' 'python-perf' 'python-pyudev' 'python-schedutils') optdepends=('virt-what: For use with virtual machines' 'systemtap: Disk and net statistic monitoring systemtap scripts') makedepends=('desktop-file-utils') backup=('etc/tuned/active_profile') install="${pkgname}.install" source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('0863896aff15c924afe7ee9449d16121c840d8bf768055aa749d0d050518efe5') +sha256sums=('528b34ef0d2c219def11cea8bd8dbba83dce04adb78ab4b78ef65cf63885496d') package() { cd "${pkgname}-${pkgver}" @@ -27,7 +27,5 @@ package() { mv "${pkgdir}"/usr/libexec/tuned/* "${pkgdir}"/usr/lib/tuned/ rm -r "${pkgdir}"/run "${pkgdir}"/usr/sbin "${pkgdir}"/usr/libexec - find "${pkgdir}"/usr/bin/ -type f -exec sed -i 's@#!/usr/bin/python@#!/usr/bin/python2@' {} \; - install -Dm644 "${srcdir}/${pkgname}-${pkgver}/tuned.service" "${pkgdir}/usr/lib/systemd/system/tuned.service" } From 3e87249e981f6ade9f3795a855ffb84fb32a9c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Fri, 26 Jun 2020 16:11:15 +0200 Subject: [PATCH 11/19] Version 2.14.0 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 146a6fe..b8ad582 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.13.0 + pkgver = 2.14.0 pkgrel = 1 url = https://github.com/redhat-performance/tuned install = tuned.install @@ -23,8 +23,8 @@ pkgbase = tuned optdepends = virt-what: For use with virtual machines optdepends = systemtap: Disk and net statistic monitoring systemtap scripts backup = etc/tuned/active_profile - source = https://github.com/redhat-performance/tuned/archive/v2.13.0.tar.gz - sha256sums = 528b34ef0d2c219def11cea8bd8dbba83dce04adb78ab4b78ef65cf63885496d + source = https://github.com/redhat-performance/tuned/archive/v2.14.0.tar.gz + sha256sums = 2a36aea3115c7f50faf05b1a34218eeab6d61c808056cb6625cc20d0fcf2c74c pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index d44d1a1..e001076 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,10 +1,10 @@ -# Maintainer: Manuel Hüsers +# Maintainer: Manuel Hüsers # Contributor: Iwan Timmer # Contributor: Timothée Ravier # Contributor: Tom pkgname=tuned -pkgver=2.13.0 +pkgver=2.14.0 pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') @@ -16,7 +16,7 @@ makedepends=('desktop-file-utils') backup=('etc/tuned/active_profile') install="${pkgname}.install" source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('528b34ef0d2c219def11cea8bd8dbba83dce04adb78ab4b78ef65cf63885496d') +sha256sums=('2a36aea3115c7f50faf05b1a34218eeab6d61c808056cb6625cc20d0fcf2c74c') package() { cd "${pkgname}-${pkgver}" From 022dcd57565b6c291296fac7f737313ca1ab5041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Wed, 2 Dec 2020 07:16:45 +0100 Subject: [PATCH 12/19] Trigger rebuild for Python 3.9 --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b8ad582..978717b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system pkgver = 2.14.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/redhat-performance/tuned install = tuned.install arch = any diff --git a/PKGBUILD b/PKGBUILD index e001076..7a43bb3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tuned pkgver=2.14.0 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url="https://github.com/redhat-performance/${pkgname}" From 64b4d90ef72a418666a3b8f68540d3c39538ec61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Fri, 25 Dec 2020 07:43:19 +0100 Subject: [PATCH 13/19] Version 2.15.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 978717b..7313545 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.14.0 - pkgrel = 2 + pkgver = 2.15.0 + pkgrel = 1 url = https://github.com/redhat-performance/tuned install = tuned.install arch = any @@ -23,8 +23,8 @@ pkgbase = tuned optdepends = virt-what: For use with virtual machines optdepends = systemtap: Disk and net statistic monitoring systemtap scripts backup = etc/tuned/active_profile - source = https://github.com/redhat-performance/tuned/archive/v2.14.0.tar.gz - sha256sums = 2a36aea3115c7f50faf05b1a34218eeab6d61c808056cb6625cc20d0fcf2c74c + source = https://github.com/redhat-performance/tuned/archive/v2.15.0.tar.gz + sha256sums = 5fb11da077e681c4f3d2c0ea9ad73ba8152e6b98f9d07dc60a7802267784831a pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index 7a43bb3..05cdd72 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Tom pkgname=tuned -pkgver=2.14.0 -pkgrel=2 +pkgver=2.15.0 +pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url="https://github.com/redhat-performance/${pkgname}" @@ -16,7 +16,7 @@ makedepends=('desktop-file-utils') backup=('etc/tuned/active_profile') install="${pkgname}.install" source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('2a36aea3115c7f50faf05b1a34218eeab6d61c808056cb6625cc20d0fcf2c74c') +sha256sums=('5fb11da077e681c4f3d2c0ea9ad73ba8152e6b98f9d07dc60a7802267784831a') package() { cd "${pkgname}-${pkgver}" From 080c776289930b82ca91cac4a8430b95b1848e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sat, 31 Jul 2021 17:58:02 +0200 Subject: [PATCH 14/19] Version 2.16.0 --- .SRCINFO | 9 +++------ PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7313545..6c46282 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.15.0 + pkgver = 2.16.0 pkgrel = 1 url = https://github.com/redhat-performance/tuned install = tuned.install @@ -14,17 +14,14 @@ pkgbase = tuned depends = polkit depends = python-configobj depends = python-dbus - depends = python-decorator depends = python-gobject depends = python-linux-procfs depends = python-perf depends = python-pyudev - depends = python-schedutils optdepends = virt-what: For use with virtual machines optdepends = systemtap: Disk and net statistic monitoring systemtap scripts backup = etc/tuned/active_profile - source = https://github.com/redhat-performance/tuned/archive/v2.15.0.tar.gz - sha256sums = 5fb11da077e681c4f3d2c0ea9ad73ba8152e6b98f9d07dc60a7802267784831a + source = https://github.com/redhat-performance/tuned/archive/v2.16.0.tar.gz + sha256sums = 7f0b858c35fb9695703f04177af074555de59a7a3e94ec0b7e28357584d4502d pkgname = tuned - diff --git a/PKGBUILD b/PKGBUILD index 05cdd72..01b726e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,19 +4,19 @@ # Contributor: Tom pkgname=tuned -pkgver=2.15.0 +pkgver=2.16.0 pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url="https://github.com/redhat-performance/${pkgname}" license=('GPL') -depends=('dbus-glib' 'ethtool' 'gawk' 'hdparm' 'polkit' 'python-configobj' 'python-dbus' 'python-decorator' 'python-gobject' 'python-linux-procfs' 'python-perf' 'python-pyudev' 'python-schedutils') +depends=('dbus-glib' 'ethtool' 'gawk' 'hdparm' 'polkit' 'python-configobj' 'python-dbus' 'python-gobject' 'python-linux-procfs' 'python-perf' 'python-pyudev') optdepends=('virt-what: For use with virtual machines' 'systemtap: Disk and net statistic monitoring systemtap scripts') makedepends=('desktop-file-utils') backup=('etc/tuned/active_profile') install="${pkgname}.install" source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('5fb11da077e681c4f3d2c0ea9ad73ba8152e6b98f9d07dc60a7802267784831a') +sha256sums=('7f0b858c35fb9695703f04177af074555de59a7a3e94ec0b7e28357584d4502d') package() { cd "${pkgname}-${pkgver}" From bf2e2cd7893f3aa6aad66d090043d5e503182b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Mon, 13 Dec 2021 12:45:04 +0100 Subject: [PATCH 15/19] Trigger rebuild for Python 3.10 and fix PKGBUILD Thanks to @yochananmarqos for suggesting PKGBUILD changes --- .SRCINFO | 2 +- PKGBUILD | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6c46282..b5f9747 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system pkgver = 2.16.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/redhat-performance/tuned install = tuned.install arch = any diff --git a/PKGBUILD b/PKGBUILD index 01b726e..4e0be91 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tuned pkgver=2.16.0 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url="https://github.com/redhat-performance/${pkgname}" @@ -18,14 +18,19 @@ install="${pkgname}.install" source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz") sha256sums=('7f0b858c35fb9695703f04177af074555de59a7a3e94ec0b7e28357584d4502d') +prepare() { + cd "${pkgname}-${pkgver}" + mv libexec lib + + sed -i 's/libexec/lib/g' Makefile + sed -i 's/sbin/bin/g' Makefile +} + package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install + rm -r "${pkgdir}"/{run,var} - mv "${pkgdir}"/usr/sbin/* "${pkgdir}"/usr/bin/ - mv "${pkgdir}"/usr/libexec/tuned/* "${pkgdir}"/usr/lib/tuned/ - rm -r "${pkgdir}"/run "${pkgdir}"/usr/sbin "${pkgdir}"/usr/libexec - - install -Dm644 "${srcdir}/${pkgname}-${pkgver}/tuned.service" "${pkgdir}/usr/lib/systemd/system/tuned.service" + install -Dm644 tuned.service "${pkgdir}/usr/lib/systemd/system/" } From 558f58d6fa32e7c7d801bde83443623544e439ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Wed, 19 Jan 2022 21:38:19 +0100 Subject: [PATCH 16/19] Version 2.17.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b5f9747..e5f4351 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.16.0 - pkgrel = 2 + pkgver = 2.17.0 + pkgrel = 1 url = https://github.com/redhat-performance/tuned install = tuned.install arch = any @@ -21,7 +21,7 @@ pkgbase = tuned optdepends = virt-what: For use with virtual machines optdepends = systemtap: Disk and net statistic monitoring systemtap scripts backup = etc/tuned/active_profile - source = https://github.com/redhat-performance/tuned/archive/v2.16.0.tar.gz - sha256sums = 7f0b858c35fb9695703f04177af074555de59a7a3e94ec0b7e28357584d4502d + source = https://github.com/redhat-performance/tuned/archive/v2.17.0.tar.gz + sha256sums = 0f936c4c2e90d724c4b87c2b661dad340607ccb1b0f453d06143e6b6b0d2a650 pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index 4e0be91..619d326 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Tom pkgname=tuned -pkgver=2.16.0 -pkgrel=2 +pkgver=2.17.0 +pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url="https://github.com/redhat-performance/${pkgname}" @@ -16,7 +16,7 @@ makedepends=('desktop-file-utils') backup=('etc/tuned/active_profile') install="${pkgname}.install" source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('7f0b858c35fb9695703f04177af074555de59a7a3e94ec0b7e28357584d4502d') +sha256sums=('0f936c4c2e90d724c4b87c2b661dad340607ccb1b0f453d06143e6b6b0d2a650') prepare() { cd "${pkgname}-${pkgver}" From 42f00409469a07ac898e7ccb3b6b238aefce02cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Fri, 11 Feb 2022 10:57:01 +0100 Subject: [PATCH 17/19] Version 2.18.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e5f4351..4b0d286 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.17.0 + pkgver = 2.18.0 pkgrel = 1 url = https://github.com/redhat-performance/tuned install = tuned.install @@ -21,7 +21,7 @@ pkgbase = tuned optdepends = virt-what: For use with virtual machines optdepends = systemtap: Disk and net statistic monitoring systemtap scripts backup = etc/tuned/active_profile - source = https://github.com/redhat-performance/tuned/archive/v2.17.0.tar.gz - sha256sums = 0f936c4c2e90d724c4b87c2b661dad340607ccb1b0f453d06143e6b6b0d2a650 + source = https://github.com/redhat-performance/tuned/archive/v2.18.0.tar.gz + sha256sums = b00c92cc21fa8595e95aba95042e7f590ea4146328491a655936a811e2590d80 pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index 619d326..d13ea1b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Tom pkgname=tuned -pkgver=2.17.0 +pkgver=2.18.0 pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') @@ -16,7 +16,7 @@ makedepends=('desktop-file-utils') backup=('etc/tuned/active_profile') install="${pkgname}.install" source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('0f936c4c2e90d724c4b87c2b661dad340607ccb1b0f453d06143e6b6b0d2a650') +sha256sums=('b00c92cc21fa8595e95aba95042e7f590ea4146328491a655936a811e2590d80') prepare() { cd "${pkgname}-${pkgver}" From 2fdf17d6e12f037fd83cffbda44e4ffb57a44373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Mon, 4 Jul 2022 17:12:47 +0200 Subject: [PATCH 18/19] Add missing python3 pycs --- .SRCINFO | 2 +- PKGBUILD | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4b0d286..6a70eae 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system pkgver = 2.18.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/redhat-performance/tuned install = tuned.install arch = any diff --git a/PKGBUILD b/PKGBUILD index d13ea1b..05d5047 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tuned pkgver=2.18.0 -pkgrel=1 +pkgrel=2 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url="https://github.com/redhat-performance/${pkgname}" @@ -32,5 +32,8 @@ package() { make DESTDIR="${pkgdir}" install rm -r "${pkgdir}"/{run,var} + python -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/" } From 6258865f96919472de308431351e45cc1068bcbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Fri, 19 Aug 2022 23:13:11 +0200 Subject: [PATCH 19/19] Version 2.19.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6a70eae..93f411e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.18.0 - pkgrel = 2 + pkgver = 2.19.0 + pkgrel = 1 url = https://github.com/redhat-performance/tuned install = tuned.install arch = any @@ -21,7 +21,7 @@ pkgbase = tuned optdepends = virt-what: For use with virtual machines optdepends = systemtap: Disk and net statistic monitoring systemtap scripts backup = etc/tuned/active_profile - source = https://github.com/redhat-performance/tuned/archive/v2.18.0.tar.gz - sha256sums = b00c92cc21fa8595e95aba95042e7f590ea4146328491a655936a811e2590d80 + source = https://github.com/redhat-performance/tuned/archive/v2.19.0.tar.gz + sha256sums = 3cb2aeb9ecebd66a1a1c3aaff9589f5c5402201d16f7caa01acf0b9374ed8724 pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index 05d5047..e3085cb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Tom pkgname=tuned -pkgver=2.18.0 -pkgrel=2 +pkgver=2.19.0 +pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url="https://github.com/redhat-performance/${pkgname}" @@ -16,7 +16,7 @@ makedepends=('desktop-file-utils') backup=('etc/tuned/active_profile') install="${pkgname}.install" source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('b00c92cc21fa8595e95aba95042e7f590ea4146328491a655936a811e2590d80') +sha256sums=('3cb2aeb9ecebd66a1a1c3aaff9589f5c5402201d16f7caa01acf0b9374ed8724') prepare() { cd "${pkgname}-${pkgver}" @@ -32,8 +32,8 @@ package() { make DESTDIR="${pkgdir}" install rm -r "${pkgdir}"/{run,var} - python -m compileall -d /usr/lib "$pkgdir/usr/lib" - python -O -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" install -Dm644 tuned.service "${pkgdir}/usr/lib/systemd/system/" }