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

Dave Reisner dreisner at nymeria.archlinux.org
Tue Jun 3 13:37:49 UTC 2014


    Date: Tuesday, June 3, 2014 @ 15:37:49
  Author: dreisner
Revision: 214095

upgpkg: systemd 213-5

- drop unwanted patch (too soon, executus)

Modified:
  systemd/trunk/PKGBUILD
Deleted:
  systemd/trunk/0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch

-----------------------------------------------------------------+
 0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch |   29 ----------
 PKGBUILD                                                        |    9 +--
 2 files changed, 3 insertions(+), 35 deletions(-)

Deleted: 0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch
===================================================================
--- 0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch	2014-06-03 13:28:44 UTC (rev 214094)
+++ 0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch	2014-06-03 13:37:49 UTC (rev 214095)
@@ -1,29 +0,0 @@
-From 01501939d5f608541c1ea98fe2da84d841f9c9bc Mon Sep 17 00:00:00 2001
-From: Tom Gundersen <teg at jklm.no>
-Date: Mon, 2 Jun 2014 15:05:05 +0200
-Subject: [PATCH] tmpfiles: systemd.conf - fix ownership of network directories
-
----
- tmpfiles.d/systemd.conf | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
-index 7efab0e..1fce514 100644
---- a/tmpfiles.d/systemd.conf
-+++ b/tmpfiles.d/systemd.conf
-@@ -21,9 +21,9 @@ d /run/systemd/sessions 0755 root root -
- d /run/systemd/users 0755 root root -
- d /run/systemd/machines 0755 root root -
- d /run/systemd/shutdown 0755 root root -
--d /run/systemd/network 0755 root root -
--d /run/systemd/network/links 0755 root root -
--d /run/systemd/network/leases 0755 root root -
-+d /run/systemd/network 0755 systemd-network systemd-network -
-+d /run/systemd/network/links 0755 systemd-network systemd-network -
-+d /run/systemd/network/leases 0755 systemd-network systemd-network -
- 
- m /var/log/journal 2755 root systemd-journal - -
- Z /var/log/journal/%m 2755 root systemd-journal - -
--- 
-2.0.0
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-03 13:28:44 UTC (rev 214094)
+++ PKGBUILD	2014-06-03 13:37:49 UTC (rev 214095)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=213
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -16,20 +16,17 @@
         'initcpio-hook-udev'
         'initcpio-install-systemd'
         'initcpio-install-udev'
-        '0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch'
-        '0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch')
+        '0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch')
 md5sums=('06496edcf86ddf6d8c12d72ba78e735d'
          '29245f7a240bfba66e2b1783b63b6b40'
          '66cca7318e13eaf37c5b7db2efa69846'
          'bde43090d4ac0ef048e3eaee8202a407'
-         '5f8ad7126970855614c7fa34b317728d'
-         'd778cbbe8adb9651979da58cfe1c2dde')
+         '5f8ad7126970855614c7fa34b317728d')
 
 prepare() {
   cd "$pkgname-$pkgver"
 
   patch -Np1 <"$srcdir/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch"
-  patch -Np1 <"$srcdir/0001-tmpfiles-systemd.conf-fix-ownership-of-network-direc.patch"
 }
 
 build() {




More information about the arch-commits mailing list