[arch-commits] Commit in schroot/trunk (PKGBUILD)
Sergej Pupykin
spupykin at gemini.archlinux.org
Tue Jan 25 14:18:17 UTC 2022
Date: Tuesday, January 25, 2022 @ 14:18:16
Author: spupykin
Revision: 1115516
upgpkg: schroot 1.6.10-30
Modified:
schroot/trunk/PKGBUILD
----------+
PKGBUILD | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-25 14:00:48 UTC (rev 1115515)
+++ PKGBUILD 2022-01-25 14:18:16 UTC (rev 1115516)
@@ -3,7 +3,7 @@
pkgname=schroot
pkgver=1.6.10
-pkgrel=29
+pkgrel=30
pkgdesc="Allows users to execute shell commands under different root filesystems. (Successor to dchroot)."
url="https://packages.qa.debian.org/s/schroot.html"
license=('GPL3')
@@ -21,6 +21,7 @@
'etc/schroot/arch32/nssdatabases')
source=("http://http.debian.net/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.xz"
"http://http.debian.net/debian/pool/main/s/schroot/schroot_$pkgver-3+deb9u1.debian.tar.xz"
+ "https://src.fedoraproject.org/rpms/schroot/raw/rawhide/f/schroot-gcc8-assert-fix.patch"
'arch32-example'
'arch32-config'
'arch32-copyfiles'
@@ -28,15 +29,6 @@
'arch32-nssdatabases'
'pam.d.schroot.patch'
'schroot-cppunit.patch')
-md5sums=('f8ec667831487f4b12e094bc0dc9bbe3'
- '467f67cfc9596ddf301bd26968935d29'
- '54239847f89b9a4772910415bde6276a'
- '5a3f7b839c7e0b8933748da7c5b6385b'
- 'ddb2f09c02b24dab777110f9808472e1'
- 'f0d5d5b5e34a860f6f90b5628c680f46'
- 'af1da6edd8c8c0dafeeb2c2c4e0c840b'
- '8010bec7317174c3b10468c87cd2d35b'
- '4c744c38b1541359de5696c65a508e5e')
prepare() {
cd ${pkgname}-${pkgver}
@@ -45,6 +37,8 @@
done
# fix configure with cppunit 1.4
patch -p1 -i ../schroot-cppunit.patch
+ # https://bugs.archlinux.org/task/73481
+ patch -p1 -i ../schroot-gcc8-assert-fix.patch
./bootstrap
}
@@ -84,3 +78,13 @@
install -m 644 "$srcdir"/arch32-example "$pkgdir"/etc/schroot/chroot.d/arch32.conf.example
patch -i "$srcdir"/pam.d.schroot.patch "$pkgdir"/etc/pam.d/schroot
}
+sha256sums=('3ce8dfd9cb97b099e4b6d4ccec421d6cc8c9ef84574681e928a12badb5643d0b'
+ '56bc82fc8ae7f6ca7eef506ccc1dca1211b2c84d83efc50d24670b8bdb9ea8bb'
+ '7a15406681e5b06431033ad3fe3212a28c7af7dd9ea3a3e945f4bb95d800bd86'
+ '5ae07ef1b4525e9a6d9793d9d50cbf6d3f577f0a4001a2cde668d6817b03a6d5'
+ '11730e71d6974a2172a86f2219ff0b394524567f4d75f11b7424dced2b40ed9b'
+ 'e67bb203b623ae9ecd4fe034546759c60780393d85bf87a907a94f114e425942'
+ '8e6ea4cc6befc95a7a37edc590619a2ef0a060ad38c4d0a1830bb00c43becdb0'
+ '2d564a13fbf330465aa00e442dcf6845263253be96f4776075be738b0018ef38'
+ 'c7a46fa1c901b41c1d1928771bf4036e1fdb779f6a8241d2acf9fc0d72cd7572'
+ '604a0b312f33a07e309d7857faf4edcc2985827da08a927c1d267dbb0946a240')
More information about the arch-commits
mailing list