Tim Meusel pushed to branch main at Arch Linux / Packaging / Packages / puppet
Commits:
70c5cd2d by Tim Meusel at 2024-09-27T08:52:00+02:00
upgpkg: 8.9.0-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = puppet
pkgdesc = Server automation framework and application
pkgver = 8.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.puppet.com/community/open-source
install = puppet.install
arch = any
@@ -25,6 +25,8 @@ pkgbase = puppet
provides = puppet
conflicts = puppet5
conflicts = puppet6
+ conflicts = hiera
+ replaces = hiera
backup = etc/puppetlabs/puppet/puppet.conf
backup = etc/puppetlabs/puppet/hiera.yaml
source =
https://github.com/puppetlabs/puppet/archive/8.9.0/puppet-8.9.0.tar.gz
=====================================
PKGBUILD
=====================================
@@ -11,7 +11,7 @@
pkgname=puppet
pkgver=8.9.0
-pkgrel=1
+pkgrel=2
pkgdesc='Server automation framework and application'
arch=('any')
url='https://www.puppet.com/community/open-source'
@@ -82,8 +82,9 @@
sha512sums=('33d3f849d327b552d412750c68ccda7af9ce3ecc9a8769360d42e2fdd6b71742d68
'6203781a13142747827ee658db3e428ed97732abf356f88224a7f780bfa046ddafcdd69f1e551b3dbe1ad5b00d9a78248a1ba7e97c58fbac636500a95c5e3b7e'
'cf73509b4b66f307bfe5027814ec7b26173773f568f3b98286b8d1b8334b3f539f62151ac8fb7036be44b84e9d20c1805cd86177ffe1ab0924ed53407e4538ab'
'47fafc95cc9aba258cfd8919707366072a50f8a99b59f540c2531e1a367e8c9230070f8b9e7ae5c9ed4f536e05116234ed02ea431b6e48f61c82ce6dd92ebd9b')
-conflicts=('puppet5' 'puppet6')
+conflicts=('puppet5' 'puppet6' 'hiera')
provides=('puppet')
+replaces=('hiera')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/puppet/-/commit/70c5cd2d3196292bd06089ce763cfffdf3725e47
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/puppet/-/commit/70c5cd2d3196292bd06089ce763cfffdf3725e47
You're receiving this email because of your account on gitlab.archlinux.org.