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

Christian Hesse eworm at gemini.archlinux.org
Thu May 19 08:31:52 UTC 2022


    Date: Thursday, May 19, 2022 @ 08:31:52
  Author: eworm
Revision: 446029

upgpkg: systemd 251rc3-2: pull in latest commits, testing only!

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-19 06:30:47 UTC (rev 446028)
+++ PKGBUILD	2022-05-19 08:31:52 UTC (rev 446029)
@@ -5,7 +5,7 @@
 _tag='6cbeb4b82eababbf82ee54c150e95ddfe83aaefa' # git rev-parse v${_tag_name}
 _tag_name=251-rc3
 pkgver="${_tag_name/-/}"
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -61,6 +61,8 @@
             '825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
+  # current main
+  "${_tag}..1ab191b3a95cd511e630e24555ed50205d1ed220"
 )
 
 _reverts=(
@@ -79,7 +81,7 @@
     else
       git log --oneline -1 "${_c}"
     fi
-    git cherry-pick -n "${_c}"
+    git cherry-pick -n -m1 "${_c}"
   done
   for _c in "${_reverts[@]}"; do
     git log --oneline -1 "${_c}"



More information about the arch-commits mailing list