[arch-commits] Commit in snapper/trunk (PKGBUILD usr-paths.patch)

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Wed Sep 22 15:02:53 UTC 2021


    Date: Wednesday, September 22, 2021 @ 15:02:52
  Author: mtorromeo
Revision: 1021603

upgpkg: snapper 0.9.1-1

Modified:
  snapper/trunk/PKGBUILD
  snapper/trunk/usr-paths.patch

-----------------+
 PKGBUILD        |    9 +++++----
 usr-paths.patch |   12 ------------
 2 files changed, 5 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 15:02:41 UTC (rev 1021602)
+++ PKGBUILD	2021-09-22 15:02:52 UTC (rev 1021603)
@@ -2,8 +2,8 @@
 # Contributor: Tom Kuther <gimpel at sonnenkinder.org>
 
 pkgname=snapper
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
 pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping."
 arch=('x86_64')
 url="http://snapper.io"
@@ -17,11 +17,11 @@
         "cron-rename.patch"
         "drift-file-path.patch"
         "usr-paths.patch")
-sha256sums=('ca7b17d0213aa5281ff08d968b4e029b78bb3870eb79fd7bc7f879b17f5c969e'
+sha256sums=('8150d8de439836f39d6dd530a0837ba02effbc28b9d2ce8791fda66087565352'
             '267118a198583fc1ff10f376e108c0600844e0b1370e44ac4674b20332bff106'
             'df980fe0faa6a21f8df59b90d486e50e4fc766de808049e77a52d1a73d139b82'
             '093c7993e466a0cf9c0794a971825f5f1b40047512857bc124ed0d63dbb306d6'
-            '9044decfb1a0bc4ccd640492e8caa4b360a2ea40b8ac5a90a344dc50e1855c0b')
+            '710da7638a1c123a6985398a15cd7c03432fc3b2d781e2d7a20a1a52669eed95')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -42,6 +42,7 @@
   ./configure --prefix=/usr \
               --sbindir=/usr/bin \
               --with-conf=/etc/conf.d \
+              --with-pam-security=/usr/lib/security \
               --disable-zypp \
               --disable-silent-rules
   make

Modified: usr-paths.patch
===================================================================
--- usr-paths.patch	2021-09-22 15:02:41 UTC (rev 1021602)
+++ usr-paths.patch	2021-09-22 15:02:52 UTC (rev 1021603)
@@ -9,16 +9,4 @@
 -Exec=/usr/sbin/snapperd
 +Exec=/usr/bin/snapperd
  User=root
-diff --git a/pam/Makefile.am b/pam/Makefile.am
-index befccf8..dd1652c 100644
---- a/pam/Makefile.am
-+++ b/pam/Makefile.am
-@@ -8,7 +8,7 @@ AM_CFLAGS = -D_GNU_SOURCE -Wwrite-strings
  
- AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFLAGS)
- 
--securelibdir = $(shell echo /`basename $(libdir)`/security)
-+securelibdir = $(shell echo /usr/`basename $(libdir)`/security)
- 
- securelib_LTLIBRARIES = pam_snapper.la
- 



More information about the arch-commits mailing list