Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / snapper


Commits:
838a0a8c by Massimiliano Torromeo at 2024-04-21T10:54:44+02:00
upgpkg: 0.11.0-1

- - - - -


4 changed files:

- .SRCINFO
- PKGBUILD
- conf-d.patch
- cron-rename.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = snapper
        pkgdesc = A tool for managing BTRFS and LVM snapshots. It can create, 
diff and restore snapshots and provides timelined auto-snapping.
-       pkgver = 0.10.7
+       pkgver = 0.11.0
        pkgrel = 1
        url = http://snapper.io
        arch = x86_64
@@ -20,14 +20,14 @@ pkgbase = snapper
        depends = json-c
        optdepends = pam: pam_snapper
        backup = etc/conf.d/snapper
-       source = 
https://github.com/openSUSE/snapper/archive/v0.10.7/snapper-0.10.7.tar.gz
+       source = 
https://github.com/openSUSE/snapper/archive/v0.11.0/snapper-0.11.0.tar.gz
        source = conf-d.patch
        source = cron-rename.patch
        source = drift-file-path.patch
        source = usr-paths.patch
-       sha256sums = 
fe451fb6c03e75232319c447e614501417a21bee82abb1fc732660ae707213d2
-       sha256sums = 
267118a198583fc1ff10f376e108c0600844e0b1370e44ac4674b20332bff106
-       sha256sums = 
0e76f2aef9ac05d719e25c2d60e7eba4b533778a57fe98fd047f256c6845f65f
+       sha256sums = 
6cd28b18e8e2f22c477951aa28fe3eb8ff0f9c31a630ada1b9e68ee3606c57c5
+       sha256sums = 
527fc127eb0569eea9dcb888833e0b1f54302bfcb3a88f0101ae32837771bc61
+       sha256sums = 
a78fea96638cd686cb727316b68d0c44e6e3154e72947025774fc0e58c7dce35
        sha256sums = 
093c7993e466a0cf9c0794a971825f5f1b40047512857bc124ed0d63dbb306d6
        sha256sums = 
710da7638a1c123a6985398a15cd7c03432fc3b2d781e2d7a20a1a52669eed95
 


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Tom Kuther <gim...@sonnenkinder.org>
 
 pkgname=snapper
-pkgver=0.10.7
+pkgver=0.11.0
 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')
@@ -17,9 +17,9 @@ 
source=("https://github.com/openSUSE/snapper/archive/v$pkgver/$pkgname-$pkgver.t
         "cron-rename.patch"
         "drift-file-path.patch"
         "usr-paths.patch")
-sha256sums=('fe451fb6c03e75232319c447e614501417a21bee82abb1fc732660ae707213d2'
-            '267118a198583fc1ff10f376e108c0600844e0b1370e44ac4674b20332bff106'
-            '0e76f2aef9ac05d719e25c2d60e7eba4b533778a57fe98fd047f256c6845f65f'
+sha256sums=('6cd28b18e8e2f22c477951aa28fe3eb8ff0f9c31a630ada1b9e68ee3606c57c5'
+            '527fc127eb0569eea9dcb888833e0b1f54302bfcb3a88f0101ae32837771bc61'
+            'a78fea96638cd686cb727316b68d0c44e6e3154e72947025774fc0e58c7dce35'
             '093c7993e466a0cf9c0794a971825f5f1b40047512857bc124ed0d63dbb306d6'
             '710da7638a1c123a6985398a15cd7c03432fc3b2d781e2d7a20a1a52669eed95')
 


=====================================
conf-d.patch
=====================================
@@ -1,36 +1,5 @@
-diff --git a/scripts/pam_snapper_userdel.sh b/scripts/pam_snapper_userdel.sh
-index 30be9be..1ffa63e 100755
---- a/scripts/pam_snapper_userdel.sh
-+++ b/scripts/pam_snapper_userdel.sh
-@@ -40,7 +40,7 @@ fi
- if [ ${DRYRUN} == 0 ] ; then
-       # Delete the snapper configuration
-       # This deletes $SNAPPERCFGDIR/home_${MYUSER}
--      # removes "home_${MYUSER}" from /etc/sysconfig/snapper
-+      # removes "home_${MYUSER}" from /etc/conf.d/snapper
-       # and deletes all snapshots
-       ${CMD_SNAPPER} -c home_${MYUSER} delete-config
-       # Delete the USER's home subvolume
-diff --git a/scripts/snapper-daily b/scripts/snapper-daily
-index 27e7a10..2ee7fff 100755
---- a/scripts/snapper-daily
-+++ b/scripts/snapper-daily
-@@ -9,10 +9,10 @@ export PATH
- 
- 
- #
--# get information from /etc/sysconfig/snapper
-+# get information from /etc/conf.d/snapper
- #
--if [ -f /etc/sysconfig/snapper ] ; then
--    . /etc/sysconfig/snapper
-+if [ -f /etc/conf.d/snapper ] ; then
-+    . /etc/conf.d/snapper
- fi
- 
- 
 diff --git a/scripts/snapper-hourly b/scripts/snapper-hourly
-index bc6cd4d..1ef49ff 100755
+index 36a41f5..f36d8ec 100755
 --- a/scripts/snapper-hourly
 +++ b/scripts/snapper-hourly
 @@ -9,10 +9,10 @@ export PATH


=====================================
cron-rename.patch
=====================================
@@ -1,14 +1,12 @@
 diff --git a/scripts/Makefile.am b/scripts/Makefile.am
-index 506f74a..407382c 100644
+index 1f8176c..b5df671 100644
 --- a/scripts/Makefile.am
 +++ b/scripts/Makefile.am
-@@ -17,7 +17,7 @@ endif
- EXTRA_DIST = snapper-hourly snapper-daily bash-completion.bash 
$(pam_snapper_SCRIPTS)
+@@ -17,6 +17,6 @@ endif
+ EXTRA_DIST = snapper-hourly bash-completion.bash zsh-completion.zsh 
$(pam_snapper_SCRIPTS)
  
  install-data-local:
 -      install -D snapper-hourly $(DESTDIR)/etc/cron.hourly/suse.de-snapper
--      install -D snapper-daily $(DESTDIR)/etc/cron.daily/suse.de-snapper
 +      install -D snapper-hourly $(DESTDIR)/etc/cron.hourly/snapper
-+      install -D snapper-daily $(DESTDIR)/etc/cron.daily/snapper
        install -D --mode a+r,u+w bash-completion.bash 
$(DESTDIR)/usr/share/bash-completion/completions/snapper
- 
+       install -D --mode a+r,u+w zsh-completion.zsh 
$(DESTDIR)/usr/share/zsh/site-functions/_snapper



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/snapper/-/commit/838a0a8cb7a4b88c165646710a5d9d63faef2bec

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/snapper/-/commit/838a0a8cb7a4b88c165646710a5d9d63faef2bec
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to