- 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
This commit is contained in:
Neil Brown 2017-10-06 04:24:02 +00:00 committed by Git OBS Bridge
parent a3b584ade6
commit e4a9b22470
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# When nfs is stopped or restarted, nfs-client must too.
[Unit]
PartOf=nfs-client.target
PartOf=nfs.service

View File

@ -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