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

Dave Reisner dreisner at archlinux.org
Sat Apr 28 17:25:02 UTC 2012


    Date: Saturday, April 28, 2012 @ 13:25:02
  Author: dreisner
Revision: 157466

upgpkg: systemd 44-6

- rebuild for /lib/security -> /usr/lib/security
- add upstream commits for backports
- flesh out license array
- build with --disable-ima (this is probably a NOOP until v183)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-28 17:19:05 UTC (rev 157465)
+++ PKGBUILD	2012-04-28 17:25:02 UTC (rev 157466)
@@ -4,10 +4,10 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd')
 pkgver=44
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
-license=('GPL2')
+license=('GPL2' 'LGPL2.1' 'MIT')
 makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 'gperf' 'intltool'
              'kmod' 'libcap' 'libxslt' 'linux-api-headers' 'pam' 'udev' 'xz')
 options=('!libtool')
@@ -25,10 +25,10 @@
 build() {
   cd "$pkgname-$pkgver"
 
-  # https://bugzilla.redhat.com/show_bug.cgi?id=803358
+  # https://bugzilla.redhat.com/show_bug.cgi?id=803358 (upstream 5ebff53375)
   patch -Np1 <"$srcdir/0001-util-never-follow-symlinks-in-rm_rf_children.patch"
 
-  # https://bugs.archlinux.org/task/28386
+  # https://bugs.archlinux.org/task/28386 (upstream 75c8e3cffd)
   patch -Np1 <"$srcdir/0001-logind-close-FIFO-before-ending-sessions-cleanly.patch"
 
   # Fix broken 'systemctl list-unit-files' (upstream fb5ef067c49)
@@ -36,10 +36,11 @@
 
   ./configure --sysconfdir=/etc \
               --libexecdir=/usr/lib \
-              --with-pamlibdir=/lib/security \
+              --with-pamlibdir=/usr/lib/security \
               --localstatedir=/var \
               --with-distro=arch \
-              --enable-split-usr
+              --enable-split-usr \
+              --disable-ima
 
   make
 }




More information about the arch-commits mailing list