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

Thomas Bächler thomas at nymeria.archlinux.org
Thu Apr 3 20:05:49 UTC 2014


    Date: Thursday, April 3, 2014 @ 22:05:48
  Author: thomas
Revision: 209769

Make systemd depend on util-linux again.

systemd requires mount from util-linux. This does not introduce
dependency cycles.

The dependency chains that were broken before now look like this:

systemd->util-linux->libsystemd
util-linux->pam->libtirpc->krb5->e2fsprogs->libutil-linux

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-03 18:47:26 UTC (rev 209768)
+++ PKGBUILD	2014-04-03 20:05:48 UTC (rev 209769)
@@ -9,7 +9,7 @@
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
              'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt'  'libmicrohttpd' 'libxslt'
-             'libutil-linux' 'linux-api-headers' 'pam' 'python' 'python-lxml' 'quota-tools' 'xz')
+             'util-linux' 'linux-api-headers' 'pam' 'python' 'python-lxml' 'quota-tools' 'xz')
 options=('strip' 'debug')
 source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
         'initcpio-hook-udev'
@@ -48,7 +48,7 @@
   pkgdesc="system and service manager"
   license=('GPL2' 'LGPL2.1' 'MIT')
   depends=('acl' 'bash' 'dbus' 'glib2' 'kbd' 'kmod' 'hwids' 'libcap' 'libgcrypt'
-           'libsystemd' 'pam' 'libseccomp' 'libutil-linux' 'xz')
+           'libsystemd' 'pam' 'libseccomp' 'util-linux' 'xz')
   provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
   replaces=('nss-myhostname' 'systemd-tools' 'udev')
   conflicts=('nss-myhostname' 'systemd-tools' 'udev')




More information about the arch-commits mailing list