libvirt.spec.in 87.2 KB
Newer Older
1 2
# -*- rpm-spec -*-

3 4
# This spec file assumes you are building for Fedora 20 or newer,
# or for RHEL 6 or newer. It may need some tweaks for other distros.
5
# If neither fedora nor rhel was defined, try to guess them from dist
6 7 8 9
%if (0%{?fedora} && 0%{?fedora} >= 20) || (0%{?rhel} && 0%{?rhel} >= 6)
%define supported_platform 1
%else
%define supported_platform 0
10 11
%endif

12 13 14
# Default to skipping autoreconf.  Distros can change just this one line
# (or provide a command-line override) if they backport any patches that
# touch configure.ac or Makefile.am.
15
%{!?enable_autotools:%global enable_autotools 0}
16

17

18
# The hypervisor drivers that run in libvirtd
19 20 21 22 23 24
%define with_xen           0%{!?_without_xen:1}
%define with_qemu          0%{!?_without_qemu:1}
%define with_lxc           0%{!?_without_lxc:1}
%define with_uml           0%{!?_without_uml:1}
%define with_libxl         0%{!?_without_libxl:1}
%define with_vbox          0%{!?_without_vbox:1}
25

26
%define with_qemu_tcg      %{with_qemu}
27 28 29 30

%define qemu_kvm_arches %{ix86} x86_64

%if 0%{?fedora}
31
    %define qemu_kvm_arches %{ix86} x86_64 %{power64} s390x %{arm} aarch64
32 33 34 35 36
%endif

%if 0%{?rhel}
    %define with_qemu_tcg 0
    %define qemu_kvm_arches x86_64
37 38 39
    %if 0%{?rhel} >= 7
        %define qemu_kvm_arches x86_64 %{power64}
    %endif
40 41 42
%endif

%ifarch %{qemu_kvm_arches}
43
    %define with_qemu_kvm      %{with_qemu}
44
%else
45
    %define with_qemu_kvm      0
46 47
%endif

48 49 50 51
%if ! %{with_qemu_tcg} && ! %{with_qemu_kvm}
    %define with_qemu 0
%endif

52 53 54
# Then the hypervisor drivers that run outside libvirtd, in libvirt.so
%define with_openvz        0%{!?_without_openvz:1}
%define with_vmware        0%{!?_without_vmware:1}
55 56
%define with_phyp          0%{!?_without_phyp:1}
%define with_esx           0%{!?_without_esx:1}
57
%define with_hyperv        0%{!?_without_hyperv:1}
58

59
# Then the secondary host drivers, which run inside libvirtd
60 61 62 63 64 65 66
%define with_interface        0%{!?_without_interface:1}
%define with_network          0%{!?_without_network:1}
%define with_storage_fs       0%{!?_without_storage_fs:1}
%define with_storage_lvm      0%{!?_without_storage_lvm:1}
%define with_storage_iscsi    0%{!?_without_storage_iscsi:1}
%define with_storage_disk     0%{!?_without_storage_disk:1}
%define with_storage_mpath    0%{!?_without_storage_mpath:1}
67
%if 0%{?fedora} || 0%{?rhel} >= 7
68
    %define with_storage_rbd      0%{!?_without_storage_rbd:1}
69
%else
70
    %define with_storage_rbd      0
71
%endif
72
%if 0%{?fedora}
73
    %define with_storage_sheepdog 0%{!?_without_storage_sheepdog:1}
74
%else
75
    %define with_storage_sheepdog 0
76
%endif
77 78 79
%define with_storage_gluster 0%{!?_without_storage_gluster:1}
%define with_numactl          0%{!?_without_numactl:1}
%define with_selinux          0%{!?_without_selinux:1}
80 81

# A few optional bits off by default, we enable later
82
%define with_polkit        0%{!?_without_polkit:0}
83
%define with_fuse          0%{!?_without_fuse:0}
84
%define with_netcf         0%{!?_without_netcf:0}
85
%define with_udev          0%{!?_without_udev:0}
86
%define with_yajl          0%{!?_without_yajl:0}
87
%define with_nwfilter      0%{!?_without_nwfilter:0}
88
%define with_libpcap       0%{!?_without_libpcap:0}
89
%define with_macvtap       0%{!?_without_macvtap:0}
J
Jiri Denemark 已提交
90
%define with_libnl         0%{!?_without_libnl:0}
91
%define with_dtrace        0%{!?_without_dtrace:0}
92
%define with_cgconfig      0%{!?_without_cgconfig:0}
93
%define with_sanlock       0%{!?_without_sanlock:0}
94
%define with_systemd       0%{!?_without_systemd:0}
95
%define with_numad         0%{!?_without_numad:0}
96
%define with_firewalld     0%{!?_without_firewalld:0}
97
%define with_libssh2       0%{!?_without_libssh2:0}
98
%define with_wireshark     0%{!?_without_wireshark:0}
99
%define with_systemd_daemon 0%{!?_without_systemd_daemon:0}
100
%define with_pm_utils      1
101

102 103
# Non-server/HV driver defaults which are always enabled
%define with_sasl          0%{!?_without_sasl:1}
104
%define with_audit         0%{!?_without_audit:1}
105
%define with_nss_plugin    0%{!?_without_nss_plugin:1}
106 107 108 109


# Finally set the OS / architecture specific special cases

110
# Xen is available only on i386 x86_64 ia64
P
Peter Robinson 已提交
111
%ifnarch %{ix86} x86_64 ia64
112 113
    %define with_xen 0
    %define with_libxl 0
114 115
%endif

116 117 118 119 120
# vbox is available only on i386 x86_64
%ifnarch %{ix86} x86_64
    %define with_vbox 0
%endif

121 122
# Numactl is not available on s390[x] and ARM
%ifarch s390 s390x %{arm}
123
    %define with_numactl 0
D
Daniel P. Berrange 已提交
124
%endif
125

126 127
# libgfapi is built only on x86_64 on rhel
%ifnarch x86_64
128
    %if 0%{?rhel}
129 130 131 132
        %define with_storage_gluster 0
    %endif
%endif

133 134 135 136 137 138 139
# librados and librbd are built only on x86_64 on rhel
%ifnarch x86_64
    %if 0%{?rhel} >= 7
        %define with_storage_rbd 0
    %endif
%endif

140
# RHEL doesn't ship OpenVZ, VBox, UML, PowerHypervisor,
J
Ján Tomko 已提交
141
# VMware, libxenserver (xenapi), libxenlight (Xen 4.1 and newer),
142
# or HyperV.
143
%if 0%{?rhel}
144 145 146 147 148 149 150 151
    %define with_openvz 0
    %define with_vbox 0
    %define with_uml 0
    %define with_phyp 0
    %define with_vmware 0
    %define with_xenapi 0
    %define with_libxl 0
    %define with_hyperv 0
152
    %define with_vz 0
153 154
%endif

155 156
# Fedora 17 / RHEL-7 are first where we use systemd. Although earlier
# Fedora has systemd, libvirt still used sysvinit there.
157
%if 0%{?fedora} || 0%{?rhel} >= 7
158
    %define with_systemd 1
159
    %define with_systemd_daemon 1
160
    %define with_pm_utils 0
161 162
%endif

163
# Fedora 18 / RHEL-7 are first where firewalld support is enabled
164
%if 0%{?fedora} || 0%{?rhel} >= 7
165
    %define with_firewalld 1
166 167
%endif

168
# RHEL-6 stopped including Xen on all archs.
169
%if 0%{?rhel}
170
    %define with_xen 0
171 172
%endif

173
# fuse is used to provide virtualized /proc for LXC
174
%if 0%{?fedora} || 0%{?rhel} >= 7
175
    %define with_fuse      0%{!?_without_fuse:1}
176 177
%endif

178
%define with_polkit    0%{!?_without_polkit:1}
179 180 181
%define with_netcf     0%{!?_without_netcf:1}
%define with_udev      0%{!?_without_udev:1}
%define with_yajl      0%{!?_without_yajl:1}
182
%define with_dtrace 1
183

184 185
# interface requires netcf
%if ! 0%{?with_netcf}
186
    %define with_interface     0
187 188
%endif

189
# Enable sanlock library for lock management with QEMU
190
# Sanlock is available only on arches where kvm is available for RHEL
191
%if 0%{?fedora}
192
    %define with_sanlock 0%{!?_without_sanlock:1}
E
Eric Blake 已提交
193
%endif
194
%if 0%{?rhel}
195
    %ifarch %{qemu_kvm_arches}
196
        %define with_sanlock 0%{!?_without_sanlock:1}
197
    %endif
198 199
%endif

200
# Enable libssh2 transport for new enough distros
201
%if 0%{?fedora}
202
    %define with_libssh2 0%{!?_without_libssh2:1}
203 204
%endif

205 206 207 208 209
# Enable wireshark plugins for all distros shipping libvirt 1.2.2 or newer
%if 0%{?fedora} >= 21
    %define with_wireshark 0%{!?_without_wireshark:1}
%endif

210

211
%if %{with_qemu} || %{with_lxc} || %{with_uml}
212
    %define with_nwfilter 0%{!?_without_nwfilter:1}
213
# Enable libpcap library
214 215
    %define with_libpcap  0%{!?_without_libpcap:1}
    %define with_macvtap  0%{!?_without_macvtap:1}
216

217
# numad is used to manage the CPU and memory placement dynamically,
218
# it's not available on s390[x] and ARM.
219
    %ifnarch s390 s390x %{arm}
220
        %define with_numad    0%{!?_without_numad:1}
221
    %endif
222 223 224
%endif

%if %{with_macvtap}
225
    %define with_libnl 1
226 227
%endif

228
# Pull in cgroups config system
229 230
%if %{with_qemu} || %{with_lxc}
    %define with_cgconfig 0%{!?_without_cgconfig:1}
231 232
%endif

233
%if %{with_udev}
234
    %define with_nodedev 1
235
%else
236
    %define with_nodedev 0
237 238 239
%endif

%if %{with_storage_fs} || %{with_storage_mpath} || %{with_storage_iscsi} || %{with_storage_lvm} || %{with_storage_disk}
240
    %define with_storage 1
241
%else
242
    %define with_storage 0
243 244 245
%endif


246
# Force QEMU to run as non-root
247 248
%define qemu_user  qemu
%define qemu_group  qemu
249

250

251 252 253 254 255 256
# Advertise OVMF and AAVMF from nightly firmware repo
%if 0%{?fedora}
    %define with_loader_nvram --with-loader-nvram="/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd:/usr/share/edk2.git/ovmf-x64/OVMF_VARS-pure-efi.fd:/usr/share/edk2.git/aarch64/QEMU_EFI-pflash.raw:/usr/share/edk2.git/aarch64/vars-template-pflash.raw"
%endif


257
%if 0%{?fedora} || 0%{?rhel} >= 7
258
    %define with_systemd_macros 1
259
%else
260
    %define with_systemd_macros 0
261 262 263
%endif


264 265 266 267 268
# RHEL releases provide stable tool chains and so it is safe to turn
# compiler warning into errors without being worried about frequent
# changes in reported warnings
%if 0%{?rhel}
    %define enable_werror --enable-werror
J
Jiri Denemark 已提交
269
%else
270
    %define enable_werror --disable-werror
271 272 273
%endif


C
Cole Robinson 已提交
274
Summary: Library providing a simple virtualization API
275
Name: libvirt
276
Version: @VERSION@
277
Release: 1%{?dist}%{?extra_release}
278
License: LGPLv2+
279
Group: Development/Libraries
280
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
281
URL: http://libvirt.org/
282

283
%if %(echo %{version} | grep -o \\. | wc -l) == 3
284
    %define mainturl stable_updates/
285 286 287
%endif
Source: http://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.gz

288
Requires: libvirt-daemon = %{version}-%{release}
289
%if %{with_network}
290
Requires: libvirt-daemon-config-network = %{version}-%{release}
291 292
%endif
%if %{with_nwfilter}
293
Requires: libvirt-daemon-config-nwfilter = %{version}-%{release}
294 295
%endif
%if %{with_libxl}
296
Requires: libvirt-daemon-driver-libxl = %{version}-%{release}
297 298
%endif
%if %{with_lxc}
299
Requires: libvirt-daemon-driver-lxc = %{version}-%{release}
300 301
%endif
%if %{with_qemu}
302
Requires: libvirt-daemon-driver-qemu = %{version}-%{release}
303 304
%endif
%if %{with_uml}
305
Requires: libvirt-daemon-driver-uml = %{version}-%{release}
306 307
%endif
%if %{with_xen}
308
Requires: libvirt-daemon-driver-xen = %{version}-%{release}
309 310
%endif
%if %{with_vbox}
311
Requires: libvirt-daemon-driver-vbox = %{version}-%{release}
312 313
%endif
%if %{with_nwfilter}
314
Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release}
315
%endif
316

317
%if %{with_interface}
318
Requires: libvirt-daemon-driver-interface = %{version}-%{release}
319
%endif
320 321 322 323
Requires: libvirt-daemon-driver-secret = %{version}-%{release}
Requires: libvirt-daemon-driver-storage = %{version}-%{release}
Requires: libvirt-daemon-driver-network = %{version}-%{release}
Requires: libvirt-daemon-driver-nodedev = %{version}-%{release}
324
Requires: libvirt-client = %{version}-%{release}
325

326 327
# All build-time requirements. Run-time requirements are
# listed against each sub-RPM
328 329 330 331 332
%if 0%{?enable_autotools}
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gettext-devel
BuildRequires: libtool
333
BuildRequires: /usr/bin/pod2man
334
%endif
335
BuildRequires: git
336
BuildRequires: perl
D
Daniel P. Berrange 已提交
337
BuildRequires: python
338 339 340
%if %{with_systemd}
BuildRequires: systemd-units
%endif
341 342 343
%if %{with_systemd_daemon}
BuildRequires: systemd-devel
%endif
344
%if %{with_xen} || %{with_libxl}
345
BuildRequires: xen-devel
346
%endif
347
BuildRequires: libxml2-devel
348
BuildRequires: xhtml1-dtds
E
Eric Blake 已提交
349
BuildRequires: libxslt
350
BuildRequires: readline-devel
351
BuildRequires: ncurses-devel
352
BuildRequires: gettext
353
BuildRequires: libtasn1-devel
354
%if (0%{?rhel} && 0%{?rhel} < 7)
355
BuildRequires: libgcrypt-devel
356
%endif
R
Richard W.M. Jones 已提交
357
BuildRequires: gnutls-devel
358
BuildRequires: libattr-devel
359 360
# For pool-build probing for existing pools
BuildRequires: libblkid-devel >= 2.17
E
Eric Blake 已提交
361 362
# for augparse, optionally used in testing
BuildRequires: augeas
363
%if %{with_udev}
364
    %if 0%{?fedora} || 0%{?rhel} >= 7
365
BuildRequires: systemd-devel >= 185
366
    %else
367
BuildRequires: libudev-devel >= 145
368
    %endif
