summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorenihcam2017-04-25 13:57:58 +0800
committerenihcam2017-04-25 13:57:58 +0800
commit364c5e75cac6a24a5b54b4a42169450d9fec6d6d (patch)
treeaa84d6e48b8fffaeeebbbbf11ceb1db579a118f9
parent4b31b4b268f10b32dabaa7778b343e887e3d053d (diff)
downloadaur-364c5e75cac6a24a5b54b4a42169450d9fec6d6d.tar.gz
Enable backup of etc/waagent.conf
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16a5f4e69658..9c1849279773 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = walinuxagent
pkgdesc = Microsoft Azure Linux Guest Agent
pkgver = 2.2.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Azure/WALinuxAgent
arch = any
license = Apache
@@ -18,7 +18,7 @@ pkgbase = walinuxagent
depends = grep
depends = iproute2
provides = walinuxagent
- conflicts = walinuxagent
+ backup = etc/waagent.conf
source = https://github.com/Azure/WALinuxAgent/archive/v2.2.10.zip
sha256sums = 0a1225d3292fab251456a7055a929d38da76d6a913bf5549e42b1d2975112672
diff --git a/PKGBUILD b/PKGBUILD
index fac58d9fe5ac..a2b66b50a464 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=walinuxagent
_pkgname=WALinuxAgent
pkgver=2.2.10
-pkgrel=1
+pkgrel=2
pkgdesc="Microsoft Azure Linux Guest Agent"
arch=('any')
url="https://github.com/Azure/WALinuxAgent"
@@ -14,7 +14,7 @@ makedepends=('python' 'python-setuptools')
checkdepends=()
optdepends=()
provides=("walinuxagent")
-conflicts=("walinuxagent")
+backup=("etc/waagent.conf")
options=()
install=
changelog=