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

Dave Reisner dreisner at nymeria.archlinux.org
Sun Jun 1 04:01:42 UTC 2014


    Date: Sunday, June 1, 2014 @ 06:01:42
  Author: dreisner
Revision: 213937

upgpkg: systemd 213-3

- fixup install scriptlet
- drop check function, since the tests don't run correctly and hang in containers
- remove hard-enabled systemd-resolved.service (FS#40629)

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-01 03:57:18 UTC (rev 213936)
+++ PKGBUILD	2014-06-01 04:01:42 UTC (rev 213937)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=213
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -52,10 +52,6 @@
   make
 }
 
-check() {
-  make -C "$pkgname-$pkgver" check || :
-}
-
 package_systemd() {
   pkgdesc="system and service manager"
   license=('GPL2' 'LGPL2.1' 'MIT')
@@ -90,6 +86,7 @@
   # post_install as a sane default.
   rm "$pkgdir/etc/systemd/system/getty.target.wants/getty at tty1.service"
   rm "$pkgdir/etc/systemd/system/multi-user.target.wants/systemd-networkd.service"
+  rm "$pkgdir/etc/systemd/system/multi-user.target.wants/systemd-resolved.service"
   rmdir "$pkgdir/etc/systemd/system/getty.target.wants"
 
   # get rid of RPM macros




More information about the arch-commits mailing list