369 370
BuildRequires: libpciaccess-devel >= 0.10.9
%endif
371 372 373
%if %{with_yajl}
BuildRequires: yajl-devel
%endif
374
%if %{with_sanlock}
375 376
BuildRequires: sanlock-devel >= 2.4
%endif
377 378 379
%if %{with_libpcap}
BuildRequires: libpcap-devel
%endif
380
%if %{with_libnl}
381 382
BuildRequires: libnl3-devel
%endif
383
BuildRequires: avahi-devel
384
%if %{with_selinux}
385
BuildRequires: libselinux-devel
386 387
%endif
%if %{with_network}
388
BuildRequires: dnsmasq >= 2.41
E
Eric Blake 已提交
389
BuildRequires: iptables
390
    %if 0%{?rhel} && 0%{?rhel} < 7
E
Eric Blake 已提交
391
BuildRequires: iptables-ipv6
392
    %endif
E
Eric Blake 已提交
393 394 395 396
BuildRequires: radvd
%endif
%if %{with_nwfilter}
BuildRequires: ebtables
397
%endif
E
Eric Blake 已提交
398
BuildRequires: module-init-tools
399
%if %{with_sasl}
400
BuildRequires: cyrus-sasl-devel
401
%endif
402
%if %{with_polkit}
403
    %if 0%{?fedora} || 0%{?rhel} >= 7
C
Cole Robinson 已提交
404 405
# F22 polkit-devel doesn't pull in polkit anymore, which we need for pkcheck
BuildRequires: polkit >= 0.112
406
BuildRequires: polkit-devel >= 0.112
407
    %else
E
Eric Blake 已提交
408
BuildRequires: polkit-devel >= 0.93
409
    %endif
410
%endif
411
%if %{with_storage_fs}
412 413
# For mount/umount in FS driver
BuildRequires: util-linux
414
%endif
415 416 417 418
%if %{with_qemu}
# From QEMU RPMs
BuildRequires: /usr/bin/qemu-img
%else
419
    %if %{with_xen}
420 421
# From Xen RPMs
BuildRequires: /usr/sbin/qcow-create
422
    %endif
423
%endif
424
%if %{with_storage_lvm}
425 426
# For LVM drivers
BuildRequires: lvm2
427 428
%endif
%if %{with_storage_iscsi}
429 430
# For ISCSI driver
BuildRequires: iscsi-initiator-utils
431 432
%endif
%if %{with_storage_disk}
433 434
# For disk driver
BuildRequires: parted-devel
435
%endif
436
%if %{with_storage_mpath} || %{with_storage_disk}
437 438
# For Multipath support
BuildRequires: device-mapper-devel
439 440
%endif
%if %{with_storage_rbd}
441 442 443 444
    %if 0%{?rhel} >= 7
BuildRequires: librados2-devel
BuildRequires: librbd1-devel
    %else
445
BuildRequires: ceph-devel
446
    %endif
447
%endif
448 449 450 451
%if %{with_storage_gluster}
BuildRequires: glusterfs-api-devel >= 3.4.1
BuildRequires: glusterfs-devel >= 3.4.1
%endif
452
%if %{with_numactl}
453 454
# For QEMU/LXC numa info
BuildRequires: numactl-devel
455
%endif
456
BuildRequires: libcap-ng-devel >= 0.5.0
457 458 459
%if %{with_fuse}
BuildRequires: fuse-devel >= 2.8.6
%endif
460
%if %{with_phyp} || %{with_libssh2}
461 462
BuildRequires: libssh2-devel >= 1.3.0
%endif
463

M
Mark McLoughlin 已提交
464
%if %{with_netcf}
465
    %if 0%{?fedora} || 0%{?rhel} >= 7
466
BuildRequires: netcf-devel >= 0.2.2
467
    %else
468
BuildRequires: netcf-devel >= 0.1.8
469
    %endif
470
%endif
471 472 473
%if %{with_esx}
BuildRequires: libcurl-devel
%endif
474 475 476
%if %{with_hyperv}
BuildRequires: libwsman-devel >= 2.2.3
%endif
477 478 479
%if %{with_audit}
BuildRequires: audit-libs-devel
%endif
D
Daniel Veillard 已提交
480 481 482 483 484
%if %{with_dtrace}
# we need /usr/sbin/dtrace
BuildRequires: systemtap-sdt-devel
%endif

485 486 487 488 489 490
%if %{with_storage_fs}
# For mount/umount in FS driver
BuildRequires: util-linux
# For showmount in FS driver (netfs discovery)
BuildRequires: nfs-utils
%endif
491

492 493
%if %{with_firewalld} || %{with_polkit}
# Communication with the firewall and polkit daemons use DBus
494 495 496
BuildRequires: dbus-devel
%endif

497 498
# Fedora build root suckage
BuildRequires: gawk
499

500 501 502
# For storage wiping with different algorithms
BuildRequires: scrub

503 504 505 506
%if %{with_numad}
BuildRequires: numad
%endif

507 508 509 510
%if %{with_wireshark}
BuildRequires: wireshark-devel
%endif

511 512
Provides: bundled(gnulib)

513
%description
514
Libvirt is a C toolkit to interact with the virtualization capabilities
515 516 517
of recent versions of Linux (and other OSes). The main package includes
the libvirtd server exporting the virtualization support.

518 519 520 521 522 523 524 525
%package docs
Summary: API reference and website documentation
Group: Development/Libraries

%description docs
Includes the API reference for the libvirt C library, and a complete
copy of the libvirt.org website documentation.

526 527 528 529 530 531 532 533 534 535 536 537 538 539 540
%package daemon
Summary: Server side daemon and supporting files for libvirt library
Group: Development/Libraries

# All runtime requirements for the libvirt package (runtime requrements
# for subpackages are listed later in those subpackages)

# The client side, i.e. shared libs and virsh are in a subpackage
Requires: %{name}-client = %{version}-%{release}

# for modprobe of pci devices
Requires: module-init-tools
# for /sbin/ip & /sbin/tc
Requires: iproute
Requires: avahi-libs
541 542
%if %{with_polkit}
    %if 0%{?fedora} || 0%{?rhel} >= 7
543
Requires: polkit >= 0.112
544
    %else
E
Eric Blake 已提交
545
Requires: polkit >= 0.93
546
    %endif
547 548
%endif
%if %{with_cgconfig}
549
Requires: libcgroup
550 551
%endif
%ifarch %{ix86} x86_64 ia64
552 553
# For virConnectGetSysinfo
Requires: dmidecode
554
%endif
555
# For service management
556
%if %{with_systemd}
557 558 559 560
Requires(post): systemd-units
Requires(post): systemd-sysv
Requires(preun): systemd-units
Requires(postun): systemd-units
561 562
%endif
%if %{with_numad}
563
Requires: numad
564
%endif
565 566
# libvirtd depends on 'messagebus' service
Requires: dbus
567 568
# For uid creation during pre
Requires(pre): shadow-utils
569 570 571 572 573 574

%description daemon
Server side daemon required to manage the virtualization capabilities
of recent versions of Linux. Requires a hypervisor specific sub-RPM
for specific drivers.

575
%if %{with_network}
576 577 578 579 580
%package daemon-config-network
Summary: Default configuration files for the libvirtd daemon
Group: Development/Libraries

Requires: libvirt-daemon = %{version}-%{release}
581
Requires: libvirt-daemon-driver-network = %{version}-%{release}
582 583 584

%description daemon-config-network
Default configuration files for setting up NAT based networking
585
%endif
586

587
%if %{with_nwfilter}
588 589 590 591 592
%package daemon-config-nwfilter
Summary: Network filter configuration files for the libvirtd daemon
Group: Development/Libraries

Requires: libvirt-daemon = %{version}-%{release}
593
Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release}
594 595 596

%description daemon-config-nwfilter
Network filter configuration files for cleaning guest traffic
597
%endif
598

599
%if %{with_network}
600 601 602 603
%package daemon-driver-network
Summary: Network driver plugin for the libvirtd daemon
Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release}
604 605 606
Requires: dnsmasq >= 2.41
Requires: radvd
Requires: iptables
607
    %if 0%{?rhel} && 0%{?rhel} < 7
608
Requires: iptables-ipv6
609
    %endif
610 611 612 613 614

%description daemon-driver-network
The network driver plugin for the libvirtd daemon, providing
an implementation of the virtual network APIs using the Linux
bridge capabilities.
615
%endif
616 617


618
%if %{with_nwfilter}
619 620 621 622
%package daemon-driver-nwfilter
Summary: Nwfilter driver plugin for the libvirtd daemon
Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release}
623
Requires: iptables
624
    %if 0%{?rhel} && 0%{?rhel} < 7
625
Requires: iptables-ipv6
626
    %endif
627
Requires: ebtables
628 629 630 631 632

%description daemon-driver-nwfilter
The nwfilter driver plugin for the libvirtd daemon, providing
an implementation of the firewall APIs using the ebtables,
iptables and ip6tables capabilities
633
%endif
634 635


636
%if %{with_nodedev}
637 638 639 640
%package daemon-driver-nodedev
Summary: Nodedev driver plugin for the libvirtd daemon
Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release}
641
# needed for device enumeration
642 643
    %if %{with_udev}
        %if 0%{?fedora} || 0%{?rhel} >= 7
644
Requires: systemd >= 185
645
        %else
646
Requires: udev >= 145
647
        %endif
648
    %endif
649 650 651 652 653

%description daemon-driver-nodedev
The nodedev driver plugin for the libvirtd daemon, providing
an implementation of the node device APIs using the udev
capabilities.
654
%endif
655 656


657
%if %{with_interface}
658 659 660 661
%package daemon-driver-interface
Summary: Interface driver plugin for the libvirtd daemon
Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release}
662
    %if %{with_netcf} && (0%{?fedora} || 0%{?rhel} >= 7)
663
Requires: netcf-libs >= 0.2.2
664
    %endif
665 666 667 668 669

%description daemon-driver-interface
The interface driver plugin for the libvirtd daemon, providing
an implementation of the network interface APIs using the
netcf library
670
%endif
671 672 673 674 675 676 677 678 679 680 681 682


%package daemon-driver-secret
Summary: Secret driver plugin for the libvirtd daemon
Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release}

%description daemon-driver-secret
The secret driver plugin for the libvirtd daemon, providing
an implementation of the secret key APIs.


683
%if %{with_storage}
684 685 686 687
%package daemon-driver-storage
Summary: Storage driver plugin for the libvirtd daemon
Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release}
688
    %if %{with_storage_fs}
689 690 691 692
Requires: nfs-utils
# For mkfs
Requires: util-linux
# For glusterfs
693
        %if 0%{?fedora}
694
Requires: glusterfs-client >= 2.0.1
695
        %endif
696 697
    %endif
    %if %{with_storage_lvm}
698 699
# For LVM drivers
Requires: lvm2
700 701
    %endif
    %if %{with_storage_iscsi}
702 703
# For ISCSI driver
Requires: iscsi-initiator-utils
704 705
    %endif
    %if %{with_storage_disk}
706 707 708
# For disk driver
Requires: parted
Requires: device-mapper
709 710
    %endif
    %if %{with_storage_mpath}
711 712
# For multipath support
Requires: device-mapper
713 714
    %endif
    %if %{with_storage_sheepdog}
715 716
# For Sheepdog support
Requires: sheepdog
717 718
    %endif
    %if %{with_qemu}
719 720
# From QEMU RPMs
Requires: /usr/bin/qemu-img
721 722
    %else
        %if %{with_xen}
723 724
# From Xen RPMs
Requires: /usr/sbin/qcow-create
725
        %endif
726
    %endif
727 728 729 730 731

%description daemon-driver-storage
The storage driver plugin for the libvirtd daemon, providing
an implementation of the storage APIs using LVM, iSCSI,
parted and more.
732
%endif
733 734


735
%if %{with_qemu}
736 737 738 739 740
%package daemon-driver-qemu
Summary: Qemu driver plugin for the libvirtd daemon
Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release}
# There really is a hard cross-driver dependency here
741
Requires: libvirt-daemon-driver-network = %{version}-%{release}
742 743 744 745 746 747
Requires: /usr/bin/qemu-img
# For image compression
Requires: gzip
Requires: bzip2
Requires: lzop
Requires: xz
748 749 750 751 752

%description daemon-driver-qemu
The qemu driver plugin for the libvirtd daemon, providing
an implementation of the hypervisor driver APIs using
QEMU
753
%endif
754 755


756
%if %{with_lxc}
757 758 759 760 761
%package daemon-driver-lxc
Summary: LXC driver plugin for the libvirtd daemon
Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release}
# There really is a hard cross-driver dependency here
762
Requires: libvirt-daemon-driver-network = %{version}-%{release}
763 764 765 766 767

%description daemon-driver-lxc
The LXC driver plugin for the libvirtd daemon, providing
an implementation of the hypervisor driver APIs using
the Linux kernel
768
%endif
769 770


771
%if %{with_uml}
772 773 774 775 776 777 778 779 780
%package daemon-driver-uml
Summary: Uml driver plugin for the libvirtd daemon
Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release}

%description daemon-driver-uml
The UML driver plugin for the libvirtd daemon, providing
an implementation of the hypervisor driver APIs using
User Mode Linux
781
%endif
782 783


784
%if %{with_xen}
785 786 787 788 789 790 791 792 793
%package daemon-driver-xen
Summary: Xen driver plugin for the libvirtd daemon
Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release}

%description daemon-driver-xen
The Xen driver plugin for the libvirtd daemon, providing
an implementation of the hypervisor driver APIs using
Xen
794
%endif
795 796


797
%if %{with_vbox}
798 799 800 801 802 803 804 805 806
%package daemon-driver-vbox
Summary: VirtualBox driver plugin for the libvirtd daemon
Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release}

%description daemon-driver-vbox
The vbox driver plugin for the libvirtd daemon, providing
an implementation of the hypervisor driver APIs using
VirtualBox
807
%endif
808 809


810
%if %{with_libxl}
811 812 813 814 815 816 817 818 819
%package daemon-driver-libxl
Summary: Libxl driver plugin for the libvirtd daemon
Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release}

%description daemon-driver-libxl
The Libxl driver plugin for the libvirtd daemon, providing
an implementation of the hypervisor driver APIs using
Libxl
820
%endif
821 822


823

824
%if %{with_qemu_tcg}
825 826 827 828 829
%package daemon-qemu
Summary: Server side daemon & driver required to run QEMU guests
Group: Development/Libraries

Requires: libvirt-daemon = %{version}-%{release}
830 831 832 833
Requires: libvirt-daemon-driver-qemu = %{version}-%{release}
Requires: libvirt-daemon-driver-interface = %{version}-%{release}
Requires: libvirt-daemon-driver-network = %{version}-%{release}
Requires: libvirt-daemon-driver-nodedev = %{version}-%{release}
834
Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release}
835 836
Requires: libvirt-daemon-driver-secret = %{version}-%{release}
Requires: libvirt-daemon-driver-storage = %{version}-%{release}
837 838 839 840 841
Requires: qemu

%description daemon-qemu
Server side daemon and driver required to manage the virtualization
capabilities of the QEMU TCG emulators
842
%endif
843 844


845
%if %{with_qemu_kvm}
846 847 848 849 850
%package daemon-kvm
Summary: Server side daemon & driver required to run KVM guests
Group: Development/Libraries

