File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
pkgbase = dracut-git
2
2
pkgdesc = An event driven initramfs infrastructure
3
3
pkgver = 059.r214.4980bad3
4
- pkgrel = 1
4
+ pkgrel = 2
5
5
url = https://github.com/dracutdevs/dracut
6
6
arch = x86_64
7
7
license = GPL-2.0-or-later
@@ -64,6 +64,8 @@ pkgbase = dracut-git
64
64
conflicts = dracut
65
65
backup = etc/dracut.conf
66
66
source = git+https://github.com/dracutdevs/dracut.git
67
+ source = 2527.patch::https://github.com/dracutdevs/dracut/commit/a2fe89116db4b286fbf515f26bd1773b5e6ee8ad.patch
67
68
sha512sums = SKIP
69
+ sha512sums = bba154e13463fb759e1cfd5f461b2b4e786ad8c6f4cacacbd918e911efc7d5a5368300676d6e6d8e9b7b2f4333314886bb1e34daac9f0c73c1c441baf7918063
68
70
69
71
pkgname = dracut-git
Original file line number Diff line number Diff line change 3
3
# Contributor: Giancarlo Razzolini <[email protected] >
4
4
pkgname=dracut-git
5
5
pkgver=059.r214.4980bad3
6
- pkgrel=1
6
+ pkgrel=2
7
7
pkgdesc=' An event driven initramfs infrastructure'
8
8
arch=(' x86_64' )
9
9
url=' https://github.com/dracutdevs/dracut'
@@ -73,14 +73,23 @@ conflicts=("${pkgname%-git}")
73
73
backup=(' etc/dracut.conf' )
74
74
source=(
75
75
' git+https://github.com/dracutdevs/dracut.git'
76
+ 2527.patch::https://github.com/dracutdevs/dracut/commit/a2fe89116db4b286fbf515f26bd1773b5e6ee8ad.patch
77
+ )
78
+ sha512sums=(
79
+ ' SKIP'
80
+ bba154e13463fb759e1cfd5f461b2b4e786ad8c6f4cacacbd918e911efc7d5a5368300676d6e6d8e9b7b2f4333314886bb1e34daac9f0c73c1c441baf7918063
76
81
)
77
- sha512sums=(' SKIP' )
78
82
79
83
pkgver () {
80
84
cd " ${pkgname% -git} "
81
85
git describe --long | sed ' s/\([^-]*-\)g/r\1/;s/-/./g'
82
86
}
83
87
88
+ prepare () {
89
+ cd " ${pkgname% -git} "
90
+ patch -Np1 < ../* .patch
91
+ }
92
+
84
93
build () {
85
94
cd " ${pkgname% -git} "
86
95
./configure --prefix=/usr --sysconfdir=/etc --systemdsystemunitdir=/usr/lib/systemd/system
You can’t perform that action at this time.
0 commit comments