[packages/systemd] Release 13. Turned off PLD RAID/LVM config inside containers.

matkor matkor at pld-linux.org
Sun Feb 21 00:19:57 CET 2016


commit 78c4c9bd35a20cc77da6b6273ee349f0aa689e14
Author: Mateusz Korniak <matkor at pld-linux.org>
Date:   Sun Feb 21 00:19:47 2016 +0100

    Release 13. Turned off PLD RAID/LVM config inside containers.

 pld-storage-init-late.service | 1 +
 pld-storage-init.service      | 1 +
 systemd.spec                  | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/systemd.spec b/systemd.spec
index 1f3c6f1..50677f7 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -28,7 +28,7 @@ Summary(pl.UTF-8):	systemd - zarządca systemu i usług dla Linuksa
 Name:		systemd
 # Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
 Version:	221
-Release:	12.1
+Release:	13
 Epoch:		1
 License:	GPL v2+ (udev), LGPL v2.1+ (the rest)
 Group:		Base
diff --git a/pld-storage-init-late.service b/pld-storage-init-late.service
index a672ba8..692c816 100644
--- a/pld-storage-init-late.service
+++ b/pld-storage-init-late.service
@@ -5,6 +5,7 @@ Conflicts=shutdown.target
 After=cryptsetup.target pld-storage-init.service
 Before=local-fs.target shutdown.target
 Wants=pld-wait-storage.service
+ConditionVirtualization=!container
 
 [Service]
 ExecStart=/lib/systemd/pld-storage-init
diff --git a/pld-storage-init.service b/pld-storage-init.service
index 24dd00c..40c57e4 100644
--- a/pld-storage-init.service
+++ b/pld-storage-init.service
@@ -5,6 +5,7 @@ Conflicts=shutdown.target
 After=pld-wait-storage.service
 Before=local-fs.target shutdown.target
 Wants=pld-wait-storage.service
+ConditionVirtualization=!container
 
 [Service]
 ExecStart=/lib/systemd/pld-storage-init
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/78c4c9bd35a20cc77da6b6273ee349f0aa689e14



More information about the pld-cvs-commit mailing list