Requires: libvirt-daemon = %{version}-%{release}
851 852 853 854
Requires: libvirt-daemon-driver-qemu = %{version}-%{release}
Requires: libvirt-daemon-driver-interface = %{version}-%{release}
Requires: libvirt-daemon-driver-network = %{version}-%{release}
Requires: libvirt-daemon-driver-nodedev = %{version}-%{release}
855
Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release}
856 857
Requires: libvirt-daemon-driver-secret = %{version}-%{release}
Requires: libvirt-daemon-driver-storage = %{version}-%{release}
858 859 860 861 862
Requires: qemu-kvm

%description daemon-kvm
Server side daemon and driver required to manage the virtualization
capabilities of the KVM hypervisor
863
%endif
864 865


866
%if %{with_lxc}
867 868 869 870 871
%package daemon-lxc
Summary: Server side daemon & driver required to run LXC guests
Group: Development/Libraries

Requires: libvirt-daemon = %{version}-%{release}
872 873 874 875
Requires: libvirt-daemon-driver-lxc = %{version}-%{release}
Requires: libvirt-daemon-driver-interface = %{version}-%{release}
Requires: libvirt-daemon-driver-network = %{version}-%{release}
Requires: libvirt-daemon-driver-nodedev = %{version}-%{release}
876
Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release}
877 878
Requires: libvirt-daemon-driver-secret = %{version}-%{release}
Requires: libvirt-daemon-driver-storage = %{version}-%{release}
879 880 881 882

%description daemon-lxc
Server side daemon and driver required to manage the virtualization
capabilities of LXC
883
%endif
884 885


886
%if %{with_uml}
887 888 889 890 891
%package daemon-uml
Summary: Server side daemon & driver required to run UML guests
Group: Development/Libraries

Requires: libvirt-daemon = %{version}-%{release}
892 893 894 895
Requires: libvirt-daemon-driver-uml = %{version}-%{release}
Requires: libvirt-daemon-driver-interface = %{version}-%{release}
Requires: libvirt-daemon-driver-network = %{version}-%{release}
Requires: libvirt-daemon-driver-nodedev = %{version}-%{release}
896
Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release}
897 898
Requires: libvirt-daemon-driver-secret = %{version}-%{release}
Requires: libvirt-daemon-driver-storage = %{version}-%{release}
899 900 901 902 903
# There are no UML kernel RPMs in Fedora/RHEL to depend on.

%description daemon-uml
Server side daemon and driver required to manage the virtualization
capabilities of UML
904
%endif
905 906


907
%if %{with_xen} || %{with_libxl}
908 909 910 911 912
%package daemon-xen
Summary: Server side daemon & driver required to run XEN guests
Group: Development/Libraries

Requires: libvirt-daemon = %{version}-%{release}
913
    %if %{with_xen}
914
Requires: libvirt-daemon-driver-xen = %{version}-%{release}
915 916
    %endif
    %if %{with_libxl}
917
Requires: libvirt-daemon-driver-libxl = %{version}-%{release}
918
    %endif
919 920 921
Requires: libvirt-daemon-driver-interface = %{version}-%{release}
Requires: libvirt-daemon-driver-network = %{version}-%{release}
Requires: libvirt-daemon-driver-nodedev = %{version}-%{release}
922
Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release}
923 924
Requires: libvirt-daemon-driver-secret = %{version}-%{release}
Requires: libvirt-daemon-driver-storage = %{version}-%{release}
925 926 927 928 929
Requires: xen

%description daemon-xen
Server side daemon and driver required to manage the virtualization
capabilities of XEN
930
%endif
931

932
%if %{with_vbox}
933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948
%package daemon-vbox
Summary: Server side daemon & driver required to run VirtualBox guests
Group: Development/Libraries

Requires: libvirt-daemon = %{version}-%{release}
Requires: libvirt-daemon-driver-vbox = %{version}-%{release}
Requires: libvirt-daemon-driver-interface = %{version}-%{release}
Requires: libvirt-daemon-driver-network = %{version}-%{release}
Requires: libvirt-daemon-driver-nodedev = %{version}-%{release}
Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release}
Requires: libvirt-daemon-driver-secret = %{version}-%{release}
Requires: libvirt-daemon-driver-storage = %{version}-%{release}

%description daemon-vbox
Server side daemon and driver required to manage the virtualization
capabilities of VirtualBox
949
%endif
950

951
%package client
952
Summary: Client side library and utilities of the libvirt library
953 954 955 956 957 958
Group: Development/Libraries
Requires: readline
Requires: ncurses
# So remote clients can access libvirt over SSH tunnel
# (client invokes 'nc' against the UNIX socket on the server)
Requires: nc
E
Eric Blake 已提交
959
# Needed by /usr/libexec/libvirt-guests.sh script.
O
Osier Yang 已提交
960
Requires: gettext
961 962
# Needed by virt-pki-validate script.
Requires: gnutls-utils
963
%if %{with_pm_utils}
964 965
# Needed for probing the power management features of the host.
Requires: pm-utils
966
%endif
967 968 969 970 971 972 973 974 975 976
%if %{with_sasl}
Requires: cyrus-sasl
# Not technically required, but makes 'out-of-box' config
# work correctly & doesn't have onerous dependencies
Requires: cyrus-sasl-md5
%endif

%description client
Shared libraries and client binaries needed to access to the
virtualization capabilities of recent versions of Linux (and other OSes).
977

978 979 980 981
%if %{with_wireshark}
%package wireshark
Summary: Wireshark dissector plugin for libvirt RPC transactions
Group: Development/Libraries
982
Requires: wireshark >= 1.12.6-4
983 984 985 986 987 988
Requires: %{name}-client = %{version}-%{release}

%description wireshark
Wireshark dissector plugin for better analysis of libvirt RPC traffic.
%endif

989 990 991 992 993 994 995 996 997 998 999 1000
%if %{with_lxc}
%package login-shell
Summary: Login shell for connecting users to an LXC container
Group: Development/Libraries
Requires: %{name}-client = %{version}-%{release}

%description login-shell
Provides the set-uid virt-login-shell binary that is used to
connect a user to an LXC container when they login, by switching
namespaces.
%endif

1001
%package devel
1002
Summary: Libraries, includes, etc. to compile with the libvirt library
1003
Group: Development/Libraries
1004
Requires: %{name}-client = %{version}-%{release}
1005
Requires: pkgconfig
1006 1007

%description devel
1008
Include header files & development libraries for the libvirt C library.
1009

1010 1011 1012 1013
%if %{with_sanlock}
%package lock-sanlock
Summary: Sanlock lock manager plugin for QEMU driver
Group: Development/Libraries
1014
Requires: sanlock >= 2.4
1015 1016
#for virt-sanlock-cleanup require augeas
Requires: augeas
1017
Requires: %{name}-daemon = %{version}-%{release}
1018
Requires: %{name}-client = %{version}-%{release}
1019 1020 1021 1022 1023 1024

%description lock-sanlock
Includes the Sanlock lock manager plugin for the QEMU
driver
%endif

1025 1026 1027 1028 1029 1030 1031 1032 1033 1034
%if %{with_nss_plugin}
%package nss
Summary: Libvirt plugin for Name Service Switch
Group: Development/Libraries
Requires: libvirt-daemon-driver-network = %{version}-%{release}

%description nss
Libvirt plugin for NSS for translating domain names into IP addresses.
%endif

M
Martin Kletzander 已提交
1035

1036
%prep
1037 1038 1039 1040 1041
%if ! %{supported_platform}
echo "This RPM requires either Fedora >= 20 or RHEL >= 6"
exit 1
%endif

1042 1043
%setup -q

1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077
# Patches have to be stored in a temporary file because RPM has
# a limit on the length of the result of any macro expansion;
# if the string is longer, it's silently cropped
%{lua:
    tmp = os.tmpname();
    f = io.open(tmp, "w+");
    count = 0;
    for i, p in ipairs(patches) do
        f:write(p.."\n");
        count = count + 1;
    end;
    f:close();
    print("PATCHCOUNT="..count.."\n")
    print("PATCHLIST="..tmp.."\n")
}

git init -q
git config user.name rpm-build
git config user.email rpm-build
git config gc.auto 0
git add .
git commit -q -a --author 'rpm-build <rpm-build>' \
           -m '%{name}-%{version} base'

COUNT=$(grep '\.patch$' $PATCHLIST | wc -l)
if [ $COUNT -ne $PATCHCOUNT ]; then
    echo "Found $COUNT patches in $PATCHLIST, expected $PATCHCOUNT"
    exit 1
fi
if [ $COUNT -gt 0 ]; then
    xargs git am <$PATCHLIST || exit 1
fi
echo "Applied $COUNT patches"
rm -f $PATCHLIST
1078
rm -rf .git
1079

1080
%build
1081
%if ! %{with_xen}
1082
    %define _without_xen --without-xen
1083 1084 1085
%endif

%if ! %{with_qemu}
1086
    %define _without_qemu --without-qemu
1087 1088
%endif

1089
%if ! %{with_openvz}
1090
    %define _without_openvz --without-openvz
1091 1092 1093
%endif

%if ! %{with_lxc}
1094
    %define _without_lxc --without-lxc
1095 1096
%endif

M
Mark McLoughlin 已提交
1097
%if ! %{with_vbox}
1098
    %define _without_vbox --without-vbox
M
Mark McLoughlin 已提交
1099 1100
%endif

J
Jim Fehlig 已提交
1101
%if ! %{with_libxl}
1102
    %define _without_libxl --without-libxl
J
Jim Fehlig 已提交
1103 1104
%endif

1105
%if ! %{with_sasl}
1106
    %define _without_sasl --without-sasl
1107 1108
%endif

1109
%if ! %{with_phyp}
1110
    %define _without_phyp --without-phyp
1111 1112
%endif

1113
%if ! %{with_esx}
1114
    %define _without_esx --without-esx
1115 1116
%endif

1117
%if ! %{with_hyperv}
1118
    %define _without_hyperv --without-hyperv
1119 1120
%endif

1121
%if ! %{with_vmware}
1122
    %define _without_vmware --without-vmware
1123 1124
%endif

1125
%if ! %{with_polkit}
1126
    %define _without_polkit --without-polkit
1127 1128
%endif

1129
%if ! %{with_uml}
1130
    %define _without_uml --without-uml
1131 1132
%endif

1133
%if ! %{with_interface}
1134
    %define _without_interface --without-interface
1135 1136
%endif

1137
%if ! %{with_network}
1138
    %define _without_network --without-network
1139 1140
%endif

1141
%if ! %{with_storage_fs}
1142
    %define _without_storage_fs --without-storage-fs
1143 1144 1145
%endif

%if ! %{with_storage_lvm}
1146
    %define _without_storage_lvm --without-storage-lvm
1147 1148 1149
%endif

%if ! %{with_storage_iscsi}
1150
    %define _without_storage_iscsi --without-storage-iscsi
1151 1152 1153
%endif

%if ! %{with_storage_disk}
1154
    %define _without_storage_disk --without-storage-disk
1155 1156
%endif

1157
%if ! %{with_storage_mpath}
1158
    %define _without_storage_mpath --without-storage-mpath
1159 1160
%endif

1161
%if ! %{with_storage_rbd}
1162
    %define _without_storage_rbd --without-storage-rbd
1163 1164
%endif

1165
%if ! %{with_storage_sheepdog}
1166
    %define _without_storage_sheepdog --without-storage-sheepdog
1167 1168
%endif

1169 1170 1171 1172
%if ! %{with_storage_gluster}
    %define _without_storage_gluster --without-storage-gluster
%endif

1173
%if ! %{with_numactl}
1174
    %define _without_numactl --without-numactl
1175 1176
%endif

1177
%if ! %{with_numad}
1178
    %define _without_numad --without-numad
1179 1180
%endif

1181
%if ! %{with_fuse}
1182
    %define _without_fuse --without-fuse
1183 1184
%endif

M
Mark McLoughlin 已提交
1185
%if ! %{with_netcf}
1186
    %define _without_netcf --without-netcf
M
Mark McLoughlin 已提交
1187 1188
%endif

1189
%if ! %{with_selinux}
1190
    %define _without_selinux --without-selinux
1191 1192
%endif

1193
%if ! %{with_udev}
1194
    %define _without_udev --without-udev
1195 1196
%endif

1197
%if ! %{with_yajl}
1198
    %define _without_yajl --without-yajl
1199 1200
%endif

1201
%if ! %{with_sanlock}
1202
    %define _without_sanlock --without-sanlock
1203 1204
%endif

1205
%if ! %{with_libpcap}
1206
    %define _without_libpcap --without-libpcap
1207 1208
%endif

1209
%if ! %{with_macvtap}
1210
    %define _without_macvtap --without-macvtap
1211 1212
%endif

1213
%if ! %{with_audit}
1214
    %define _without_audit --without-audit
1215 1216
%endif

1217
%if ! %{with_dtrace}
1218
    %define _without_dtrace --without-dtrace
1219 1220
%endif

1221
%if %{with_firewalld}
1222
    %define _with_firewalld --with-firewalld
1223 1224
%endif

1225 1226 1227 1228
%if ! %{with_wireshark}
    %define _without_wireshark --without-wireshark-dissector
%endif

1229 1230 1231 1232
%if ! %{with_systemd_daemon}
    %define _without_systemd_daemon --without-systemd-daemon
%endif

1233 1234 1235 1236
%if ! %{with_pm_utils}
    %define _without_pm_utils --without-pm-utils
%endif

1237 1238 1239 1240
%if ! %{with_nss_plugin}
    %define _without_nss_plugin --without-nss-plugin
%endif

1241 1242 1243 1244 1245 1246
%define when  %(date +"%%F-%%T")
%define where %(hostname)
%define who   %{?packager}%{!?packager:Unknown}
%define with_packager --with-packager="%{who}, %{when}, %{where}"
%define with_packager_version --with-packager-version="%{release}"

1247
%if %{with_systemd}
1248
    %define with_init_script --with-init-script=systemd
1249
%else
1250
    %define with_init_script --with-init-script=redhat
1251
%endif
1252

1253
%if %{with_selinux}
1254
    %if 0%{?fedora} || 0%{?rhel} >= 7
1255 1256 1257 1258
        %define with_selinux_mount --with-selinux-mount="/sys/fs/selinux"
    %else
        %define with_selinux_mount --with-selinux-mount="/selinux"
    %endif
1259 1260
%endif

1261 1262 1263 1264 1265 1266
# place macros above and build commands below this comment

%if 0%{?enable_autotools}
 autoreconf -if
%endif

1267
rm -f po/stamp-po
1268 1269
%configure %{?_without_xen} \
           %{?_without_qemu} \
1270 1271
           %{?_without_openvz} \
           %{?_without_lxc} \
M
Mark McLoughlin 已提交
1272
           %{?_without_vbox} \
1273
           %{?_without_libxl} \
1274
           %{?_without_sasl} \
1275
           --with-avahi \
1276
           %{?_without_polkit} \
1277
           --with-libvirtd \
1278
           %{?_without_uml} \
1279
           %{?_without_phyp} \
1280
           %{?_without_esx} \
1281
           %{?_without_hyperv} \
1282
           %{?_without_vmware} \
1283 1284
           --without-xenapi \
           --without-vz \
1285
           --without-bhyve \
1286
           %{?_without_interface} \
1287
           %{?_without_network} \
