Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-alerting-plugin


Commits:
2feaf0e5 by Leonidas Spyropoulos at 2024-08-19T19:14:08+01:00
rename patch

- - - - -
38e421d9 by Leonidas Spyropoulos at 2024-08-19T19:16:22+01:00
upgpkg: 2.16.0.0-2: new upstream release

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- skip-broken-test.patch → remove-empty-file-without-headers.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = opensearch-alerting-plugin
        pkgdesc = OpenSearch Alerting Plugin
        pkgver = 2.16.0.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://docs-beta.opensearch.org/monitoring-plugins/alerting
        arch = x86_64
        license = Apache-2.0
@@ -10,7 +10,7 @@ pkgbase = opensearch-alerting-plugin
        depends = opensearch=2.16.0
        depends = opensearch-notifications-plugin
        source = 
opensearch-alerting-plugin-2.16.0.0.tar.gz::https://github.com/opensearch-project/alerting/archive/2.16.0.0.tar.gz
-       source = skip-broken-test.patch
+       source = remove-empty-file-without-headers.patch
        sha256sums = 
1d4adaf300f3b15e2f71f5e3d1a0b0a0625d9a632ea480d647fb5c4c93eae008
        sha256sums = 
5bebae69c5b4074b6bf985546dec6fc418e1e7936051ac848d1e5bf47256de0e
 


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=opensearch-alerting-plugin
 pkgver=2.16.0.0
-pkgrel=1
+pkgrel=2
 _opensearchver=2.16.0
 _jdkver=11
 pkgdesc="OpenSearch Alerting Plugin"
@@ -13,14 +13,14 @@ depends=("opensearch=${_opensearchver}" 
"opensearch-notifications-plugin")
 makedepends=("java-environment-openjdk=${_jdkver}" 'unzip')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/alerting/archive/${pkgver}.tar.gz";
-  "skip-broken-test.patch"
+  "remove-empty-file-without-headers.patch"
 )
 sha256sums=('1d4adaf300f3b15e2f71f5e3d1a0b0a0625d9a632ea480d647fb5c4c93eae008'
             '5bebae69c5b4074b6bf985546dec6fc418e1e7936051ac848d1e5bf47256de0e')
 
 prepare() {
   cd "alerting-${pkgver}"
-  patch -Np1 < "$srcdir/skip-broken-test.patch"
+  patch -Np1 < "$srcdir/remove-empty-file-without-headers.patch"
 }
 
 build() {


=====================================
skip-broken-test.patch → remove-empty-file-without-headers.patch
=====================================



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-alerting-plugin/-/compare/58bfc54eafba784dd6a1c5201db4399399cdf504...38e421d99be78806b986afdf47207cce2e0b5972

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-alerting-plugin/-/compare/58bfc54eafba784dd6a1c5201db4399399cdf504...38e421d99be78806b986afdf47207cce2e0b5972
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to