summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Burrett2018-01-05 08:11:05 +0000
committerNick Burrett2018-01-05 08:11:05 +0000
commit8a7cc30409f9c13ed6c029df7cefee1fd2465d82 (patch)
tree3e7a4f3f00aeb6dc4524bb1884fdf9c5d115e546
parent45ea9784bbf367b532a6039509e3af480522fee4 (diff)
downloadaur-8a7cc30409f9c13ed6c029df7cefee1fd2465d82.tar.gz
v3.12.0 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
-rw-r--r--lizardfs.install9
3 files changed, 9 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac71f45ae4b9..bcb8dab60103 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 19 08:51:51 UTC 2017
+# Fri Jan 5 08:10:39 UTC 2018
pkgbase = lizardfs
pkgdesc = LizardFS is a highly reliable, scalable and efficient distributed file system. It spreads data over a number of physical servers, making it visible to an end user as a single file system.
- pkgver = 3.11.3
+ pkgver = 3.12.0
pkgrel = 1
url = http://lizardfs.com
install = lizardfs.install
@@ -20,9 +20,9 @@ pkgbase = lizardfs
conflicts = mfs-master
conflicts = mfs-chunkserver
conflicts = mfs-client
- source = http://github.com/lizardfs/lizardfs/archive/v3.11.3.tar.gz
+ source = http://github.com/lizardfs/lizardfs/archive/v3.12.0.tar.gz
source = cmath.patch
- sha256sums = 50991b76989aa1c139355769be6ba6ff9ec51b8403c99a3bc5f34710c1fd61ed
+ sha256sums = d21220dc7542539b48d5bff7abe047a8c6bdbab19cb03579f88f146dee3ec5f6
sha256sums = fd9e8e3e0bfbb3d1befb3a6136d9257dcebb60cd49012051773e35b355ce0d5c
pkgname = lizardfs
diff --git a/PKGBUILD b/PKGBUILD
index bd140293bd5b..aa36cbe91336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Burrett <nick@sqrt.co.uk>
# lizardfs is a fork of moosefs and as such is a replacement for it.
pkgname=lizardfs
-pkgver=3.11.3
+pkgver=3.12.0
pkgrel=1
pkgdesc='LizardFS is a highly reliable, scalable and efficient distributed file system. It spreads data over a number of physical servers, making it visible to an end user as a single file system.'
url='http://lizardfs.com'
@@ -12,7 +12,7 @@ depends=('asciidoc' 'boost' 'zlib' 'fuse' 'python2' 'bash' 'cmake')
install="$pkgname.install"
source=("http://github.com/lizardfs/lizardfs/archive/v${pkgver}.tar.gz"
"cmath.patch")
-sha256sums=('50991b76989aa1c139355769be6ba6ff9ec51b8403c99a3bc5f34710c1fd61ed'
+sha256sums=('d21220dc7542539b48d5bff7abe047a8c6bdbab19cb03579f88f146dee3ec5f6'
'fd9e8e3e0bfbb3d1befb3a6136d9257dcebb60cd49012051773e35b355ce0d5c')
prepare() {
@@ -25,6 +25,7 @@ build() {
cd "lizardfs-${pkgver%_*}/build"
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DENABLE_DEBIAN_PATHS=ON \
+ -DENABLE_CLIENT_LIB=YES \
-DCMAKE_INSTALL_PREFIX=/
make
}
@@ -39,6 +40,8 @@ package() {
done
mv "$pkgdir"/usr/sbin/* "$pkgdir/usr/bin/"
rmdir "$pkgdir/usr/sbin"
+ mv "$pkgdir"/usr/lib64/* "$pkgdir/usr/lib/"
+ rmdir "$pkgdir/usr/lib64"
}
# vim:set ts=2 sw=2 et:
diff --git a/lizardfs.install b/lizardfs.install
index 740a3a9330ef..5f777fe0489b 100644
--- a/lizardfs.install
+++ b/lizardfs.install
@@ -21,12 +21,3 @@ post_remove() {
echo " ==> User '$LFS_USER' removed"
}
-post_upgrade() {
- echo
- echo 'The latest release of MooseFS had several changes to how'
- echo 'files are packaged and installed. There were also changes to'
- echo 'the systemd service files. Please double-check that every'
- echo 'service you wish to run is running as you intended.'
- echo
-}
-