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@redhat.com>
This commit is contained in:
parent
29897df2af
commit
889f1c155b
@ -5,13 +5,13 @@
|
|||||||
# HyperV FCOPY daemon binary name
|
# HyperV FCOPY daemon binary name
|
||||||
%global hv_fcopy_daemon hypervfcopyd
|
%global hv_fcopy_daemon hypervfcopyd
|
||||||
# snapshot version
|
# snapshot version
|
||||||
%global snapver .20140611git
|
%global snapver .20140714git
|
||||||
# use hardened build
|
# use hardened build
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: hyperv-daemons
|
Name: hyperv-daemons
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 0.7%{?snapver}%{?dist}
|
Release: 0.8%{?snapver}%{?dist}
|
||||||
Summary: HyperV daemons suite
|
Summary: HyperV daemons suite
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -41,7 +41,7 @@ Source100: hv_vss_daemon.c
|
|||||||
Source101: hypervvssd.service
|
Source101: hypervvssd.service
|
||||||
|
|
||||||
# HYPERV FCOPY DAEMON
|
# 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
|
Source200: hv_fcopy_daemon.c
|
||||||
Source201: hypervfcopyd.service
|
Source201: hypervfcopyd.service
|
||||||
|
|
||||||
@ -272,6 +272,10 @@ fi
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 14 2014 Tomas Hozza <thozza@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@redhat.com> - 0-0.7.20140611git
|
* Wed Jun 11 2014 Tomas Hozza <thozza@redhat.com> - 0-0.7.20140611git
|
||||||
- Fix FTBFS (#1106781)
|
- Fix FTBFS (#1106781)
|
||||||
- Use kernel-headers instead of kernel-devel for building
|
- Use kernel-headers instead of kernel-devel for building
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Hyper-V FCOPY daemon
|
Description=Hyper-V FCOPY daemon
|
||||||
ConditionVirtualization=microsoft
|
ConditionVirtualization=microsoft
|
||||||
|
ConditionPathExists=/dev/vmbus/hv_fcopy
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/hypervfcopyd
|
ExecStart=/usr/sbin/hypervfcopyd
|
||||||
|
2
sources
2
sources
@ -3,5 +3,5 @@ dbb5cc7ec83ccc7b1c39458a7521c9b4 hv_get_dns_info.sh
|
|||||||
28b370a30d044ebe78fdbcd6d6051f5d hv_kvp_daemon.c
|
28b370a30d044ebe78fdbcd6d6051f5d hv_kvp_daemon.c
|
||||||
da7f77aa7507e950851cbb53673ce5d4 hv_set_ifconfig.sh
|
da7f77aa7507e950851cbb53673ce5d4 hv_set_ifconfig.sh
|
||||||
18e75bce02aea146307877ebc4e5b45f hv_vss_daemon.c
|
18e75bce02aea146307877ebc4e5b45f hv_vss_daemon.c
|
||||||
7002bbf1a367085be17243d908e7394a hv_fcopy_daemon.c
|
fd3d834f68ca910ddce8759cfdbdbb9e hv_fcopy_daemon.c
|
||||||
d7810fab7487fb0aad327b76f1be7cd7 COPYING
|
d7810fab7487fb0aad327b76f1be7cd7 COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user