upgpkg: tuned-git 2.24.1.r0.g90c24ee-1

upstream release
Remove unnecessary sed instruction and options variable due to upstream changes
This commit is contained in:
Manuel 2024-11-27 23:42:20 +01:00
parent 3458cfb18c
commit 716947a4e2
Signed by: Manuel
GPG key ID: 4085037435E1F07A
2 changed files with 4 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = tuned-git pkgbase = tuned-git
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.24.0.r6.g35eed3c pkgver = 2.24.1.r0.g90c24ee
pkgrel = 2 pkgrel = 1
url = https://github.com/redhat-performance/tuned url = https://github.com/redhat-performance/tuned
arch = any arch = any
license = GPL-2.0-or-later license = GPL-2.0-or-later
@ -46,5 +46,4 @@ pkgname = tuned-ppd-git
provides = power-profiles-daemon provides = power-profiles-daemon
conflicts = tuned-ppd conflicts = tuned-ppd
conflicts = power-profiles-daemon conflicts = power-profiles-daemon
options = !emptydirs
backup = etc/tuned/ppd.conf backup = etc/tuned/ppd.conf

View file

@ -7,8 +7,8 @@
_pkgbase=tuned _pkgbase=tuned
pkgbase="${_pkgbase}-git" pkgbase="${_pkgbase}-git"
pkgname=("${_pkgbase}-git" "${_pkgbase}-ppd-git") pkgname=("${_pkgbase}-git" "${_pkgbase}-ppd-git")
pkgver=2.24.0.r6.g35eed3c pkgver=2.24.1.r0.g90c24ee
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/${_pkgbase}" url="https://github.com/redhat-performance/${_pkgbase}"
@ -30,7 +30,6 @@ prepare() {
sed -i 's|/libexec/|/lib/|g' Makefile sed -i 's|/libexec/|/lib/|g' Makefile
sed -i 's|/sbin/|/bin/|g' Makefile tuned.service tuned-gui.py tuned-gui.desktop tuned/ppd/tuned-ppd.service sed -i 's|/sbin/|/bin/|g' Makefile tuned.service tuned-gui.py tuned-gui.desktop tuned/ppd/tuned-ppd.service
sed -i 's|install-ppd: install$|install-ppd: install-dirs|' Makefile
} }
package_tuned-git() { package_tuned-git() {
@ -67,7 +66,6 @@ package_tuned-ppd-git() {
provides=("${_pkgbase}-ppd" 'power-profiles-daemon') provides=("${_pkgbase}-ppd" 'power-profiles-daemon')
conflicts=("${_pkgbase}-ppd" 'power-profiles-daemon') conflicts=("${_pkgbase}-ppd" 'power-profiles-daemon')
backup=('etc/tuned/ppd.conf') backup=('etc/tuned/ppd.conf')
options=('!emptydirs')
cd "${_pkgbase}" cd "${_pkgbase}"