1288 1289 1290 1291
           %{?_without_storage_fs} \
           %{?_without_storage_lvm} \
           %{?_without_storage_iscsi} \
           %{?_without_storage_disk} \
1292
           %{?_without_storage_mpath} \
1293
           %{?_without_storage_rbd} \
1294
           %{?_without_storage_sheepdog} \
1295
           %{?_without_storage_gluster} \
1296
           %{?_without_numactl} \
1297
           %{?_without_numad} \
1298
           --with-capng \
1299
           %{?_without_fuse} \
M
Mark McLoughlin 已提交
1300
           %{?_without_netcf} \
1301
           %{?_without_selinux} \
1302
           %{?_with_selinux_mount} \
1303
           --without-apparmor \
1304
           --without-hal \
1305
           %{?_without_udev} \
1306
           %{?_without_yajl} \
1307
           %{?_without_sanlock} \
1308
           %{?_without_libpcap} \
1309
           %{?_without_macvtap} \
1310
           %{?_without_audit} \
1311
           %{?_without_dtrace} \
1312
           --with-driver-modules \
1313
           %{?_with_firewalld} \
1314
           %{?_without_wireshark} \
1315
           %{?_without_systemd_daemon} \
1316
           %{?_without_pm_utils} \
1317
           %{?_without_nss_plugin} \
1318 1319
           %{with_packager} \
           %{with_packager_version} \
1320 1321
           --with-qemu-user=%{qemu_user} \
           --with-qemu-group=%{qemu_group} \
1322
           %{?with_loader_nvram} \
1323
           %{?enable_werror} \
1324
           --enable-expensive-tests \
1325
           %{with_init_script}
J
Jim Meyering 已提交
1326
make %{?_smp_mflags}
1327
gzip -9 ChangeLog
1328 1329 1330 1331

%install
rm -fr %{buildroot}

1332 1333 1334 1335 1336
# Avoid using makeinstall macro as it changes prefixes rather than setting
# DESTDIR. Newer make_install macro would be better but it's not available
# on RHEL 5, thus we need to expand it here.
make install DESTDIR=%{?buildroot} SYSTEMD_UNIT_DIR=%{_unitdir}

1337 1338
make -C examples distclean

