summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d00461987548..e4d3c929cdb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stratisd
pkgdesc = Stratis is a new tool that meets the needs of Red Hat Enterprise Linux (RHEL) users calling for an easily configured, tightly integrated solution for storage that works within the existing Red Hat storage management stack.
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://stratis-storage.github.io/
arch = x86_64
license = MPL2
diff --git a/PKGBUILD b/PKGBUILD
index a417acdb5480..bd08629d2507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='stratisd'
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='Stratis is a new tool that meets the needs of Red Hat Enterprise Linux (RHEL) users calling for an easily configured, tightly integrated solution for storage that works within the existing Red Hat storage management stack.'
arch=('x86_64')
url='https://stratis-storage.github.io/'
@@ -21,6 +21,9 @@ build() {
# Release
make build
make docs
+
+ # patch systemd config
+ sed -i 's,/usr/libexec,/usr/bin,g' stratisd.service
}
check() {