mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 03:34:37 +08:00
updated kmod and util-linux
This commit is contained in:
parent
9f6a036280
commit
c338a8e1a1
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: abveritas[at]chakra-project[dot]org>
|
# Maintainer: abveritas[at]chakra-project[dot]org>
|
||||||
|
|
||||||
pkgname=kmod
|
pkgname=kmod
|
||||||
pkgver=12
|
pkgver=14
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Linux kernel module handling"
|
pkgdesc="Linux kernel module handling"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -14,8 +14,8 @@ conflicts=('module-init-tools')
|
|||||||
replaces=('module-init-tools')
|
replaces=('module-init-tools')
|
||||||
source=("ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz"
|
source=("ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz"
|
||||||
"depmod-search.conf")
|
"depmod-search.conf")
|
||||||
md5sums=('3d63b146c8ee5a04dfbef4be97f8226b'
|
sha1sums=('a9fa2993369a285f45aef11a8a2b56e7c57a56b1'
|
||||||
'9ae9acc68ca27134f55a0959073b8e53')
|
'489b0ce0efd193aab70421a852526ed04dd026c4')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
# maintainer Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
# maintainer Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||||
|
|
||||||
pkgname=util-linux
|
pkgname=util-linux
|
||||||
pkgver=2.22.1
|
pkgver=2.23.2
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="Miscellaneous system utilities for Linux"
|
pkgdesc="Miscellaneous system utilities for Linux"
|
||||||
url="http://www.kernel.org/pub/linux/utils/util-linux/"
|
url="http://www.kernel.org/pub/linux/utils/util-linux/"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
groups=('base')
|
groups=('base')
|
||||||
depends=('pam' 'shadow' 'coreutils' 'glibc')
|
depends=('pam' 'shadow' 'coreutils' 'glibc')
|
||||||
makedepend=('bc')
|
makedepends=('systemd')
|
||||||
conflicts=('util-linux-ng' 'eject')
|
conflicts=('util-linux-ng' 'eject')
|
||||||
provides=("util-linux-ng=${pkgver}" 'eject')
|
provides=("util-linux-ng=${pkgver}" 'eject')
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.22/${pkgname}-${pkgver}.tar.xz
|
source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.23/${pkgname}-${pkgver}.tar.xz
|
||||||
uuidd.tmpfiles
|
uuidd.tmpfiles
|
||||||
pam-login
|
pam-login
|
||||||
pam-common
|
pam-common
|
||||||
@ -33,7 +33,7 @@ backup=(etc/pam.d/chfn
|
|||||||
etc/pam.d/su
|
etc/pam.d/su
|
||||||
etc/pam.d/su-l)
|
etc/pam.d/su-l)
|
||||||
install=util-linux.install
|
install=util-linux.install
|
||||||
md5sums=('730cf9932531ed09b53a04ca30fcb4c9'
|
md5sums=('b39fde897334a4858bb2098edcce5b3f'
|
||||||
'a39554bfd65cccfd8254bb46922f4a67'
|
'a39554bfd65cccfd8254bb46922f4a67'
|
||||||
'4368b3f98abd8a32662e094c54e7f9b1'
|
'4368b3f98abd8a32662e094c54e7f9b1'
|
||||||
'a31374fef2cba0ca34dfc7078e2969e4'
|
'a31374fef2cba0ca34dfc7078e2969e4'
|
||||||
@ -89,6 +89,3 @@ package() {
|
|||||||
|
|
||||||
install -Dm644 "$srcdir/uuidd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/uuidd.conf"
|
install -Dm644 "$srcdir/uuidd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/uuidd.conf"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user