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

Dave Reisner dreisner at archlinux.org
Mon Aug 20 17:34:11 UTC 2012


    Date: Monday, August 20, 2012 @ 13:34:11
  Author: dreisner
Revision: 165484

- remove /etc/rpm, not just the macro (FS#31214)
- remove no longer existant optdep, initscripts-systemd

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-20 17:27:32 UTC (rev 165483)
+++ PKGBUILD	2012-08-20 17:34:11 UTC (rev 165484)
@@ -66,8 +66,7 @@
   pkgdesc="system and service manager"
   depends=('acl' 'dbus-core' "libsystemd=$pkgver" 'kmod' 'libcap' 'pam'
            "systemd-tools=$pkgver" 'util-linux' 'xz')
-  optdepends=('initscripts: legacy support for hostname and vconsole setup'
-              'initscripts-systemd: legacy generator for initialization scripts'
+  optdepends=('initscripts: legacy support for /etc/rc.conf'
               'python2-cairo: systemd-analyze'
               'python2-dbus: systemd-analyze'
               'systemd-arch-units: collection of native unit files for Arch daemon/init scripts'
@@ -102,7 +101,7 @@
   rmdir "$pkgdir/etc/systemd/system/getty.target.wants"
 
   ### get rid of RPM macros
-  rm -r "$pkgdir/etc/rpm/macros.systemd"
+  rm -r "$pkgdir/etc/rpm"
 
   # can't use py3k yet with systemd-analyze -- the 'plot' verb will not work.
   # https://pokersource.info/show_bug.cgi?id=50989




More information about the arch-commits mailing list