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

Dave Reisner dreisner at archlinux.org
Tue Apr 11 15:59:53 UTC 2017


    Date: Tuesday, April 11, 2017 @ 15:59:52
  Author: dreisner
Revision: 292589

upgpkg: systemd 233-3

- actually remove rpm macros
- remove etc.conf tmpfiles directive for nsswitch.conf

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-11 05:54:22 UTC (rev 292588)
+++ PKGBUILD	2017-04-11 15:59:52 UTC (rev 292589)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=233
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -40,6 +40,10 @@
   '63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering
 )
 
+_backports=(
+  'ff2e33db54719bfe8feea833571652318c6d197c'
+)
+
 _validate_tag() {
   local success fingerprint trusted status tag=v$pkgver
 
@@ -179,6 +183,7 @@
 
   # allow core/filesystem to pristine nsswitch.conf
   rm "$pkgdir/usr/share/factory/etc/nsswitch.conf"
+  sed -i '/^C \/etc\/nsswitch\.conf/d' "$pkgdir/usr/lib/tmpfiles.d/etc.conf"
 
   # add example bootctl configuration
   install -Dm644 "$srcdir/arch.conf" "$pkgdir"/usr/share/systemd/bootctl/arch.conf



More information about the arch-commits mailing list