1339
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
1340
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
1341 1342
rm -f $RPM_BUILD_ROOT%{_libdir}/libvirt/lock-driver/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/libvirt/lock-driver/*.a
1343 1344
rm -f $RPM_BUILD_ROOT%{_libdir}/libvirt/connection-driver/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/libvirt/connection-driver/*.a
1345 1346
%if %{with_wireshark}
rm -f $RPM_BUILD_ROOT%{_libdir}/wireshark/plugins/*/libvirt.la
1347 1348
mv $RPM_BUILD_ROOT%{_libdir}/wireshark/plugins/*/libvirt.so \
   $RPM_BUILD_ROOT%{_libdir}/wireshark/plugins/libvirt.so
1349
%endif
1350

1351
# Temporarily get rid of not-installed admin-related files
1352
rm -f $RPM_BUILD_ROOT%{_libdir}/libvirt-admin.so
1353 1354
rm -f $RPM_BUILD_ROOT%{_bindir}/virt-admin
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/virt-admin.1*
1355
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/libvirt/libvirt-admin.conf
1356

1357
%if %{with_network}
1358
install -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/lib/libvirt/dnsmasq/
1359 1360 1361 1362 1363 1364 1365 1366
# We don't want to install /etc/libvirt/qemu/networks in the main %files list
# because if the admin wants to delete the default network completely, we don't
# want to end up re-incarnating it on every RPM upgrade.
install -d -m 0755 $RPM_BUILD_ROOT%{_datadir}/libvirt/networks/
cp $RPM_BUILD_ROOT%{_sysconfdir}/libvirt/qemu/networks/default.xml \
   $RPM_BUILD_ROOT%{_datadir}/libvirt/networks/default.xml
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/libvirt/qemu/networks/default.xml
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/libvirt/qemu/networks/autostart/default.xml
1367
# Strip auto-generated UUID - we need it generated per-install
1368
sed -i -e "/<uuid>/d" $RPM_BUILD_ROOT%{_datadir}/libvirt/networks/default.xml
1369 1370 1371
%else
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/libvirt/qemu/networks/default.xml
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/libvirt/qemu/networks/autostart/default.xml
1372 1373
%endif
%if ! %{with_qemu}
1374 1375
rm -f $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/libvirtd_qemu.aug
rm -f $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/tests/test_libvirtd_qemu.aug
1376
%endif
1377
%find_lang %{name}
1378

1379 1380 1381 1382 1383
%if ! %{with_sanlock}
rm -f $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/libvirt_sanlock.aug
rm -f $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/tests/test_libvirt_sanlock.aug
%endif

1384 1385 1386
%if ! %{with_lxc}
rm -f $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/libvirtd_lxc.aug
rm -f $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/tests/test_libvirtd_lxc.aug
1387
%endif
1388

1389 1390
%if ! %{with_qemu}
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/libvirt/qemu.conf
1391
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/libvirtd.qemu
1392
%endif
A
Amy Griffis 已提交
1393 1394
%if ! %{with_lxc}
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/libvirt/lxc.conf
1395
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/libvirtd.lxc
1396
%endif
1397 1398
%if ! %{with_libxl}
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/libvirt/libxl.conf
J
Jim Fehlig 已提交
1399
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/libvirtd.libxl
1400 1401 1402
rm -f $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/libvirtd_libxl.aug
rm -f $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/tests/test_libvirtd_libxl.aug
%endif
1403 1404
%if ! %{with_uml}
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/libvirtd.uml
A
Amy Griffis 已提交
1405
%endif
1406

1407 1408
# Copied into libvirt-docs subpackage eventually
mv $RPM_BUILD_ROOT%{_datadir}/doc/libvirt-%{version} libvirt-docs
1409

1410
%if %{with_dtrace}
1411
    %ifarch %{power64} s390x x86_64 ia64 alpha sparc64
1412 1413 1414 1415
mv $RPM_BUILD_ROOT%{_datadir}/systemtap/tapset/libvirt_probes.stp \
   $RPM_BUILD_ROOT%{_datadir}/systemtap/tapset/libvirt_probes-64.stp
mv $RPM_BUILD_ROOT%{_datadir}/systemtap/tapset/libvirt_qemu_probes.stp \
   $RPM_BUILD_ROOT%{_datadir}/systemtap/tapset/libvirt_qemu_probes-64.stp
1416
    %endif
1417 1418
%endif

1419 1420 1421
%clean
rm -fr %{buildroot}

1422 1423
%check
cd tests
D
Daniel Veillard 已提交
1424 1425 1426
make
# These tests don't current work in a mock build root
for i in nodeinfotest seclabeltest
1427 1428
do
  rm -f $i
1429
  printf 'int main(void) { return 0; }' > $i.c
D
Daniel Veillard 已提交
1430
  printf '#!/bin/sh\nexit 0\n' > $i
1431 1432
  chmod +x $i
done
1433 1434 1435 1436 1437
if ! make check VIR_TEST_DEBUG=1
then
  cat test-suite.log || true
  exit 1
fi
1438

1439
%pre daemon
1440
%if %{with_polkit}
1441 1442 1443 1444
# 'libvirt' group is just to allow password-less polkit access to
# libvirtd. The uid number is irrelevant, so we use dynamic allocation
# described at the above link.
getent group libvirt >/dev/null || groupadd -r libvirt
1445
%endif
1446 1447 1448

exit 0

1449
%post daemon
1450

1451 1452 1453 1454
%if %{with_systemd}
    %if %{with_systemd_macros}
        %systemd_post virtlockd.socket virtlogd.socket libvirtd.service
    %else
1455 1456
if [ $1 -eq 1 ] ; then
    # Initial installation
1457 1458
    /bin/systemctl enable \
        virtlockd.socket \
1459
        virtlogd.socket \
1460
        libvirtd.service >/dev/null 2>&1 || :
1461
fi
1462 1463 1464
    %endif
%else
    %if %{with_cgconfig}
1465 1466
# Starting with Fedora 16/RHEL-7, systemd automounts all cgroups,
# and cgconfig is no longer a necessary service.
1467
        %if 0%{?rhel} && 0%{?rhel} < 7
1468 1469 1470
if [ "$1" -eq "1" ]; then
/sbin/chkconfig cgconfig on
fi
1471
        %endif
1472
    %endif
1473

1474
/sbin/chkconfig --add libvirtd
1475
/sbin/chkconfig --add virtlogd
1476
/sbin/chkconfig --add virtlockd
1477
%endif
1478

1479
%preun daemon
1480 1481 1482 1483
%if %{with_systemd}
    %if %{with_systemd_macros}
        %systemd_preun libvirtd.service virtlogd.socket virtlogd.service virtlockd.socket virtlockd.service
    %else
1484 1485
if [ $1 -eq 0 ] ; then
    # Package removal, not upgrade
1486 1487
    /bin/systemctl --no-reload disable \
        libvirtd.service \
1488 1489
        virtlogd.socket \
        virtlogd.service \
1490 1491 1492 1493
        virtlockd.socket \
        virtlockd.service > /dev/null 2>&1 || :
    /bin/systemctl stop \
        libvirtd.service \
1494 1495
        virtlogd.socket \
        virtlogd.service \
1496 1497
        virtlockd.socket \
        virtlockd.service > /dev/null 2>&1 || :
1498
fi
1499 1500
    %endif
%else
1501 1502 1503
if [ $1 = 0 ]; then
    /sbin/service libvirtd stop 1>/dev/null 2>&1
    /sbin/chkconfig --del libvirtd
1504 1505
    /sbin/service virtlogd stop 1>/dev/null 2>&1
    /sbin/chkconfig --del virtlogd
1506 1507
    /sbin/service virtlockd stop 1>/dev/null 2>&1
    /sbin/chkconfig --del virtlockd
1508
fi
1509
%endif
1510

1511
%postun daemon
1512
%if %{with_systemd}
1513 1514
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
if [ $1 -ge 1 ] ; then
1515
    /bin/systemctl reload-or-try-restart virtlockd.service >/dev/null 2>&1 || :
1516
    /bin/systemctl reload-or-try-restart virtlogd.service >/dev/null 2>&1 || :
1517 1518
    /bin/systemctl try-restart libvirtd.service >/dev/null 2>&1 || :
fi
1519
%else
1520 1521
if [ $1 -ge 1 ]; then
    /sbin/service virtlockd reload > /dev/null 2>&1 || :
1522
    /sbin/service virtlogd reload > /dev/null 2>&1 || :
1523 1524
    /sbin/service libvirtd condrestart > /dev/null 2>&1
fi
1525
%endif
1526

1527 1528
%if %{with_systemd}
%else
1529 1530 1531
%triggerpostun daemon -- libvirt-daemon < 1.2.1
if [ "$1" -ge "1" ]; then
    /sbin/service virtlockd reload > /dev/null 2>&1 || :
1532
    /sbin/service virtlogd reload > /dev/null 2>&1 || :
1533 1534
    /sbin/service libvirtd condrestart > /dev/null 2>&1
fi
1535
%endif
1536

1537 1538 1539 1540 1541 1542
# In upgrade scenario we must explicitly enable virtlockd/virtlogd
# sockets, if libvirtd is already enabled and start them if
# libvirtd is running, otherwise you'll get failures to start
# guests
%triggerpostun daemon -- libvirt-daemon < 1.3.0
if [ $1 -ge 1 ] ; then
1543
%if %{with_systemd}
1544 1545 1546 1547
        /bin/systemctl is-enabled libvirtd.service 1>/dev/null 2>&1 &&
            /bin/systemctl enable virtlogd.socket || :
        /bin/systemctl is-active libvirtd.service 1>/dev/null 2>&1 &&
            /bin/systemctl start virtlogd.socket || :
1548
%else
1549
        /sbin/chkconfig libvirtd 1>/dev/null 2>&1 &&
1550
            /sbin/chkconfig virtlogd on || :
1551
        /sbin/service libvirtd status 1>/dev/null 2>&1 &&
1552
            /sbin/service virtlogd start || :
1553
%endif
1554 1555
fi

1556
%if %{with_network}
1557 1558
%post daemon-config-network
if test $1 -eq 1 && test ! -f %{_sysconfdir}/libvirt/qemu/networks/default.xml ; then
1559 1560 1561 1562 1563 1564 1565 1566 1567
    # see if the network used by default network creates a conflict,
    # and try to resolve it
    # NB: 192.168.122.0/24 is used in the default.xml template file;
    # do not modify any of those values here without also modifying
    # them in the template.
    orig_sub=122
    sub=${orig_sub}
    nl='
'
1568
    routes="${nl}$(ip route show | cut -d' ' -f1)${nl}"
1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586
    case ${routes} in
      *"${nl}192.168.${orig_sub}.0/24${nl}"*)
        # there was a match, so we need to look for an unused subnet
        for new_sub in $(seq 124 254); do
          case ${routes} in
          *"${nl}192.168.${new_sub}.0/24${nl}"*)
            ;;
          *)
            sub=$new_sub
            break;
            ;;
          esac
        done
        ;;
      *)
        ;;
    esac

1587
    UUID=`/usr/bin/uuidgen`
1588 1589
    sed -e "s/${orig_sub}/${sub}/g" \
        -e "s,</name>,</name>\n  <uuid>$UUID</uuid>," \
1590 1591 1592
         < %{_datadir}/libvirt/networks/default.xml \
         > %{_sysconfdir}/libvirt/qemu/networks/default.xml
    ln -s ../default.xml %{_sysconfdir}/libvirt/qemu/networks/autostart/default.xml
1593 1594

    # Make sure libvirt picks up the new network defininiton
1595
    %if %{with_systemd}
1596
    /bin/systemctl try-restart libvirtd.service >/dev/null 2>&1 ||:
1597
    %else
1598
    /sbin/service libvirtd condrestart > /dev/null 2>&1 || :
1599
    %endif
1600

1601
fi
1602
%endif
1603

1604
%if %{with_systemd}
1605 1606 1607 1608 1609 1610 1611 1612 1613
%triggerun -- libvirt < 0.9.4
%{_bindir}/systemd-sysv-convert --save libvirtd >/dev/null 2>&1 ||:

# If the package is allowed to autostart:
/bin/systemctl --no-reload enable libvirtd.service >/dev/null 2>&1 ||:

# Run these because the SysV package being removed won't do them
/sbin/chkconfig --del libvirtd >/dev/null 2>&1 || :
/bin/systemctl try-restart libvirtd.service >/dev/null 2>&1 || :
1614
%endif
1615

1616
%if %{with_qemu}
1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630
%pre daemon-driver-qemu
# We want soft static allocation of well-known ids, as disk images
# are commonly shared across NFS mounts by id rather than name; see
# https://fedoraproject.org/wiki/Packaging:UsersAndGroups
getent group kvm >/dev/null || groupadd -f -g 36 -r kvm
getent group qemu >/dev/null || groupadd -f -g 107 -r qemu
if ! getent passwd qemu >/dev/null; then
  if ! getent passwd 107 >/dev/null; then
    useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin -c "qemu user" qemu
  else
    useradd -r -g qemu -G kvm -d / -s /sbin/nologin -c "qemu user" qemu
  fi
fi
exit 0
1631
%endif
1632

J
Jiri Denemark 已提交
1633 1634
%preun client

1635
%if %{with_systemd}
1636 1637 1638
    %if %{with_systemd_macros}
        %systemd_preun libvirt-guests.service
    %endif
1639
%else
J
Jiri Denemark 已提交
1640 1641 1642 1643
if [ $1 = 0 ]; then
    /sbin/chkconfig --del libvirt-guests
    rm -f /var/lib/libvirt/libvirt-guests
fi
1644
%endif
J
Jiri Denemark 已提交
1645 1646 1647 1648

%post client

/sbin/ldconfig
1649
%if %{with_systemd}
1650 1651 1652
    %if %{with_systemd_macros}
        %systemd_post libvirt-guests.service
    %endif
1653
%else
J
Jiri Denemark 已提交
1654
/sbin/chkconfig --add libvirt-guests
1655
%endif
1656

1657
%postun client
1658

1659
/sbin/ldconfig
1660
%if %{with_systemd}
1661
    %if %{with_systemd_macros}
1662
        %systemd_postun libvirt-guests.service
1663
    %endif
1664 1665 1666 1667 1668 1669
%triggerun client -- libvirt < 0.9.4
%{_bindir}/systemd-sysv-convert --save libvirt-guests >/dev/null 2>&1 ||:

# If the package is allowed to autostart:
/bin/systemctl --no-reload enable libvirt-guests.service >/dev/null 2>&1 ||:

1670
# Run this because the SysV package being removed won't do them
1671 1672 1673
/sbin/chkconfig --del libvirt-guests >/dev/null 2>&1 || :
%endif

1674
%if %{with_sanlock}
1675 1676 1677 1678 1679
%post lock-sanlock
if getent group sanlock > /dev/null ; then
    chmod 0770 %{_localstatedir}/lib/libvirt/sanlock
    chown root:sanlock %{_localstatedir}/lib/libvirt/sanlock
fi
1680
%endif
1681

1682 1683 1684 1685 1686 1687
%if %{with_lxc}
%pre login-shell
getent group virtlogin >/dev/null || groupadd -r virtlogin
exit 0
%endif

1688
%files
1689 1690
%defattr(-, root, root)

1691 1692
%files docs
%defattr(-, root, root)
1693 1694
%doc AUTHORS ChangeLog.gz NEWS README TODO
%doc libvirt-docs/*
1695 1696 1697 1698 1699 1700 1701

# API docs
%dir %{_datadir}/gtk-doc/html/libvirt/
%doc %{_datadir}/gtk-doc/html/libvirt/*.devhelp
%doc %{_datadir}/gtk-doc/html/libvirt/*.html
%doc %{_datadir}/gtk-doc/html/libvirt/*.png
%doc %{_datadir}/gtk-doc/html/libvirt/*.css
1702 1703 1704 1705 1706 1707 1708 1709 1710 1711
%doc examples/hellolibvirt
%doc examples/object-events
%doc examples/dominfo
%doc examples/domsuspend
%doc examples/dommigrate
%doc examples/openauth
%doc examples/xml
%doc examples/rename
%doc examples/systemtap

1712 1713 1714 1715

%files daemon
%defattr(-, root, root)

1716
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/
1717

1718
%if %{with_systemd}
1719
%{_unitdir}/libvirtd.service
1720 1721
%{_unitdir}/virtlogd.service
%{_unitdir}/virtlogd.socket
1722 1723
%{_unitdir}/virtlockd.service
%{_unitdir}/virtlockd.socket
1724
%else
D
Daniel Veillard 已提交
1725
%{_sysconfdir}/rc.d/init.d/libvirtd
1726
%{_sysconfdir}/rc.d/init.d/virtlogd
1727
%{_sysconfdir}/rc.d/init.d/virtlockd
1728
%endif
A
Alan Pevec 已提交
1729
%doc daemon/libvirtd.upstart
1730
%config(noreplace) %{_sysconfdir}/sysconfig/libvirtd
1731
%config(noreplace) %{_sysconfdir}/sysconfig/virtlogd
1732
%config(noreplace) %{_sysconfdir}/sysconfig/virtlockd
1733
%config(noreplace) %{_sysconfdir}/libvirt/libvirtd.conf
1734
%config(noreplace) %{_sysconfdir}/libvirt/virtlogd.conf
1735
%config(noreplace) %{_sysconfdir}/libvirt/virtlockd.conf
1736
%config(noreplace) %{_prefix}/lib/sysctl.d/60-libvirtd.conf
1737

1738
%config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd
1739
%dir %{_datadir}/libvirt/
1740

1741
%ghost %dir %{_localstatedir}/run/libvirt/
1742

1743
%dir %attr(0711, root, root) %{_localstatedir}/lib/libvirt/images/
1744
%dir %attr(0711, root, root) %{_localstatedir}/lib/libvirt/filesystems/
1745
%dir %attr(0711, root, root) %{_localstatedir}/lib/libvirt/boot/
1746
%dir %attr(0711, root, root) %{_localstatedir}/cache/libvirt/
1747

1748

1749
%dir %attr(0755, root, root) %{_libdir}/libvirt/lock-driver
1750
%attr(0755, root, root) %{_libdir}/libvirt/lock-driver/lockd.so
1751

1752 1753
%{_datadir}/augeas/lenses/libvirtd.aug
%{_datadir}/augeas/lenses/tests/test_libvirtd.aug
1754 1755
%{_datadir}/augeas/lenses/virtlogd.aug
%{_datadir}/augeas/lenses/tests/test_virtlogd.aug
1756 1757
%{_datadir}/augeas/lenses/virtlockd.aug
%{_datadir}/augeas/lenses/tests/test_virtlockd.aug
1758
%{_datadir}/augeas/lenses/libvirt_lockd.aug
1759
%if %{with_qemu}
1760
%{_datadir}/augeas/lenses/tests/test_libvirt_lockd.aug
1761
%endif
1762

1763
%if %{with_polkit}
1764
%{_datadir}/polkit-1/actions/org.libvirt.unix.policy
1765
%{_datadir}/polkit-1/actions/org.libvirt.api.policy
1766
%{_datadir}/polkit-1/rules.d/50-libvirt.rules
1767
%endif
1768

M
Mark McLoughlin 已提交
1769
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/
1770

1771
%attr(0755, root, root) %{_libexecdir}/libvirt_iohelper
1772

1773
%attr(0755, root, root) %{_sbindir}/libvirtd
1774
%attr(0755, root, root) %{_sbindir}/virtlogd
1775
%attr(0755, root, root) %{_sbindir}/virtlockd
1776

1777
%{_mandir}/man8/libvirtd.8*
1778
%{_mandir}/man8/virtlogd.8*
1779
%{_mandir}/man8/virtlockd.8*
1780

1781 1782
%doc examples/polkit/*.rules

1783
%if %{with_network}
1784
%files daemon-config-network
1785
%defattr(-, root, root)
1786 1787
%dir %{_datadir}/libvirt/networks/
%{_datadir}/libvirt/networks/default.xml
1788
%endif
1789

1790
%if %{with_nwfilter}
1791 1792 1793
%files daemon-config-nwfilter
%defattr(-, root, root)
%{_sysconfdir}/libvirt/nwfilter/*.xml
1794
%endif
1795

1796
%if %{with_interface}
1797 1798 1799
%files daemon-driver-interface
%defattr(-, root, root)
%{_libdir}/%{name}/connection-driver/libvirt_driver_interface.so
1800
%endif
1801

1802
%if %{with_network}
1803 1804
%files daemon-driver-network
%defattr(-, root, root)
1805 1806 1807 1808 1809 1810
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/networks/
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/networks/autostart
%ghost %dir %{_localstatedir}/run/libvirt/network/
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/network/
%dir %attr(0755, root, root) %{_localstatedir}/lib/libvirt/dnsmasq/
1811
%attr(0755, root, root) %{_libexecdir}/libvirt_leaseshelper
1812
%{_libdir}/%{name}/connection-driver/libvirt_driver_network.so
1813
%endif
1814

1815
%if %{with_nodedev}
1816 1817 1818
%files daemon-driver-nodedev
%defattr(-, root, root)
%{_libdir}/%{name}/connection-driver/libvirt_driver_nodedev.so
1819
%endif
1820

1821
%if %{with_nwfilter}
1822 1823
%files daemon-driver-nwfilter
%defattr(-, root, root)
1824 1825
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/nwfilter/
%ghost %dir %{_localstatedir}/run/libvirt/network/
1826
%{_libdir}/%{name}/connection-driver/libvirt_driver_nwfilter.so
1827
%endif
1828 1829 1830 1831 1832

%files daemon-driver-secret
%defattr(-, root, root)
%{_libdir}/%{name}/connection-driver/libvirt_driver_secret.so

1833
%if %{with_storage}
1834 1835
%files daemon-driver-storage
%defattr(-, root, root)
1836
    %if %{with_storage_disk}
1837
%attr(0755, root, root) %{_libexecdir}/libvirt_parthelper
1838
    %endif
1839 1840
%{_libdir}/%{name}/connection-driver/libvirt_driver_storage.so
%endif
1841

1842
%if %{with_qemu}
1843 1844
%files daemon-driver-qemu
%defattr(-, root, root)
1845
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/
1846 1847 1848 1849 1850
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/qemu/
%config(noreplace) %{_sysconfdir}/libvirt/qemu.conf
%config(noreplace) %{_sysconfdir}/libvirt/qemu-lockd.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd.qemu
%ghost %dir %attr(0700, root, root) %{_localstatedir}/run/libvirt/qemu/
1851
%dir %attr(0751, %{qemu_user}, %{qemu_group}) %{_localstatedir}/lib/libvirt/qemu/
1852 1853 1854
%dir %attr(0750, %{qemu_user}, %{qemu_group}) %{_localstatedir}/cache/libvirt/qemu/
%{_datadir}/augeas/lenses/libvirtd_qemu.aug
%{_datadir}/augeas/lenses/tests/test_libvirtd_qemu.aug
1855
%{_libdir}/%{name}/connection-driver/libvirt_driver_qemu.so
1856
%endif
1857

1858
%if %{with_lxc}
1859 1860
%files daemon-driver-lxc
%defattr(-, root, root)
1861 1862 1863 1864 1865 1866 1867 1868
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/lxc/
%config(noreplace) %{_sysconfdir}/libvirt/lxc.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd.lxc
%ghost %dir %{_localstatedir}/run/libvirt/lxc/
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/lxc/
%{_datadir}/augeas/lenses/libvirtd_lxc.aug
%{_datadir}/augeas/lenses/tests/test_libvirtd_lxc.aug
%attr(0755, root, root) %{_libexecdir}/libvirt_lxc
1869
%{_libdir}/%{name}/connection-driver/libvirt_driver_lxc.so
1870
%endif
1871

1872
%if %{with_uml}
1873 1874
%files daemon-driver-uml
%defattr(-, root, root)
1875 1876 1877 1878
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/uml/
%config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd.uml
%ghost %dir %{_localstatedir}/run/libvirt/uml/
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/uml/
1879
%{_libdir}/%{name}/connection-driver/libvirt_driver_uml.so
1880
%endif
1881

1882
%if %{with_xen}
1883 1884
%files daemon-driver-xen
%defattr(-, root, root)
1885
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/xen/
1886
%{_libdir}/%{name}/connection-driver/libvirt_driver_xen.so
1887
%endif
1888

1889
%if %{with_libxl}
1890 1891
%files daemon-driver-libxl
%defattr(-, root, root)
1892
%config(noreplace) %{_sysconfdir}/libvirt/libxl.conf
J
Jim Fehlig 已提交
1893
%config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd.libxl
1894
%config(noreplace) %{_sysconfdir}/libvirt/libxl-lockd.conf
1895 1896
%{_datadir}/augeas/lenses/libvirtd_libxl.aug
%{_datadir}/augeas/lenses/tests/test_libvirtd_libxl.aug
1897 1898 1899
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/libxl/
%ghost %dir %{_localstatedir}/run/libvirt/libxl/
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/libxl/
1900
%{_libdir}/%{name}/connection-driver/libvirt_driver_libxl.so
1901
%endif
1902

1903
%if %{with_vbox}
1904 1905 1906
%files daemon-driver-vbox
%defattr(-, root, root)
%{_libdir}/%{name}/connection-driver/libvirt_driver_vbox.so
1907
%endif
1908

1909
%if %{with_qemu_tcg}
1910 1911
%files daemon-qemu
%defattr(-, root, root)
1912
%endif
1913

1914
%if %{with_qemu_kvm}
1915 1916
%files daemon-kvm
%defattr(-, root, root)
1917
%endif
1918

1919
%if %{with_lxc}
1920 1921
%files daemon-lxc
%defattr(-, root, root)
1922
%endif
1923

1924
%if %{with_uml}
1925 1926
%files daemon-uml
%defattr(-, root, root)
1927
%endif
1928

1929
%if %{with_xen} || %{with_libxl}
1930
%files daemon-xen
1931
%defattr(-, root, root)
1932
%endif
1933

1934
%if %{with_vbox}
1935
%files daemon-vbox
1936
%defattr(-, root, root)
1937
%endif
1938

1939 1940 1941
%if %{with_sanlock}
%files lock-sanlock
%defattr(-, root, root)
1942
    %if %{with_qemu}
1943
%config(noreplace) %{_sysconfdir}/libvirt/qemu-sanlock.conf
1944
    %endif
1945 1946 1947
    %if %{with_libxl}
%config(noreplace) %{_sysconfdir}/libvirt/libxl-sanlock.conf
    %endif
1948
%attr(0755, root, root) %{_libdir}/libvirt/lock-driver/sanlock.so
1949 1950
%{_datadir}/augeas/lenses/libvirt_sanlock.aug
%{_datadir}/augeas/lenses/tests/test_libvirt_sanlock.aug
1951
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/sanlock
1952 1953
%{_sbindir}/virt-sanlock-cleanup
%{_mandir}/man8/virt-sanlock-cleanup.8*
1954
%attr(0755, root, root) %{_libexecdir}/libvirt_sanlock_helper
1955 1956
%endif

1957 1958
%files client -f %{name}.lang
%defattr(-, root, root)
1959
%doc COPYING COPYING.LESSER
1960

1961
%config(noreplace) %{_sysconfdir}/libvirt/libvirt.conf
1962 1963
%{_mandir}/man1/virsh.1*
%{_mandir}/man1/virt-xml-validate.1*
1964
%{_mandir}/man1/virt-pki-validate.1*
1965
%{_mandir}/man1/virt-host-validate.1*
1966 1967
%{_bindir}/virsh
%{_bindir}/virt-xml-validate
1968
%{_bindir}/virt-pki-validate
1969
%{_bindir}/virt-host-validate
1970 1971 1972
%{_libdir}/libvirt.so.*
%{_libdir}/libvirt-qemu.so.*
%{_libdir}/libvirt-lxc.so.*
1973
%{_libdir}/libvirt-admin.so.*
1974

1975
%if %{with_dtrace}
1976 1977
%{_datadir}/systemtap/tapset/libvirt_probes*.stp
%{_datadir}/systemtap/tapset/libvirt_qemu_probes*.stp
1978 1979 1980
%{_datadir}/systemtap/tapset/libvirt_functions.stp
%endif

1981 1982 1983
%dir %{_datadir}/libvirt/
%dir %{_datadir}/libvirt/schemas/

1984 1985
%{_datadir}/libvirt/schemas/basictypes.rng
%{_datadir}/libvirt/schemas/capability.rng
1986
%{_datadir}/libvirt/schemas/domain.rng
M
Michal Privoznik 已提交
1987
%{_datadir}/libvirt/schemas/domaincaps.rng
1988
%{_datadir}/libvirt/schemas/domaincommon.rng
1989
%{_datadir}/libvirt/schemas/domainsnapshot.rng
1990
%{_datadir}/libvirt/schemas/interface.rng
1991
%{_datadir}/libvirt/schemas/network.rng
1992
%{_datadir}/libvirt/schemas/networkcommon.rng
1993
%{_datadir}/libvirt/schemas/nodedev.rng
1994
%{_datadir}/libvirt/schemas/nwfilter.rng
M
Miloslav Trmač 已提交
1995
%{_datadir}/libvirt/schemas/secret.rng
1996
%{_datadir}/libvirt/schemas/storagecommon.rng
1997 1998
%{_datadir}/libvirt/schemas/storagepool.rng
%{_datadir}/libvirt/schemas/storagevol.rng
1999

J
Jiri Denemark 已提交
2000
%{_datadir}/libvirt/cpu_map.xml
2001
%{_datadir}/libvirt/libvirtLogo.png
J
Jiri Denemark 已提交
2002

2003 2004
%if %{with_systemd}
%{_unitdir}/libvirt-guests.service
2005 2006
%else
%{_sysconfdir}/rc.d/init.d/libvirt-guests
2007
%endif
2008
%config(noreplace) %{_sysconfdir}/sysconfig/libvirt-guests
2009
%attr(0755, root, root) %{_libexecdir}/libvirt-guests.sh
E
Eric Blake 已提交
2010
%dir %attr(0755, root, root) %{_localstatedir}/lib/libvirt/
2011

2012 2013 2014 2015
%if %{with_sasl}
%config(noreplace) %{_sysconfdir}/sasl2/libvirt.conf
%endif

2016 2017
%if %{with_wireshark}
%files wireshark
2018
%{_libdir}/wireshark/plugins/libvirt.so
2019 2020
%endif

2021 2022 2023 2024 2025
%if %{with_nss_plugin}
%files nss
%{_libdir}/libnss_libvirt.so.2
%endif

2026 2027
%if %{with_lxc}
%files login-shell
2028
%attr(4750, root, virtlogin) %{_bindir}/virt-login-shell
2029 2030 2031 2032
%config(noreplace) %{_sysconfdir}/libvirt/virt-login-shell.conf
%{_mandir}/man1/virt-login-shell.1*
%endif

2033 2034 2035
%files devel
%defattr(-, root, root)

2036 2037 2038
%{_libdir}/libvirt.so
%{_libdir}/libvirt-qemu.so
%{_libdir}/libvirt-lxc.so
2039
%dir %{_includedir}/libvirt
2040 2041
%{_includedir}/libvirt/virterror.h
%{_includedir}/libvirt/libvirt.h
2042
%{_includedir}/libvirt/libvirt-common.h
2043
%{_includedir}/libvirt/libvirt-domain.h
2044
%{_includedir}/libvirt/libvirt-domain-snapshot.h
2045
%{_includedir}/libvirt/libvirt-event.h
2046
%{_includedir}/libvirt/libvirt-host.h
2047
%{_includedir}/libvirt/libvirt-interface.h
2048
%{_includedir}/libvirt/libvirt-network.h
2049
%{_includedir}/libvirt/libvirt-nodedev.h
2050
%{_includedir}/libvirt/libvirt-nwfilter.h
2051
%{_includedir}/libvirt/libvirt-secret.h
2052
%{_includedir}/libvirt/libvirt-storage.h
2053
%{_includedir}/libvirt/libvirt-stream.h
2054 2055
%{_includedir}/libvirt/libvirt-qemu.h
%{_includedir}/libvirt/libvirt-lxc.h
2056
%{_libdir}/pkgconfig/libvirt.pc
2057 2058
%{_libdir}/pkgconfig/libvirt-qemu.pc
%{_libdir}/pkgconfig/libvirt-lxc.pc
2059

2060 2061 2062
%dir %{_datadir}/libvirt/api/
%{_datadir}/libvirt/api/libvirt-api.xml
%{_datadir}/libvirt/api/libvirt-qemu-api.xml
2063
%{_datadir}/libvirt/api/libvirt-lxc-api.xml
2064
# Needed building python bindings
2065
%doc docs/libvirt-api.xml
2066

2067

2068
%changelog
D
Daniel Veillard 已提交
2069 2070 2071 2072 2073
* Sun May  1 2016 Daniel Veillard <veillard@redhat.com> - 1.3.4-1
- Lot of work on documentation
- Add support for migration data compression
- many bug fixes and various improvements

D
Daniel Veillard 已提交
2074 2075 2076 2077 2078 2079
* Wed Apr  6 2016 Daniel Veillard <veillard@redhat.com> - 1.3.3-1
- perf events
- post-copy migration support
- NSS module
- a lot of various improvements, and large number of bugs fixes

D
Daniel Veillard 已提交
2080 2081 2082 2083 2084 2085
* Tue Mar  1 2016 Daniel Veillard <veillard@redhat.com> - 1.3.2-1
- Various improvements for the Xen libxl driver
- virt-admin improvement
- Various improvements for the RDB volumes
- many bug fixes and improvements

D
Daniel Veillard 已提交
2086 2087 2088 2089 2090 2091
* Sun Jan 17 2016 Daniel Veillard <veillard@redhat.com> - 1.3.1-1
- Various improvements for the Xen libxl driver
- rbd: Add support for wiping and cloning images to storage driver
- PCI hostdev improvements and fixes
- many bug fixes and improvements

D
Daniel Veillard 已提交
2092 2093 2094 2095 2096 2097
* Wed Dec  9 2015 Daniel Veillard <veillard@redhat.com> - 1.3.0-1
- virt-admin and administration API
- various improvements in virtio devices support
- log daemon, logging improvements and protocol
- many bug fixes and improvements

D
Daniel Veillard 已提交
2098 2099 2100
* Wed Nov  4 2015 Daniel Veillard <veillard@redhat.com> - 1.2.21-1
- a number of improvements and bug fixes

D
Daniel Veillard 已提交
2101 2102 2103 2104
* Fri Oct  2 2015 Daniel Veillard <veillard@redhat.com> - 1.2.20-1
- security fixes for CVE-2015-5247
- a number of improvements and bug fixes

D
Daniel Veillard 已提交
2105 2106 2107 2108 2109 2110
* Wed Sep  2 2015 Daniel Veillard <veillard@redhat.com> - 1.2.19-1
- Big improvements on ppc64 support
- New virDomainRename API
- Support for QEMU new pci emulations
- a number of improvements and bug fixes

D
Daniel Veillard 已提交
2111
* Mon Aug  3 2015 Daniel Veillard <veillard@redhat.com> - 1.2.18-1
2112
- libxl: support dom0
D
Daniel Veillard 已提交
2113 2114
- a number of improvements and bug fixes

D
Daniel Veillard 已提交
2115 2116 2117 2118 2119 2120
* Thu Jul  2 2015 Daniel Veillard <veillard@redhat.com> - 1.2.17-1
- numerous improvements and refactoring of the parallels driver
- hardening of vcpu code
- hardening of migration code
- a lot of improvement and bug fixes

D
Daniel Veillard 已提交
2121 2122 2123 2124 2125 2126 2127
* Mon Jun  1 2015 Daniel Veillard <veillard@redhat.com> - 1.2.16-1
- Introduce pci-serial
- Introduce virDomainSetUserPassword API
- libvirt: Introduce protected key mgmt ops
- add domain vmport feature
- various bug fixes and improvements

D
Daniel Veillard 已提交
2128 2129 2130 2131 2132 2133 2134
* Mon May  4 2015 Daniel Veillard <veillard@redhat.com> - 1.2.15-1
- Implement virDomainAddIOThread and virDomainDelIOThread
- libxl: Introduce configuration file for libxl driver
- Add VIR_DOMAIN_EVENT_ID_DEVICE_ADDED event
- various improvements to parallels driver
- a lot of improvement and bug fixes

D
Daniel Veillard 已提交
2135 2136 2137 2138 2139 2140 2141
* Thu Apr  2 2015 Daniel Veillard <veillard@redhat.com> - 1.2.14-1
- qemu: Implement memory device hotplug
- Implement public API for virDomainPinIOThread
- Implement public API for virDomainGetIOThreadsInfo
- SRIOV NIC offload feature discovery
- a lot of improvement and bug fixes

D
Daniel Veillard 已提交
2142 2143 2144 2145
* Mon Mar  2 2015 Daniel Veillard <veillard@redhat.com> - 1.2.13-1
- lot of improvements around NUMA code
- a lot of improvement and bug fixes

D
Daniel Veillard 已提交
2146 2147 2148 2149 2150
* Tue Jan 27 2015 Daniel Veillard <veillard@redhat.com> - 1.2.12-1
- CVE-2015-0236: qemu: Check ACLs when dumping security info from snapshots
- CVE-2015-0236: qemu: Check ACLs when dumping security info from save image
- a lot of improvement and bug fixes

D
Daniel Veillard 已提交
2151 2152 2153 2154 2155 2156 2157
* Sat Dec 13 2014 Daniel Veillard <veillard@redhat.com> - 1.2.11-1
- CVE-2014-8131: Fix possible deadlock and segfault in qemuConnectGetAllDomainStats()
- CVE-2014-7823: dumpxml: security hole with migratable flag
- Implement public API for virDomainGetFSInfo
- Add define support for the new throttle options
- a number of improvements and bug fixes

D
Daniel Veillard 已提交
2158 2159 2160 2161 2162 2163
* Mon Nov  3 2014 Daniel Veillard <veillard@redhat.com> - 1.2.10-1
- vbox: various drivers improvements
- libxl: various drivers improvements
- Internal driver refactoring
- a number of improvements and bug fixes

D
Daniel Veillard 已提交
2164 2165 2166 2167 2168 2169 2170 2171 2172
* Wed Oct  1 2014 Daniel Veillard <veillard@redhat.com> - 1.2.9-1
- CVE-2014-3657: domain_conf: fix domain deadlock
- CVE-2014-3633: qemu: blkiotune: Use correct definition when looking up disk
- Introduce virNodeAllocPages
- event: introduce new event for tunable values
- add migration support for OpenVZ driver
- Add support for fetching statistics of completed jobs
- many improvements and bug fixes

D
Daniel Veillard 已提交
2173 2174 2175 2176 2177 2178 2179
* Tue Sep  2 2014 Daniel Veillard <veillard@redhat.com> - 1.2.8-1
- blockcopy: virDomainBlockCopy with XML destination, typed params
- Introduce API for retrieving bulk domain stats
- Introduce virDomainOpenGraphicsFD API
- storage: ZFS support
- many improvements and bug fixes

D
Daniel Veillard 已提交
2180 2181 2182 2183
* Sun Aug  3 2014 Daniel Veillard <veillard@redhat.com> - 1.2.7-1
- Introduce virConnectGetDomainCapabilities
- many improvements and bug fixes

D
Daniel Veillard 已提交
2184 2185 2186 2187 2188
* Wed Jul  2 2014 Daniel Veillard <veillard@redhat.com> - 1.2.6-1
- libxl: add migration support and fixes
- various improvements and fixes for NUMA
- many improvements and bug fixes

2189 2190 2191 2192 2193 2194
* Mon Jun  2 2014 Daniel Veillard <veillard@redhat.com> - 1.2.5-1
- LSN-2014-0003: Don't expand entities when parsing XML (security)
- Introduce virDomain{Get,Set}Time APIs
- Introduce virDomainFSFreeze() and virDomainFSThaw() public API
- various improvements and bug fixes

D
Daniel Veillard 已提交
2195 2196 2197 2198
* Sun May  4 2014 Daniel Veillard <veillard@redhat.com> - 1.2.4-1
- various improvements and bug fixes
- lot of internal code refactoring

D
Daniel Veillard 已提交
2199
* Tue Apr  1 2014 Daniel Veillard <veillard@redhat.com> - 1.2.3-1
D
Daniel Veillard 已提交
2200 2201 2202 2203
- add new virDomainCoreDumpWithFormat API
- conf: Introduce virDomainDeviceGetInfo API
- more features and fixes on bhyve driver
- lot of cleanups and improvement on the Xen driver
D
Daniel Veillard 已提交
2204 2205
- a lot of various improvements and bug fixes

D
Daniel Veillard 已提交
2206 2207 2208 2209 2210 2211 2212
* Sun Mar  2 2014 Daniel Veillard <veillard@redhat.com> - 1.2.2-1
- add LXC from native conversion tool
- vbox: add support for v4.2.20+ and v4.3.4+
- Introduce Libvirt Wireshark dissector
- Fix CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC
- a lot of various improvements and bug fixes

D
Daniel Veillard 已提交
2213 2214 2215 2216 2217 2218 2219 2220
* Thu Jan 16 2014 Daniel Veillard <veillard@redhat.com> - 1.2.1-1
- Fix s CVE-2014-0028 event: filter global events by domain:getattr ACL
- Fix CVE-2014-1447 Don't crash if a connection closes early
- Fix CVE-2013-6458-1 qemu: Do not access stale data in virDomainBlockStats
- Fix CVE-2013-6457 libxl: avoid crashing if calling `virsh numatune' on inactive domain
- Fix CVE-2013-6436: fix crash in lxcDomainGetMemoryParameters
- many doc and bug fixes and improvements

D
Daniel Veillard 已提交
2221 2222 2223 2224 2225 2226
* Mon Dec  2 2013 Daniel Veillard <veillard@redhat.com> - 1.2.0-1
- Separation of python binding as libvirt-python srpm
- Add support for gluster pool
- vbox: add support for 4.3 APIs
- a number of doc, bug fixes and various improvements

D
Daniel Veillard 已提交
2227 2228 2229 2230 2231 2232
* Mon Nov  4 2013 Daniel Veillard <veillard@redhat.com> - 1.1.4-1
- Add support for AArch64 architecture
- Various improvements on test code and test driver
- 4 security bug fixes
- a lot of bug fixes and various improvements

D
Daniel Veillard 已提交
2233 2234 2235 2236 2237 2238 2239 2240 2241
* Tue Oct  1 2013 Daniel Veillard <veillard@redhat.com> - 1.1.3-1
- VMware: Initial VMware Fusion support and various improvements
- libvirt: add new public API virConnectGetCPUModelNames
- various libxl driver improvements
- LXC many container driver improvement
- ARM cpu improvements
- 3 security bug fixes
- a lot of bug and leak fixes and various improvements

D
Daniel Veillard 已提交
2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257
* Mon Sep  2 2013 Daniel Veillard <veillard@redhat.com> - 1.1.2-1
- various improvements to libxl driver
- systemd integration improvements
- Add flag to BaselineCPU API to return detailed CPU features
- Introduce a virt-login-shell binary
- conf: add startupPolicy attribute for harddisk
- various bug fixes and improvements including localizations

* Tue Jul 30 2013 Daniel Veillard <veillard@redhat.com> - 1.1.1-1
- Adding device removal or deletion events
- Introduce new domain create APIs to pass pre-opened FDs to LXC
- Add interface versions for Xen 4.3
- Add new public API virDomainSetMemoryStatsPeriod
- Various LXC improvements
- various bug fixes and improvements including localizations

D
Daniel Veillard 已提交
2258 2259 2260 2261 2262 2263 2264 2265
* Mon Jul  1 2013 Daniel Veillard <veillard@redhat.com> - 1.1.0-1
- CVE-2013-2218: Fix crash listing network interfaces with filters
- Fine grained ACL support for the API
- Extensible migration APIs
- various improvements in the Xen driver
- agent based vCPU hotplug support
- various bug fixes and improvements including localizations

D
Daniel Veillard 已提交
2266 2267 2268 2269 2270 2271 2272 2273
* Mon Jun  3 2013 Daniel Veillard <veillard@redhat.com> - 1.0.6-1
- Move VirtualBox driver into libvirtd
- Support for static routes on a virtual bridge
- Various improvement for hostdev SCSI support
- Switch to VIR_STRDUP and VIR_STRNDUP
- Various cleanups and improvement in Xen and LXC drivers
- various bug fixes and improvements including localizations

D
Daniel Veillard 已提交
2274 2275 2276 2277 2278 2279 2280
* Thu May  2 2013 Daniel Veillard <veillard@redhat.com> - 1.0.5-1
- add support for NVRAM device
- Add XML config for resource partitions
- Add support for TPM
- NPIV storage migration support
- various bug fixes and improvements including localizations

D
Daniel Veillard 已提交
2281 2282 2283 2284 2285 2286 2287
* Mon Apr  1 2013 Daniel Veillard <veillard@redhat.com> - 1.0.4-1
- qemu: support passthrough for iscsi disks
- various S390 improvements
- various LXC bugs fixes and improvements
- Add API for thread cancellation
- various bug fixes and improvements

D
Daniel Veillard 已提交
2288 2289 2290 2291 2292 2293 2294 2295
* Tue Mar  5 2013 Daniel Veillard <veillard@redhat.com> - 1.0.3-1
- Introduce virDomainMigrate*CompressionCache APIs
- Introduce virDomainGetJobStats API
- Add basic support for VDI images
- Introduce API virNodeDeviceLookupSCSIHostByWWN
- Various locking improvements
- a lot of bug fixes and overall improvements

D
Daniel Veillard 已提交
2296 2297 2298 2299 2300 2301 2302 2303
* Wed Jan 30 2013 Daniel Veillard <veillard@redhat.com> - 1.0.2-1
- LXC improvements
- S390 architecture improvement
- Power architecture improvement
- large Coverity report cleanups and associated bug fixes
- virTypedParams* APIs to helps with those data structures
- a lot of bug fixes and overall improvements

D
Daniel Veillard 已提交
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313
* Fri Nov  2 2012 Daniel Veillard <veillard@redhat.com> - 1.0.0-1
- virNodeGetCPUMap: Define public API
- Add systemd journal support
- Add a qemu capabilities cache manager
- USB migration support
- various improvement and fixes when using QMP QEmu interface
- Support for Xen 4.2
- Lot of localization enhancements
- a lot of bug fixes, improvements and portability work

D
Daniel Veillard 已提交
2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331
* Mon Sep 24 2012 Daniel Veillard <veillard@redhat.com> - 0.10.2-1
- network: define new API virNetworkUpdate
- add support for QEmu sandbox support
- blockjob: add virDomainBlockCommit
- New APIs to get/set Node memory parameters
- new API virConnectListAllSecrets
- new API virConnectListAllNWFilters
- new API virConnectListAllNodeDevices
- parallels: add support of containers to the driver
- new API virConnectListAllInterfaces
- new API virConnectListAllNetworks
- new API virStoragePoolListAllVolumes
- Add PMSUSPENDED life cycle event
- new API virStorageListAllStoragePools
- Add per-guest S3/S4 state configuration
- qemu: Support for Block Device IO Limits
- a lot of bug fixes, improvements and portability work

D
Daniel Veillard 已提交
2332 2333 2334
* Fri Aug 31 2012 Daniel Veillard <veillard@redhat.com> - 0.10.1-1
- bugfixes and a brown paper bag

D
Daniel Veillard 已提交
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345
* Wed Aug 29 2012 Daniel Veillard <veillard@redhat.com> - 0.10.0-1
- agent: add qemuAgentArbitraryCommand() for general qemu agent command
- Introduce virDomainPinEmulator and virDomainGetEmulatorPinInfo functions
- network: use firewalld instead of iptables, when available
- network: make network driver vlan-aware
- esx: Implement network driver
- driver for parallels hypervisor
- Various LXC improvements
- Add virDomainGetHostname
- a lot of bug fixes, improvements and portability work

D
Daniel Veillard 已提交
2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357
* Mon Jul  2 2012 Daniel Veillard <veillard@redhat.com> - 0.9.13-1
- S390: support for s390(x)
- snapshot: implement new APIs for esx and vbox
- snapshot: new query APIs and many improvements
- virsh: Allow users to reedit rejected XML
- nwfilter: add DHCP snooping
- Enable driver modules in libvirt RPM
- Default to enable driver modules for libvirtd
- storage backend: Add RBD (RADOS Block Device) support
- sVirt support for LXC domains inprovement
- a lot of bug fixes, improvements and portability work

D
Daniel Veillard 已提交
2358 2359 2360 2361 2362
* Mon May 14 2012 Daniel Veillard <veillard@redhat.com> - 0.9.12-1
- qemu: allow snapshotting of sheepdog and rbd disks
- blockjob: add new APIs
- a lot of bug fixes, improvements and portability work

D
Daniel Veillard 已提交
2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373
* Tue Apr  3 2012 Daniel Veillard <veillard@redhat.com> - 0.9.11-1
- Add support for the suspend event
- Add support for event tray moved of removable disks
- qemu: Support numad
- cpustats: API, improvements and qemu support
- qemu: support type='hostdev' network devices at domain start
- Introduce virDomainPMWakeup API
- network: support Open vSwitch
- a number of snapshot improvements
- many improvements and bug fixes

D
Daniel Veillard 已提交
2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387
* Mon Feb 13 2012 Daniel Veillard <veillard@redhat.com> - 0.9.10-1
- Add support for sVirt in the LXC driver
- block rebase: add new API virDomainBlockRebase
- API: Add api to set and get domain metadata
- virDomainGetDiskErrors public API
- conf: add rawio attribute to disk element of domain XML
- Add new public API virDomainGetCPUStats()
- Introduce virDomainPMSuspendForDuration API
- resize: add virStorageVolResize() API
- Add a virt-host-validate command to sanity check HV config
- Add new virDomainShutdownFlags API
- QEMU guest agent support
- many improvements and bug fixes

D
Daniel Veillard 已提交
2388 2389 2390 2391 2392 2393 2394
* Sat Jan  7 2012 Daniel Veillard <veillard@redhat.com> - 0.9.9-1
- Add API virDomain{S,G}etInterfaceParameters
- Add API virDomain{G, S}etNumaParameters
- Add support for ppc64 qemu
- Support Xen domctl v8
- many improvements and bug fixes

D
Daniel Veillard 已提交
2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405
* Thu Dec  8 2011 Daniel Veillard <veillard@redhat.com> - 0.9.8-1
- Add support for QEMU 1.0
- Add preliminary PPC cpu driver
- Add new API virDomain{Set, Get}BlockIoTune
- block_resize: Define the new API
- Add a public API to invoke suspend/resume on the host
- various improvements for LXC containers
- Define keepalive protocol and add virConnectIsAlive API
- Add support for STP and VLAN filtering
- many improvements and bug fixes

D
Daniel Veillard 已提交
2406 2407 2408 2409 2410 2411 2412 2413 2414
* Tue Nov  8 2011 Daniel Veillard <veillard@redhat.com> - 0.9.7-1
- esx: support vSphere 5.x
- vbox: support for VirtualBox 4.1
- Introduce the virDomainOpenGraphics API
- Add AHCI support to qemu driver
- snapshot: many improvements and 2 new APIs
- api: Add public api for 'reset'
- many improvements and bug fixes

D
Daniel Veillard 已提交
2415 2416 2417
* Thu Sep 22 2011 Daniel Veillard <veillard@redhat.com> - 0.9.6-1
- Fix the qemu reboot bug and a few others bug fixes

D
Daniel Veillard 已提交
2418 2419 2420 2421 2422 2423 2424 2425 2426
* Tue Sep 20 2011 Daniel Veillard <veillard@redhat.com> - 0.9.5-1
- many snapshot improvements (Eric Blake)
- latency: Define new public API and structure (Osier Yang)
- USB2 and various USB improvements (Marc-André Lureau)
- storage: Add fs pool formatting (Osier Yang)
- Add public API for getting migration speed (Jim Fehlig)
- Add basic driver for Microsoft Hyper-V (Matthias Bolte)
- many improvements and bug fixes

D
Daniel Veillard 已提交
2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438
* Wed Aug  3 2011 Daniel Veillard <veillard@redhat.com> - 0.9.4-1
- network bandwidth QoS control
- Add new API virDomainBlockPull*
- save: new API to manipulate save file images
- CPU bandwidth limits support
- allow to send NMI and key event to guests
- new API virDomainUndefineFlags
- Implement code to attach to external QEMU instances
- bios: Add support for SGA
- various missing python binding
- many improvements and bug fixes

D
Daniel Veillard 已提交
2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451
* Mon Jul  4 2011 Daniel Veillard <veillard@redhat.com> - 0.9.3-1
- new API virDomainGetVcpupinInfo
- Add TXT record support for virtual DNS service
- Support reboots with the QEMU driver
- New API virDomainGetControlInfo API
- New API virNodeGetMemoryStats
- New API virNodeGetCPUTime
- New API for send-key
- New API virDomainPinVcpuFlags
- support multifunction PCI device
- lxc: various improvements
- many improvements and bug fixes

D
Daniel Veillard 已提交
2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462
* Mon Jun  6 2011 Daniel Veillard <veillard@redhat.com> - 0.9.2-1
- Framework for lock manager plugins
- API for network config change transactions
- flags for setting memory parameters
- virDomainGetState public API
- qemu: allow blkstat/blkinfo calls during migration
- Introduce migration v3 API
- Defining the Screenshot public API
- public API for NMI injection
- Various improvements and bug fixes

D
Daniel Veillard 已提交
2463 2464 2465 2466 2467 2468 2469 2470
* Thu May  5 2011 Daniel Veillard <veillard@redhat.com> - 0.9.1-1
- support various persistent domain updates
- improvements on memory APIs
- Add virDomainEventRebootNew
- various improvements to libxl driver
- Spice: support audio, images and stream compression
- Various improvements and bug fixes

D
Daniel Veillard 已提交
2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483
* Mon Apr  4 2011 Daniel Veillard <veillard@redhat.com> - 0.9.0-1
- Support cputune cpu usage tuning
- Add public APIs for storage volume upload/download
- Add public API for setting migration speed on the fly
- Add libxenlight driver
- qemu: support migration to fd
- libvirt: add virDomain{Get,Set}BlkioParameters
- setmem: introduce a new libvirt API (virDomainSetMemoryFlags)
- Expose event loop implementation as a public API
- Dump the debug buffer to libvirtd.log on fatal signal
- Audit support
- Various improvements and bug fixes

D
Daniel Veillard 已提交
2484 2485 2486 2487 2488 2489 2490
* Thu Feb 17 2011 Daniel Veillard <veillard@redhat.com> - 0.8.8-1
- expose new API for sysinfo extraction
- cgroup blkio weight support
- smartcard device support
- qemu: Support per-device boot ordering
- Various improvements and bug fixes

D
Daniel Veillard 已提交
2491 2492 2493 2494 2495 2496 2497
* Tue Jan  4 2011 Daniel Veillard <veillard@redhat.com> - 0.8.7-1
- Preliminary support for VirtualBox 4.0
- IPv6 support
- Add VMware Workstation and Player driver driver
- Add network disk support
- Various improvements and bug fixes

D
Daniel Veillard 已提交
2498 2499 2500 2501 2502 2503 2504 2505 2506
* Tue Nov 30 2010 Daniel Veillard <veillard@redhat.com> - 0.8.6-1
- Add support for iSCSI target auto-discovery
- QED: Basic support for QED images
- remote console support
- support for SPICE graphics
- sysinfo and VMBIOS support
- virsh qemu-monitor-command
- various improvements and bug fixes

D
Daniel Veillard 已提交
2507 2508 2509 2510 2511 2512 2513 2514 2515 2516
* Fri Oct 29 2010 Daniel Veillard <veillard@redhat.com> - 0.8.5-1
- Enable JSON and netdev features in QEMU >= 0.13
- framework for auditing integration
- framework DTrace/SystemTap integration
- Setting the number of vcpu at boot
- Enable support for nested SVM
- Virtio plan9fs filesystem QEMU
- Memory parameter controls
- various improvements and bug fixes

D
Daniel Veillard 已提交
2517 2518 2519 2520
* Fri Sep 10 2010 Daniel Veillard <veillard@redhat.com> - 0.8.4-1
- big improvements to UML driver
- various improvements and bug fixes

D
Daniel Veillard 已提交
2521
* Wed Aug  4 2010 Daniel Veillard <veillard@redhat.com> - 0.8.3-1
D
Daniel Veillard 已提交
2522 2523 2524 2525 2526
- esx: Support vSphere 4.1
- Qemu arbitrary monitor commands
- Qemu Monitor API entry point
- various improvements and bug fixes

D
Daniel Veillard 已提交
2527 2528 2529 2530 2531 2532 2533 2534
* Mon Jul  5 2010 Daniel Veillard <veillard@redhat.com> - 0.8.2-1
- phyp: adding support for IVM
- libvirt: introduce domainCreateWithFlags API
- add 802.1Qbh and 802.1Qbg switches handling
- Support for VirtualBox version 3.2
- Init script for handling guests on shutdown/boot
- qemu: live migration with non-shared storage for kvm

D
Daniel Veillard 已提交
2535 2536 2537 2538 2539
* Fri Apr 30 2010 Daniel Veillard <veillard@redhat.com> - 0.8.1-1
- Starts dnsmasq from libvirtd with --dhcp-hostsfile
- Add virDomainGetBlockInfo API to query disk sizing
- a lot of bug fixes and cleanups

D
Daniel Veillard 已提交
2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553
* Mon Apr 12 2010 Daniel Veillard <veillard@redhat.com> - 0.8.0-1
- Snapshotting support (QEmu/VBox/ESX)
- Network filtering API
- XenAPI driver
- new APIs for domain events
- Libvirt managed save API
- timer subselection for domain clock
- synchronous hooks
- API to update guest CPU to host CPU
- virDomainUpdateDeviceFlags new API
- migrate max downtime API
- volume wiping API
- and many bug fixes

D
Daniel Veillard 已提交
2554 2555 2556 2557 2558 2559 2560 2561
* Fri Mar  5 2010 Daniel Veillard <veillard@redhat.com> - 0.7.7-1
- macvtap support
- async job handling
- virtio channel
- computing baseline CPU
- virDomain{Attach,Detach}DeviceFlags
- assorted bug fixes and lots of cleanups

D
Daniel Veillard 已提交
2562 2563
* Wed Feb  3 2010 Daniel Veillard <veillard@redhat.com> - 0.7.6-1

D
Daniel Veillard 已提交
2564 2565 2566 2567 2568 2569 2570
* Wed Dec 23 2009 Daniel Veillard <veillard@redhat.com> - 0.7.5-1
- Add new API virDomainMemoryStats
- Public API and domain extension for CPU flags
- vbox: Add support for version 3.1
- Support QEMU's virtual FAT block device driver
- a lot of fixes

D
Daniel Veillard 已提交
2571 2572 2573 2574 2575 2576 2577 2578
* Fri Nov 20 2009 Daniel Veillard <veillard@redhat.com> - 0.7.3-1
- udev node device backend
- API to check object properties
- better QEmu monitor processing
- MAC address based port filtering for qemu
- support IPv6 and multiple addresses per interfaces
- a lot of fixes

D
Daniel Veillard 已提交
2579 2580 2581 2582 2583 2584 2585 2586 2587
* Tue Sep 15 2009 Daniel Veillard <veillard@redhat.com> - 0.7.1-1
- ESX, VBox driver updates
- mutipath support
- support for encrypted (qcow) volume
- compressed save image format for Qemu/KVM
- QEmu host PCI device hotplug support
- configuration of huge pages in guests
- a lot of fixes

D
Daniel Veillard 已提交
2588 2589 2590 2591 2592 2593 2594 2595 2596
* Wed Aug  5 2009 Daniel Veillard <veillard@redhat.com> - 0.7.0-1
- ESX, VBox3, Power Hypervisor drivers
- new net filesystem glusterfs
- Storage cloning for LVM and Disk backends
- interface implementation based on netcf
- Support cgroups in QEMU driver
- QEmu hotplug NIC support
- a lot of fixes

D
Daniel Veillard 已提交
2597 2598 2599
* Fri Jul  3 2009 Daniel Veillard <veillard@redhat.com> - 0.6.5-1
- release of 0.6.5

D
Daniel Veillard 已提交
2600 2601 2602 2603
* Fri May 29 2009 Daniel Veillard <veillard@redhat.com> - 0.6.4-1
- release of 0.6.4
- various new APIs

D
Daniel Veillard 已提交
2604 2605 2606 2607
* Fri Apr 24 2009 Daniel Veillard <veillard@redhat.com> - 0.6.3-1
- release of 0.6.3
- VirtualBox driver

D
Daniel Veillard 已提交
2608 2609 2610
* Fri Apr  3 2009 Daniel Veillard <veillard@redhat.com> - 0.6.2-1
- release of 0.6.2

J
Jiri Denemark 已提交
2611
* Wed Mar  4 2009 Daniel Veillard <veillard@redhat.com> - 0.6.1-1
D
Daniel Veillard 已提交
2612 2613 2614 2615 2616
- release of 0.6.1

* Sat Jan 31 2009 Daniel Veillard <veillard@redhat.com> - 0.6.0-1
- release of 0.6.0

D
Daniel Veillard 已提交
2617 2618 2619
* Tue Nov 25 2008 Daniel Veillard <veillard@redhat.com> - 0.5.0-1
- release of 0.5.0

2620 2621 2622
* Tue Sep 23 2008 Daniel Veillard <veillard@redhat.com> - 0.4.6-1
- release of 0.4.6

2623 2624 2625 2626 2627 2628 2629
* Mon Sep  8 2008 Daniel Veillard <veillard@redhat.com> - 0.4.5-1
- release of 0.4.5

* Wed Jun 25 2008 Daniel Veillard <veillard@redhat.com> - 0.4.4-1
- release of 0.4.4
- mostly a few bug fixes from 0.4.3

2630 2631 2632 2633
* Thu Jun 12 2008 Daniel Veillard <veillard@redhat.com> - 0.4.3-1
- release of 0.4.3
- lots of bug fixes and small improvements

D
Daniel Veillard 已提交
2634 2635 2636 2637
* Tue Apr  8 2008 Daniel Veillard <veillard@redhat.com> - 0.4.2-1
- release of 0.4.2
- lots of bug fixes and small improvements

D
Daniel Veillard 已提交
2638 2639 2640 2641 2642 2643 2644
* Mon Mar  3 2008 Daniel Veillard <veillard@redhat.com> - 0.4.1-1
- Release of 0.4.1
- Storage APIs
- xenner support
- lots of assorted improvements, bugfixes and cleanups
- documentation and localization improvements

D
Daniel Veillard 已提交
2645 2646 2647 2648 2649 2650 2651 2652
* Tue Dec 18 2007 Daniel Veillard <veillard@redhat.com> - 0.4.0-1
- Release of 0.4.0
- SASL based authentication
- PolicyKit authentication
- improved NUMA and statistics support
- lots of assorted improvements, bugfixes and cleanups
- documentation and localization improvements

2653 2654 2655 2656 2657 2658 2659
* Sun Sep 30 2007 Daniel Veillard <veillard@redhat.com> - 0.3.3-1
- Release of 0.3.3
- Avahi support
- NUMA support
- lots of assorted improvements, bugfixes and cleanups
- documentation and localization improvements

D
Daniel Veillard 已提交
2660 2661 2662 2663 2664 2665 2666
* Tue Aug 21 2007 Daniel Veillard <veillard@redhat.com> - 0.3.2-1
- Release of 0.3.2
- API for domains migration
- APIs for collecting statistics on disks and interfaces
- lots of assorted bugfixes and cleanups
- documentation and localization improvements

2667 2668 2669 2670 2671 2672 2673
* Tue Jul 24 2007 Daniel Veillard <veillard@redhat.com> - 0.3.1-1
- Release of 0.3.1
- localtime clock support
- PS/2 and USB input devices
- lots of assorted bugfixes and cleanups
- documentation and localization improvements

2674 2675 2676 2677 2678 2679 2680 2681
* Mon Jul  9 2007 Daniel Veillard <veillard@redhat.com> - 0.3.0-1
- Release of 0.3.0
- Secure remote access support
- unification of daemons
- lots of assorted bugfixes and cleanups
- documentation and localization improvements

* Fri Jun  8 2007 Daniel Veillard <veillard@redhat.com> - 0.2.3-1
2682 2683 2684 2685 2686
- Release of 0.2.3
- lot of assorted bugfixes and cleanups
- support for Xen-3.1
- new scheduler API

2687 2688 2689 2690 2691
* Tue Apr 17 2007 Daniel Veillard <veillard@redhat.com> - 0.2.2-1
- Release of 0.2.2
- lot of assorted bugfixes and cleanups
- preparing for Xen-3.0.5

2692 2693 2694 2695 2696
* Thu Mar 22 2007 Jeremy Katz <katzj@redhat.com> - 0.2.1-2.fc7
- don't require xen; we don't need the daemon and can control non-xen now
- fix scriptlet error (need to own more directories)
- update description text

2697
* Fri Mar 16 2007 Daniel Veillard <veillard@redhat.com> - 0.2.1-1
2698 2699 2700 2701 2702 2703
- Release of 0.2.1
- lot of bug and portability fixes
- Add support for network autostart and init scripts
- New API to detect the virtualization capabilities of a host
- Documentation updates

2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716
* Fri Feb 23 2007 Daniel P. Berrange <berrange@redhat.com> - 0.2.0-4.fc7
- Fix loading of guest & network configs

* Fri Feb 16 2007 Daniel P. Berrange <berrange@redhat.com> - 0.2.0-3.fc7
- Disable kqemu support since its not in Fedora qemu binary
- Fix for -vnc arg syntax change in 0.9.0  QEMU

* Thu Feb 15 2007 Daniel P. Berrange <berrange@redhat.com> - 0.2.0-2.fc7
- Fixed path to qemu daemon for autostart
- Fixed generation of <features> block in XML
- Pre-create config directory at startup

* Wed Feb 14 2007 Daniel Veillard <veillard@redhat.com> 0.2.0-1.fc7
2717 2718 2719 2720
- support for KVM and QEmu
- support for network configuration
- assorted fixes

2721
* Mon Jan 22 2007 Daniel Veillard <veillard@redhat.com> 0.1.11-1.fc7
2722 2723 2724 2725
- finish inactive Xen domains support
- memory leak fix
- RelaxNG schemas for XML configs

2726
* Wed Dec 20 2006 Daniel Veillard <veillard@redhat.com> 0.1.10-1.fc7
2727 2728 2729 2730 2731
- support for inactive Xen domains
- improved support for Xen display and vnc
- a few bug fixes
- localization updates

2732 2733 2734
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 0.1.9-2
- rebuild against python 2.5

2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745
* Wed Nov 29 2006 Daniel Veillard <veillard@redhat.com> 0.1.9-1
- better error reporting
- python bindings fixes and extensions
- add support for shareable drives
- add support for non-bridge style networking
- hot plug device support
- added support for inactive domains
- API to dump core of domains
- various bug fixes, cleanups and improvements
- updated the localization

2746 2747 2748 2749
* Tue Nov  7 2006 Daniel Veillard <veillard@redhat.com> 0.1.8-3
- it's pkgconfig not pgkconfig !

* Mon Nov  6 2006 Daniel Veillard <veillard@redhat.com> 0.1.8-2
J
Jiri Denemark 已提交
2750
- fixing spec file, added %%dist, -devel requires pkgconfig and xen-devel
2751 2752
- Resolves: rhbz#202320

2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764
* Mon Oct 16 2006 Daniel Veillard <veillard@redhat.com> 0.1.8-1
- fix missing page size detection code for ia64
- fix mlock size when getting domain info list from hypervisor
- vcpu number initialization
- don't label crashed domains as shut off
- fix virsh man page
- blktapdd support for alternate drivers like blktap
- memory leak fixes (xend interface and XML parsing)
- compile fix
- mlock/munlock size fixes

* Fri Sep 22 2006 Daniel Veillard <veillard@redhat.com> 0.1.7-1
2765 2766 2767
- Fix bug when running against xen-3.0.3 hypercalls
- Fix memory bug when getting vcpus info from xend

2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780
* Fri Sep 22 2006 Daniel Veillard <veillard@redhat.com> 0.1.6-1
- Support for localization
- Support for new Xen-3.0.3 cdrom and disk configuration
- Support for setting VNC port
- Fix bug when running against xen-3.0.2 hypercalls
- Fix reconnection problem when talking directly to http xend

* Tue Sep  5 2006 Jeremy Katz <katzj@redhat.com> - 0.1.5-3
- patch from danpb to support new-format cd devices for HVM guests

* Tue Sep  5 2006 Daniel Veillard <veillard@redhat.com> 0.1.5-2
- reactivating ia64 support

2781 2782 2783 2784 2785 2786 2787 2788 2789 2790
* Tue Sep  5 2006 Daniel Veillard <veillard@redhat.com> 0.1.5-1
- new release
- bug fixes
- support for new hypervisor calls
- early code for config files and defined domains

* Mon Sep  4 2006 Daniel Berrange <berrange@redhat.com> - 0.1.4-5
- add patch to address dom0_ops API breakage in Xen 3.0.3 tree

* Mon Aug 28 2006 Jeremy Katz <katzj@redhat.com> - 0.1.4-4
2791
- add patch to support paravirt framebuffer in Xen
2792 2793 2794 2795 2796 2797 2798

* Mon Aug 21 2006 Daniel Veillard <veillard@redhat.com> 0.1.4-3
- another patch to fix network handling in non-HVM guests

* Thu Aug 17 2006 Daniel Veillard <veillard@redhat.com> 0.1.4-2
- patch to fix virParseUUID()

D
Daniel Veillard 已提交
2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817
* Wed Aug 16 2006 Daniel Veillard <veillard@redhat.com> 0.1.4-1
- vCPUs and affinity support
- more complete XML, console and boot options
- specific features support
- enforced read-only connections
- various improvements, bug fixes

* Wed Aug  2 2006 Jeremy Katz <katzj@redhat.com> - 0.1.3-6
- add patch from pvetere to allow getting uuid from libvirt

* Wed Aug  2 2006 Jeremy Katz <katzj@redhat.com> - 0.1.3-5
- build on ia64 now

* Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 0.1.3-4
- don't BR xen, we just need xen-devel

* Thu Jul 27 2006 Daniel Veillard <veillard@redhat.com> 0.1.3-3
- need rebuild since libxenstore is now versionned

2818 2819 2820 2821 2822 2823
* Mon Jul 24 2006 Mark McLoughlin <markmc@redhat.com> - 0.1.3-2
- Add BuildRequires: xen-devel

* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.1.3-1.1
- rebuild

2824 2825 2826 2827
* Tue Jul 11 2006 Daniel Veillard <veillard@redhat.com> 0.1.3-1
- support for HVM Xen guests
- various bugfixes

2828 2829 2830 2831
* Mon Jul  3 2006 Daniel Veillard <veillard@redhat.com> 0.1.2-1
- added a proxy mechanism for read only access using httpu
- fixed header includes paths

2832 2833 2834 2835 2836 2837 2838 2839 2840
* Wed Jun 21 2006 Daniel Veillard <veillard@redhat.com> 0.1.1-1
- extend and cleanup the driver infrastructure and code
- python examples
- extend uuid support
- bug fixes, buffer handling cleanups
- support for new Xen hypervisor API
- test driver for unit testing
- virsh --conect argument

2841 2842 2843 2844 2845 2846 2847
* Mon Apr 10 2006 Daniel Veillard <veillard@redhat.com> 0.1.0-1
- various fixes
- new APIs: for Node information and Reboot
- virsh improvements and extensions
- documentation updates and man page
- enhancement and fixes of the XML description format

2848 2849 2850 2851 2852 2853
* Tue Feb 28 2006 Daniel Veillard <veillard@redhat.com> 0.0.6-1
- added error handling APIs
- small bug fixes
- improve python bindings
- augment documentation and regression tests

2854 2855 2856 2857 2858 2859
* Thu Feb 23 2006 Daniel Veillard <veillard@redhat.com> 0.0.5-1
- new domain creation API
- new UUID based APIs
- more tests, documentation, devhelp
- bug fixes

2860 2861 2862
* Fri Feb 10 2006 Daniel Veillard <veillard@redhat.com> 0.0.4-1
- fixes some problems in 0.0.3 due to the change of names

2863
* Wed Feb  8 2006 Daniel Veillard <veillard@redhat.com> 0.0.3-1
2864
- changed library name to libvirt from libvir, complete and test the python
2865 2866
  bindings

D
Daniel Veillard 已提交
2867 2868 2869 2870
* Sun Jan 29 2006 Daniel Veillard <veillard@redhat.com> 0.0.2-1
- upstream release of 0.0.2, use xend, save and restore added, python bindings
  fixed

2871 2872
* Wed Nov  2 2005 Daniel Veillard <veillard@redhat.com> 0.0.1-1
- created