Compare commits

..

No commits in common. "93170f9ecdff1837e81a27decc4e4d715d4a8419" and "c5bb7378f46b972ebcf39135b25add75768031e3" have entirely different histories.

5 changed files with 16 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = clonezilla-unstable
pkgdesc = ncurses partition and disk imaging/cloning program
pkgver = 5.6.23
pkgver = 5.6.22
pkgrel = 1
url = https://clonezilla.org
arch = any
@ -29,9 +29,9 @@ pkgbase = clonezilla-unstable
provides = clonezilla
conflicts = clonezilla
backup = etc/drbl/drbl-ocs.conf
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.6.23.tar.xz
source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.6.22.tar.xz
source = usrbin.patch
sha512sums = 49e2066b3c1393795c3674512d1c44ccdfac769189d140cf361d2236625a439e72d066bf409ae25b9660638d906d217870c194b0cec770ee0230221433408108
sha512sums = e1b58bbde1cf6fe42b94e5788207b9e1fb88b48522a0bae90567dd60ff26167aadcab0dfde2a1fb84701e0409928f991c91f4c44070fa740425095efb25657cc
sha512sums = 39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac
pkgname = clonezilla-unstable

View file

@ -2,7 +2,7 @@
pkgname=clonezilla-unstable
_pkgname=clonezilla
pkgver=5.6.23
pkgver=5.6.22
pkgrel=1
pkgdesc="ncurses partition and disk imaging/cloning program"
arch=('any')
@ -16,7 +16,7 @@ conflicts=("${_pkgname}")
provides=("${_pkgname}")
source=("https://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz"
'usrbin.patch')
sha512sums=('49e2066b3c1393795c3674512d1c44ccdfac769189d140cf361d2236625a439e72d066bf409ae25b9660638d906d217870c194b0cec770ee0230221433408108'
sha512sums=('e1b58bbde1cf6fe42b94e5788207b9e1fb88b48522a0bae90567dd60ff26167aadcab0dfde2a1fb84701e0409928f991c91f4c44070fa740425095efb25657cc'
'39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac')
prepare() {

View file

@ -1,7 +1,7 @@
pkgbase = tuned
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
pkgver = 2.24.0
pkgrel = 3
pkgrel = 2
url = https://github.com/redhat-performance/tuned
arch = any
license = GPL-2.0-or-later
@ -21,6 +21,7 @@ pkgbase = tuned
sha512sums = d004cd621e26195fff14b39f29b2143cf47de09641454acd3029d61142c3d000a452f018356c84c32772bd99fc766f6ee847d2a8eddbde8ae34aaa0ecefa644e
pkgname = tuned
install = tuned.install
optdepends = virt-what: virtual machine detection
optdepends = systemtap: detailed system monitoring
optdepends = tuned-ppd: power-profiles-daemon api translation

View file

@ -6,7 +6,7 @@
pkgbase=tuned
pkgname=("${pkgbase}" "${pkgbase}-ppd")
pkgver=2.24.0
pkgrel=3
pkgrel=2
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
arch=('any')
url="https://github.com/redhat-performance/${pkgbase}"
@ -40,6 +40,7 @@ package_tuned() {
'etc/tuned/realtime-virtual-guest-variables.conf'
'etc/tuned/realtime-virtual-host-variables.conf'
'etc/tuned/tuned-main.conf')
install="${pkgbase}.install"
cd "${pkgbase}-${pkgver}"

7
tuned/tuned.install Normal file
View file

@ -0,0 +1,7 @@
post_install() {
systemd-tmpfiles --create tuned.conf
}
pre_remove() {
systemd-tmpfiles --remove tuned.conf
}