Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
moosefs


Commits:
507b8498 by Alexander F. Rødseth at 2024-10-23T14:02:45+02:00
upgpkg: 3.0.118-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = moosefs
        pkgdesc = High performing and fault tolerant distributed file system
-       pkgver = 3.0.117
-       pkgrel = 2
+       pkgver = 3.0.118
+       pkgrel = 1
        url = https://moosefs.com/
        arch = x86_64
-       license = GPL2
+       license = GPL-2.0-only
        makedepends = git
        depends = fuse3
        depends = libpcap
@@ -16,10 +16,10 @@ pkgbase = moosefs
        replaces = mfs-chunkserver
        replaces = mfs-client
        replaces = mfs-master
-       source = 
git+https://github.com/moosefs/moosefs#commit=79bca600d6ddfecfcb29af2fc6632b4e3d00f1a5
+       source = git+https://github.com/moosefs/moosefs#tag=v3.0.118
        source = moosefs.tmpfiles
        source = moosefs.sysusers
-       b2sums = SKIP
+       b2sums = 
a75dc6e5b010e5dea9b762aa28cf51c55d8fe3b6b48eadd94ccd784bf67f8390d797cad692db6f3a79e55a67faffb4d3adcb1e7f89cac441b6e570ae292cec9f
        b2sums = 
60c51df91a09e6680e10ffd0b3284a594ba585226f4acad7d389d6b39e98243d980155cb2ab83acf1a1b4ccf167bc682b7672121587e69280832127d472ede38
        b2sums = 
1d725b36f8c5d7ca458cc64166ebf8d1c477c32c51c652e8f521b37eeed942ca2f3ca098de2c1a65d524257308fc8758071bd129624c2d82022f38bda3823a5e
 


=====================================
PKGBUILD
=====================================
@@ -1,20 +1,20 @@
 # Maintainer: Alexander F. Rødseth <[email protected]>
 
 pkgname=moosefs
-pkgver=3.0.117
-pkgrel=2
+pkgver=3.0.118
+pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='https://moosefs.com/'
 replaces=(mfs-chunkserver mfs-client mfs-master)
 conflicts=(mfs-chunkserver mfs-client mfs-master)
 arch=(x86_64)
-license=(GPL2)
+license=(GPL-2.0-only)
 depends=(fuse3 libpcap python xfsprogs)
 makedepends=(git)
-source=("git+https://github.com/moosefs/moosefs#commit=79bca600d6ddfecfcb29af2fc6632b4e3d00f1a5";
 # tag: v3.0.117
+source=("git+https://github.com/moosefs/moosefs#tag=v$pkgver";
         moosefs.tmpfiles
         moosefs.sysusers)
-b2sums=('SKIP'
+b2sums=('a75dc6e5b010e5dea9b762aa28cf51c55d8fe3b6b48eadd94ccd784bf67f8390d797cad692db6f3a79e55a67faffb4d3adcb1e7f89cac441b6e570ae292cec9f'
         
'60c51df91a09e6680e10ffd0b3284a594ba585226f4acad7d389d6b39e98243d980155cb2ab83acf1a1b4ccf167bc682b7672121587e69280832127d472ede38'
         
'1d725b36f8c5d7ca458cc64166ebf8d1c477c32c51c652e8f521b37eeed942ca2f3ca098de2c1a65d524257308fc8758071bd129624c2d82022f38bda3823a5e')
 
@@ -37,8 +37,7 @@ package() {
   install -Dm644 "$pkgname.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
   install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
 
-  # Move mount.moosefs from sbin to usr/bin. They end up in
-  # /usr/bin just the same, but this silences a warning
+  # Move mount.moosefs from sbin to usr/bin to silence a warning
   mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
   mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
   rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/moosefs/-/commit/507b84980eec0a5f740e4dd4ad8f78e2352b5602

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/moosefs/-/commit/507b84980eec0a5f740e4dd4ad8f78e2352b5602
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to