[arch-commits] Commit in skopeo/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Oct 12 05:16:29 UTC 2018


    Date: Friday, October 12, 2018 @ 05:16:28
  Author: bpiotrowski
Revision: 392836

0.1.31-3: add configuration files to backup array

Modified:
  skopeo/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-11 22:39:25 UTC (rev 392835)
+++ PKGBUILD	2018-10-12 05:16:28 UTC (rev 392836)
@@ -2,7 +2,7 @@
 
 pkgname=skopeo
 pkgver=0.1.31
-pkgrel=2
+pkgrel=3
 pkgdesc='A command line utility for various operations on container images and image repositories.'
 arch=(x86_64)
 url='https://github.com/projectatomic/skopeo'
@@ -9,6 +9,11 @@
 license=(APACHE)
 depends=(gpgme device-mapper ostree)
 makedepends=(go-pie go-md2man btrfs-progs git)
+backup=(etc/containers/policy.json
+        etc/containers/registries.conf
+        etc/containers/registries.d/default.yaml
+        etc/containers/seccomp.json
+        etc/containers/storage.conf)
 _commit=b0b750dfa1bc598a643945c7f292204fa0f0bf09  # tags/v0.1.31
 source=(git+$url#commit=$_commit
         0001-Revert-ostree-add-selinux-label-for-each-file.patch



More information about the arch-commits mailing list