[hyperv-daemons/f21] Update the File copy daemon to the latest git snapshot

Tomas Hozza thozza at fedoraproject.org
Mon Jul 14 09:02:13 UTC 2014


commit 889f1c155ba832f07af20c26fb21d5573f0512a6
Author: Tomas Hozza <thozza at redhat.com>
Date:   Mon Jul 14 11:01:31 2014 +0200

    Update the File copy daemon to the latest git snapshot
    
    - Fix hyperfcopyd.service to check for /dev/vmbus/hv_fcopy
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 hyperv-daemons.spec  |   10 +++++++---
 hypervfcopyd.service |    1 +
 sources              |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/hyperv-daemons.spec b/hyperv-daemons.spec
index d15fafe..590c551 100644
--- a/hyperv-daemons.spec
+++ b/hyperv-daemons.spec
@@ -5,13 +5,13 @@
 # HyperV FCOPY daemon binary name
 %global hv_fcopy_daemon hypervfcopyd
 # snapshot version
-%global snapver .20140611git
+%global snapver .20140714git
 # use hardened build
 %global _hardened_build 1
 
 Name:     hyperv-daemons
 Version:  0
-Release:  0.7%{?snapver}%{?dist}
+Release:  0.8%{?snapver}%{?dist}
 Summary:  HyperV daemons suite
 
 Group:    System Environment/Daemons
@@ -41,7 +41,7 @@ Source100:  hv_vss_daemon.c
 Source101:  hypervvssd.service
 
 # HYPERV FCOPY DAEMON
-# hv_fcopy_daemon.c -> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/plain/tools/hv/hv_fcopy_daemon.c?id=refs/tags/next-20140611
+# hv_fcopy_daemon.c -> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/plain/tools/hv/hv_fcopy_daemon.c?id=refs/tags/next-20140714
 Source200:  hv_fcopy_daemon.c
 Source201:  hypervfcopyd.service
 
@@ -272,6 +272,10 @@ fi
 %doc COPYING
 
 %changelog
+* Mon Jul 14 2014 Tomas Hozza <thozza at redhat.com> - 0-0.8.20140714git
+- Update the File copy daemon to the latest git snapshot
+- Fix hyperfcopyd.service to check for /dev/vmbus/hv_fcopy
+
 * Wed Jun 11 2014 Tomas Hozza <thozza at redhat.com> - 0-0.7.20140611git
 - Fix FTBFS (#1106781)
 - Use kernel-headers instead of kernel-devel for building
diff --git a/hypervfcopyd.service b/hypervfcopyd.service
index 5e965b5..f58698e 100644
--- a/hypervfcopyd.service
+++ b/hypervfcopyd.service
@@ -1,6 +1,7 @@
 [Unit]
 Description=Hyper-V FCOPY daemon
 ConditionVirtualization=microsoft
+ConditionPathExists=/dev/vmbus/hv_fcopy
 
 [Service]
 ExecStart=/usr/sbin/hypervfcopyd
diff --git a/sources b/sources
index 177ec15..c304292 100644
--- a/sources
+++ b/sources
@@ -3,5 +3,5 @@ dbb5cc7ec83ccc7b1c39458a7521c9b4  hv_get_dns_info.sh
 28b370a30d044ebe78fdbcd6d6051f5d  hv_kvp_daemon.c
 da7f77aa7507e950851cbb53673ce5d4  hv_set_ifconfig.sh
 18e75bce02aea146307877ebc4e5b45f  hv_vss_daemon.c
-7002bbf1a367085be17243d908e7394a  hv_fcopy_daemon.c
+fd3d834f68ca910ddce8759cfdbdbb9e  hv_fcopy_daemon.c
 d7810fab7487fb0aad327b76f1be7cd7  COPYING


More information about the scm-commits mailing list