From e4a9b22470d6f1ebab96b54c01f13388322a0b524c474c68e64f51756b53d66b Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 6 Oct 2017 04:24:02 +0000 Subject: [PATCH] - fix incorrect dependency in /usr/lib/systemd/system/nfs-client.target.d/nfs.conf When yast restarts "nfs" it should propagate to nfs-client, but doesn't. (boo#1053691) OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=183 --- nfs-client.nfs.conf | 2 +- nfs-utils.changes | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/nfs-client.nfs.conf b/nfs-client.nfs.conf index 1be0e10..21758b6 100644 --- a/nfs-client.nfs.conf +++ b/nfs-client.nfs.conf @@ -1,4 +1,4 @@ # When nfs is stopped or restarted, nfs-client must too. [Unit] -PartOf=nfs-client.target +PartOf=nfs.service diff --git a/nfs-utils.changes b/nfs-utils.changes index 8361e6f..539d52d 100644 --- a/nfs-utils.changes +++ b/nfs-utils.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 6 04:23:19 UTC 2017 - nfbrown@suse.com + +- fix incorrect dependency in + /usr/lib/systemd/system/nfs-client.target.d/nfs.conf + When yast restarts "nfs" it should propagate to nfs-client, + but doesn't. + (boo#1053691) + ------------------------------------------------------------------- Wed Jul 5 11:02:51 UTC 2017 - schwab@suse.de