]> git.pld-linux.org Git - packages/xen.git/blob - xen.spec
dropping more qemu dependencies
[packages/xen.git] / xen.spec
1 #
2 # TODO:
3 #  - check if other tools/libs are not usable in domU, move them to -guest
4 #    packages if so
5 #  - pass bconds to qemu configure script (tricky, as the script is called from
6 #    Xen Makefiles)
7 #  - fix %doc - some files are installed in docdir both by make install and %d,
8 #    other are installed once
9 #
10 # Conditional build:
11 %bcond_without  qemu_traditional # without qemu-xen-traditional
12 %bcond_without  opengl          # OpenGL support in Xen qemu
13 %bcond_without  sdl             # SDL support in Xen qemu
14 %bcond_without  bluetooth       # bluetooth support in Xen qemu
15 %bcond_without  brlapi          # brlapi support in Xen qemu
16 %bcond_without  ocaml           # Ocaml libraries for Xen tools
17 %bcond_without  efi             # EFI hypervisor
18 %bcond_without  hypervisor      # Xen hypervisor build
19 %bcond_without  stubdom         # stubdom build
20 %bcond_without  xsm             # XSM security module (by default, Flask)
21 %bcond_without  blktap1         # blktap1 support
22 %bcond_without  xend            # include the obsolete xend & xm
23
24 %ifnarch %{x8664} arm
25 %undefine       with_hypervisor
26 %endif
27 %ifnarch %{x8664}
28 %undefine       with_efi
29 %endif
30 %ifnarch %{ix86} %{x8664}
31 %undefine       with_stubdom
32 %endif
33
34 # from Config.mk:
35 %define seabios_version         1.6.3.2
36
37 # from ./stubdom/configure.ac
38 %define polarssl_version        1.1.4
39 %define tpm_emulator_version    0.7.4
40 %define gmp_version             4.3.2
41
42 %define xen_extfiles_url        http://xenbits.xensource.com/xen-extfiles
43 Summary:        Xen - a virtual machine monitor
44 Summary(pl.UTF-8):      Xen - monitor maszyny wirtualnej
45 Name:           xen
46 Version:        4.4.0
47 Release:        0.1
48 License:        GPL v2, interface parts on BSD-like
49 Group:          Applications/System
50 Source0:        http://bits.xensource.com/oss-xen/release/%{version}/%{name}-%{version}.tar.gz
51 # Source0-md5:  fd9031d499af38c5d04108681734027e
52 # used by stubdoms
53 Source10:       %{xen_extfiles_url}/lwip-1.3.0.tar.gz
54 # Source10-md5: 36cc57650cffda9a0269493be2a169bb
55 Source11:       %{xen_extfiles_url}/newlib-1.16.0.tar.gz
56 # Source11-md5: bf8f1f9e3ca83d732c00a79a6ef29bc4
57 Source12:       %{xen_extfiles_url}/zlib-1.2.3.tar.gz
58 # Source12-md5: debc62758716a169df9f62e6ab2bc634
59 Source13:       %{xen_extfiles_url}/pciutils-2.2.9.tar.bz2
60 # Source13-md5: cec05e7785497c5e19da2f114b934ffd
61 Source14:       %{xen_extfiles_url}/grub-0.97.tar.gz
62 # Source14-md5: cd3f3eb54446be6003156158d51f4884
63 Source15:       http://xenbits.xen.org/xen-extfiles/ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz
64 # Source15-md5: 7496268cebf47d5c9ccb0696e3b26065
65 # http://xenbits.xen.org/git-http/seabios.git/
66 # git archive --prefix=tools/firmware/seabios/ --format=tar rel-%{seabios_version} | xz > seabios-%{seabios_version}.tar.xz
67 Source16:       seabios-%{seabios_version}.tar.xz
68 # Source16-md5: 145e07ff5618a3999f94f2e830d06b05
69 Source17:       %{xen_extfiles_url}/polarssl-%{polarssl_version}-gpl.tgz
70 # Source17-md5: 7b72caf22b01464ee7d6165f2fd85f44
71 Source18:       http://xenbits.xen.org/xen-extfiles/tpm_emulator-%{tpm_emulator_version}.tar.gz
72 # Source18-md5: e26becb8a6a2b6695f6b3e8097593db8
73 Source19:       ftp://ftp.gmplib.org/pub/gmp-%{gmp_version}/gmp-%{gmp_version}.tar.bz2
74 # Source19-md5: dd60683d7057917e34630b4a787932e8
75 Source30:       proc-xen.mount
76 Source31:       var-lib-xenstored.mount
77 Source32:       blktapctrl.service
78 Source33:       blktapctrl.sysconfig
79 Source34:       xenconsoled.service
80 Source35:       xenconsoled.sysconfig
81 Source36:       xenstored.service
82 Source37:       xenstored.sysconfig
83 Source38:       xenstored.tmpfiles
84 Source39:       xend.service
85 Source40:       xend.tmpfiles
86 Source41:       xen-watchdog.service
87 Source42:       xen-dom0-modules-load.conf
88 Source43:       xendomains.sh
89 Source44:       xendomains.service
90 # sysvinit scripts
91 Source50:       xend.init
92 Source51:       xenconsoled.init
93 Source52:       xenstored.init
94 Source53:       xen-watchdog.init
95 Source54:       xendomains.init
96 Source55:       xen.logrotate
97 Source56:       xen.tmpfiles
98 Source57:       xen.cfg
99 Source58:       xen.efi-boot-update
100 Source59:       vif-openvswitch
101 Source60:       xen-init-list
102 Source61:       xen-toolstack
103 Patch0:         %{name}-python_scripts.patch
104 Patch1:         %{name}-symbols.patch
105 Patch2:         %{name}-curses.patch
106 Patch3:         pygrubfix.patch
107 Patch4:         xend.catchbt.patch
108 Patch5:         xend-pci-loop.patch
109 Patch6:         %{name}-dumpdir.patch
110 # Warning: this disables ingress filtering implemented in xen scripts!
111 Patch7:         %{name}-net-disable-iptables-on-bridge.patch
112 Patch8:         %{name}-configure-xend.patch
113 Patch10:        %{name}-qemu.patch
114 Patch11:        %{name}-ulong.patch
115 Patch12:        %{name}-doc.patch
116 Patch13:        %{name}-paths.patch
117 Patch14:        %{name}-no_fetcher.patch
118 Patch15:        odd-glib2-fix.patch
119 URL:            http://www.xen.org/products/xenhyp.html
120 %if %{with qemu_traditional}
121 %{?with_opengl:BuildRequires:   OpenGL-devel}
122 %{?with_sdl:BuildRequires:      SDL-devel >= 1.2.1}
123 %endif
124 %ifarch %{ix86} %{x8664}
125 BuildRequires:  acpica
126 BuildRequires:  autoconf
127 BuildRequires:  bcc
128 BuildRequires:  bin86
129 %endif
130 %if %{with qemu_traditional}
131 %{?with_bluetooth:BuildRequires:        bluez-libs-devel}
132 %{?with_brlapi:BuildRequires:   brlapi-devel}
133 %endif
134 %{?with_efi:BuildRequires:      binutils >= 3:2.23.51.0.3-2}
135 BuildRequires:  bzip2-devel
136 BuildRequires:  curl-devel
137 BuildRequires:  cyrus-sasl-devel >= 2
138 %if %{with xsm}
139 BuildRequires:  checkpolicy
140 %endif
141 BuildRequires:  e2fsprogs-devel
142 BuildRequires:  gcc >= 6:4.1
143 BuildRequires:  gettext-devel
144 BuildRequires:  glib2-devel >= 1:2.12
145 BuildRequires:  gnutls-devel
146 BuildRequires:  keyutils-devel
147 BuildRequires:  latex2html >= 2008
148 BuildRequires:  libaio-devel
149 BuildRequires:  libcap-devel
150 BuildRequires:  libjpeg-devel
151 BuildRequires:  libpng-devel
152 BuildRequires:  libuuid-devel
153 BuildRequires:  lzo-devel >= 2
154 BuildRequires:  ncurses-devel
155 %if %{with ocaml}
156 BuildRequires:  ocaml >= 3.04-7
157 BuildRequires:  ocaml-findlib
158 %endif
159 BuildRequires:  nss-devel >= 3.12.8
160 BuildRequires:  openssl-devel
161 BuildRequires:  pciutils-devel
162 BuildRequires:  perl-base
163 BuildRequires:  perl-tools-pod
164 BuildRequires:  pkgconfig
165 BuildRequires:  python-devel
166 BuildRequires:  rpm-pythonprov
167 BuildRequires:  rpmbuild(macros) >= 1.647
168 BuildRequires:  texi2html
169 BuildRequires:  texlive-dvips
170 BuildRequires:  texlive-latex-psnfss
171 BuildRequires:  texlive-xetex
172 BuildRequires:  transfig
173 %{?with_qemu_traditional:BuildRequires: vde2-devel}
174 BuildRequires:  which
175 # for xfsctl (<xfs/xfs.h>)
176 BuildRequires:  xfsprogs-devel
177 %if %{with qemu_traditional}
178 BuildRequires:  xorg-lib-libX11-devel
179 BuildRequires:  xorg-lib-libXext-devel
180 %endif
181 BuildRequires:  xz-devel
182 BuildRequires:  yajl-devel
183 BuildRequires:  zlib-devel
184 %if %{with qemu_traditional}
185 # FIXME: see qemu configure comments on top of spec
186 %{!?with_opengl:BuildConflicts: OpenGL-devel}
187 %{!?with_sdl:BuildConflicts:    SDL-devel}
188 %{!?with_sdl:BuildConflicts:    SDL-devel}
189 %{!?with_bluetooth:BuildConflicts:      bluez-libs-devel}
190 %{!?with_brlapi:BuildConflicts: brlapi-devel}
191 %endif
192 Requires(post,preun):   /sbin/chkconfig
193 Requires(post,preun,postun):    systemd-units >= 38
194 Requires:       %{name}-libs = %{version}-%{release}
195 Requires:       ZopeInterface
196 Requires:       bridge-utils
197 Requires:       coreutils
198 Requires:       diffutils
199 Requires:       gawk
200 Requires:       iptables
201 Requires:       losetup
202 Requires:       net-tools
203 Requires:       python-%{name} = %{version}-%{release}
204 Requires:       rc-scripts
205 Requires:       sed
206 Requires:       systemd-units >= 38
207 Requires:       util-linux
208 Requires:       which
209 Requires:       %{name}-guest = %{version}-%{release}
210 Obsoletes:      xen-doc
211 Obsoletes:      xen-udev
212 ExclusiveArch:  %{ix86} %{x8664} arm
213 %ifarch %{ix86} %{x8664}
214 # for HVM
215 Suggests:       qemu-system-x86
216 %endif
217 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
218
219 # some PPC/SPARC boot images in ELF format
220 %define         _noautostrip    .*%{_datadir}/\\(xen\\|qemu-xen\\)/qemu/\\(openbios-.*\\|palcode-clipper\\|s390-ccw.img\\)
221
222 %description
223 This package contains the Xen hypervisor and Xen tools, needed to run
224 virtual machines on x86 systems, together with the kernel-xen*
225 packages. Information on how to use Xen can be found at the Xen
226 project pages.
227
228 Virtualisation can be used to run multiple versions or multiple Linux
229 distributions on one system, or to test untrusted applications in a
230 sandboxed environment. Note that the Xen technology is still in
231 development, and this RPM has received extremely little testing. Don't
232 be surprised if this RPM eats your data, drinks your coffee or makes
233 fun of you in front of your friends.
234
235 %description -l pl.UTF-8
236 Ten pakiet zawiera nadzorcę oraz narzędzia Xen, potrzebne do
237 uruchamiania wirtualnych maszyn w systemach x86, wraz z pakietami
238 kernel-xen*. Informacje jak używać Xena można znaleźć na stronach
239 projektu.
240
241 Wirtualizacja może być używana do uruchamiania wielu wersji lub wielu
242 dystrybucji Linuksa na jednym systemie lub do testowania nie zaufanych
243 aplikacji w odizolowanym środowisku. Należy zauważyć, że technologia
244 Xen jest ciągle rozwijana, a ten RPM był słabo testowany. Nie należy
245 być zdziwionym, jeśli ten pakiet zje dane, wypije całą kawę czy będzie
246 się wyśmiewał w obecności przyjaciół.
247
248 %package guest
249 Summary:        Xen tools for virtual machines
250 Summary(pl.UTF-8):      Narzędzia Xen dla maszyn virtualnych
251 Group:          Applications/System
252 Requires:       %{name}-libs-guest = %{version}-%{release}
253
254 %description guest
255 Xen utilities for both dom0 and domU virtual domains.
256
257 %description guest -l pl.UTF-8
258 Narzędzia Xena dla maszyn wirtualnych dom0 i domU.
259
260 %package libs
261 Summary:        Xen libraries
262 Summary(pl.UTF-8):      Biblioteki Xena
263 Group:          Libraries
264 Requires:       %{name}-libs-guest = %{version}-%{release}
265
266 %description libs
267 Xen libraries.
268
269 %description libs -l pl.UTF-8
270 Biblioteki Xena.
271
272 %package libs-guest
273 Summary:        Xen libraries for virtual machines
274 Summary(pl.UTF-8):      Biblioteki Xena dla maszyn wirtualnych
275 Group:          Libraries
276
277 %description libs-guest
278 Xen libraries for both dom0 and domU virtual machines.
279
280 %description libs-guest -l pl.UTF-8
281 Biblioteki Xena dla maszyn wirtualnych dom0 i domU.
282
283 %package devel
284 Summary:        Header files for Xen
285 Summary(pl.UTF-8):      Pliki nagłówkowe Xena
286 Group:          Development/Libraries
287 Requires:       %{name}-libs = %{version}-%{release}
288
289 %description devel
290 Header files for Xen.
291
292 %description devel -l pl.UTF-8
293 Pliki nagłówkowe Xena.
294
295 %package static
296 Summary:        Static Xen libraries
297 Summary(pl.UTF-8):      Statyczne biblioteki Xena
298 Group:          Development/Libraries
299 Requires:       %{name}-devel = %{version}-%{release}
300
301 %description static
302 Static Xen libraries.
303
304 %description static -l pl.UTF-8
305 Statyczne biblioteki Xena.
306
307 %package xend
308 Summary:        xend daemon
309 Summary(pl.UTF-8):      Demon xend
310 Group:          Daemons
311 Requires(post,preun,postun):    systemd-units >= 38
312 Requires:       systemd-units >= 38
313
314 %description xend
315 xend daemon.
316
317 %description xend -l pl.UTF-8
318 Demon xend.
319
320 %package -n ocaml-xen
321 Summary:        OCaml bindings for Xen
322 Summary(pl.UTF-8):      Wiązania OCamla dla Xena
323 License:        LGPL v2.1 with linking exception
324 Group:          Libraries
325 Requires:       %{name}-libs = %{version}-%{release}
326 %if %{with ocaml}
327 %requires_eq    ocaml-runtime
328 %endif
329
330 %description -n ocaml-xen
331 OCaml bindings for Xen.
332
333 %description -n ocaml-xen -l pl.UTF-8
334 Wiązania OCamla dla Xena.
335
336 %package -n ocaml-xen-devel
337 Summary:        OCaml bindings for Xen - development files
338 Summary(pl.UTF-8):      Wiązania OCamla dla Xena - pliki programistyczne
339 License:        LGPL v2.1 with linking exception
340 Group:          Development/Libraries
341 Requires:       ocaml-xen = %{version}-%{release}
342 %if %{with ocaml}
343 %requires_eq    ocaml
344 %endif
345
346 %description -n ocaml-xen-devel
347 OCaml bindings for Xen - development files.
348
349 %description -n ocaml-xen-devel -l pl.UTF-8
350 Wiązania OCamla dla Xena - pliki programistyczne.
351
352 %package -n python-xen
353 Summary:        Xen Python modules
354 Summary(pl.UTF-8):      Moduły Pythona dla Xena
355 Group:          Libraries
356 Requires:       %{name}-libs = %{version}-%{release}
357 Conflicts:      xen < 3.2.1-0.3
358
359 %description -n python-xen
360 Xen Python modules.
361
362 %description -n python-xen -l pl.UTF-8
363 Moduły Pythona dla Xena.
364
365 %package -n python-xen-guest
366 Summary:        Xen Python modules for virtual machines
367 Summary(pl.UTF-8):      Moduły Pythona dla maszyn wirtualnych Xena
368 Group:          Libraries
369 Requires:       %{name}-libs-guest = %{version}-%{release}
370 Conflicts:      xen < 3.2.1-0.3
371
372 %description -n python-xen-guest
373 Xen Python modules for both dom0 and domU virtual machines.
374
375 %description -n python-xen-guest -l pl.UTF-8
376 Moduły Pythona dla maszyn wirtualnych dom0 i domU.
377
378 %package -n bash-completion-%{name}
379 Summary:    bash-completion for Xen (xl)
380 Summary(pl.UTF-8):      Bashowe dopełnianie poleceń dla Xena (xl)
381 Group:      Applications/Shells
382 Requires:   %{name} = %{version}-%{release}
383 Requires:   bash-completion
384
385 %description -n bash-completion-%{name}
386 This package provides bash-completion for Xen (xl).
387
388 %description -n bash-completion-%{name} -l pl.UTF-8
389 Ten pakiet zapewnia bashowe dopełnianie poleceń dla Xena (xl).
390
391 %package efi
392 Summary:        Xen hypervisor binary for EFI
393 Summary(pl.UTF-8):      Hipernadzorca Xen dla EFI
394 Group:          Applications/System
395 Requires:       %{name}-libs-guest = %{version}-%{release}
396
397 %description efi
398 Xen hypervisor EFI binary, which can be booted directly from (U)EFI
399 firmware without help from any additional bootloader.
400
401 %description efi -l pl.UTF-8
402 Nadzorca Xen w postaci, która może być uruchomiona wprost z firmware
403 (U)EFI, bez potrzeby oddzielnego bootloadera.
404
405 %prep
406 %setup -q -a 16
407 %patch0 -p1
408 %patch1 -p1
409 %patch2 -p1
410 %patch3 -p1
411 %patch4 -p1
412 %patch5 -p1
413 %patch6 -p1
414 %patch7 -p1
415 %patch8 -p1
416 %patch10 -p1
417 %patch11 -p1
418 %patch12 -p1
419 %patch13 -p1
420 %patch14 -p1
421 %patch15 -p1
422
423 # stubdom sources
424 ln -s %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} stubdom
425 ln -s %{SOURCE17} %{SOURCE18} %{SOURCE19} stubdom
426 ln -s %{SOURCE15} tools/firmware/etherboot/ipxe.tar.gz
427
428 # do not allow fetching anything via git
429 echo GIT=/bin/false >> Config.mk
430
431 %build
432 # based on the 'autoconf.sh' from the sources
433 %{__autoconf}
434 cd tools
435 %{__autoconf}
436 %{__autoheader}
437 cd ../stubdom
438 %{__autoconf}
439 cd ../docs
440 %{__autoconf}
441 cd ..
442
443 # if gold is used then bioses and grub doesn't build
444 install -d our-ld
445 ln -f -s /usr/bin/ld.bfd our-ld/ld
446 export PATH=$(pwd)/our-ld:$PATH
447
448 export CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
449 export CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses"
450
451 # NOTE:
452 # - there is a quoting bug (in tools/driver/Makefile) that causes
453 #   openssl is used instead of gcrypt; that's OK, openssl is obligatory
454 #   anyway (see configure), gcrypt is optional
455 # - prevent libiconv from being detected (not needed with glibc)
456 %configure \
457         CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses" \
458         ac_cv_lib_iconv_libiconv_open=no \
459         %{__enable_disable qemu_traditional qemu-traditional} \
460         %{__enable_disable blktap1 blktap1} \
461         %{__enable_disable xend xend} \
462 %ifarch %{x8664}
463         --with-system-qemu=/usr/bin/qemu-system-x86_64 \
464 %else
465         --with-system-qemu=/usr/bin/qemu-system-i386 \
466 %endif
467         --disable-debug
468
469 %{__make} -j1 dist-xen dist-tools dist-docs \
470         %{!?with_ocaml:OCAML_TOOLS=n} \
471         XSM_ENABLE=%{?with_xsm:y}%{!?with_xsm:n} \
472         CC="%{__cc}" \
473         CXX="%{__cxx}" \
474         V=1
475
476 unset CFLAGS
477 unset CXXFLAGS
478
479 %if %{with stubdom}
480 %{__make} -j1 dist-stubdom \
481         %{!?with_ocaml:OCAML_TOOLS=n} \
482         XSM_ENABLE=%{?with_xsm:y}%{!?with_xsm:n} \
483         CC="%{__cc}" \
484         CXX="%{__cxx}" \
485         V=1
486 %endif
487
488 %install
489 rm -rf $RPM_BUILD_ROOT
490 install -d $RPM_BUILD_ROOT/etc/{xen/examples,modules-load.d,logrotate.d} \
491         $RPM_BUILD_ROOT{%{systemdtmpfilesdir},%{systemdunitdir},/var/log/xen/console}
492
493 %if %{with efi}
494 install -d $RPM_BUILD_ROOT/etc/efi-boot/update.d
495 %endif
496
497 %{__make} -j1 install-xen install-tools %{?with_stubdom:install-stubdom} install-docs \
498         %{!?with_ocaml:OCAML_TOOLS=n} \
499         XSM_ENABLE=%{?with_xsm:y}%{!?with_xsm:n} \
500         DESTDIR=$RPM_BUILD_ROOT \
501         HOTPLUGS=install-udev
502
503 %if %{with qemu_traditional}
504 %if "%{_lib}" == "lib64"
505 ln -s %{_prefix}/lib/%{name}/bin/qemu-dm $RPM_BUILD_ROOT%{_libdir}/%{name}/bin/qemu-dm
506 %endif
507 %endif
508
509 install %{SOURCE30} $RPM_BUILD_ROOT%{systemdunitdir}/proc-xen.mount
510 install %{SOURCE31} $RPM_BUILD_ROOT%{systemdunitdir}/var-lib-xenstored.mount
511 %if %{with blktap1}
512 install %{SOURCE32} $RPM_BUILD_ROOT%{systemdunitdir}/blktapctrl.service
513 install %{SOURCE33} $RPM_BUILD_ROOT/etc/sysconfig/blktapctrl
514 %endif
515 install %{SOURCE34} $RPM_BUILD_ROOT%{systemdunitdir}/xenconsoled.service
516 install %{SOURCE35} $RPM_BUILD_ROOT/etc/sysconfig/xenconsoled
517 install %{SOURCE36} $RPM_BUILD_ROOT%{systemdunitdir}/xenstored.service
518 install %{SOURCE37} $RPM_BUILD_ROOT/etc/sysconfig/xenstored
519 install %{SOURCE38} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/xenstored.conf
520 %if %{with xend}
521 install %{SOURCE39} $RPM_BUILD_ROOT%{systemdunitdir}/xend.service
522 install %{SOURCE40} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/xend.conf
523 %endif
524 install %{SOURCE41} $RPM_BUILD_ROOT%{systemdunitdir}/xen-watchdog.service
525 install %{SOURCE42} $RPM_BUILD_ROOT/etc/modules-load.d/xen-dom0.conf
526 install %{SOURCE43} $RPM_BUILD_ROOT%{_prefix}/lib/%{name}/bin/xendomains.sh
527 install %{SOURCE44} $RPM_BUILD_ROOT%{systemdunitdir}/xendomains.service
528 # sysvinit scripts
529 %{__rm} $RPM_BUILD_ROOT/etc/rc.d/init.d/*
530 %{__rm} $RPM_BUILD_ROOT/etc/sysconfig/xencommons
531 %if %{with xend}
532 install %{SOURCE50} $RPM_BUILD_ROOT/etc/rc.d/init.d/xend
533 %endif
534 install %{SOURCE51} $RPM_BUILD_ROOT/etc/rc.d/init.d/xenconsoled
535 install %{SOURCE52} $RPM_BUILD_ROOT/etc/rc.d/init.d/xenstored
536 install %{SOURCE53} $RPM_BUILD_ROOT/etc/rc.d/init.d/xen-watchdog
537 install %{SOURCE54} $RPM_BUILD_ROOT/etc/rc.d/init.d/xendomains
538 install %{SOURCE55} $RPM_BUILD_ROOT/etc/logrotate.d/xen
539 install %{SOURCE56} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/xen.conf
540
541 install %{SOURCE60} $RPM_BUILD_ROOT%{_prefix}/lib/%{name}/bin/xen-init-list
542 install %{SOURCE61} $RPM_BUILD_ROOT%{_prefix}/lib/%{name}/bin/xen-toolstack
543
544 %if %{with efi}
545 install %{SOURCE57} $RPM_BUILD_ROOT/etc/efi-boot/xen.cfg
546 sed -e's;@libdir@;%{_libdir};g' -e's;@target_cpu@;%{_target_cpu};g' \
547                         %{SOURCE58} > $RPM_BUILD_ROOT/etc/efi-boot/update.d/xen.conf
548 %endif
549
550 mv $RPM_BUILD_ROOT/etc/xen/{xlexample*,examples}
551
552 install %{SOURCE59} $RPM_BUILD_ROOT%{_sysconfdir}/xen/scripts/vif-openvswitch
553
554 # for %%doc
555 install -d _doc
556 for tool in blktap blktap2 pygrub xenmon ; do
557         cp -p tools/$tool/README _doc/README.$tool
558 done
559
560 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
561 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
562
563 %py_postclean
564
565 # remove unneeded files
566 %if %{with hypervisor}
567 %{__rm} $RPM_BUILD_ROOT/boot/xen-4.4.gz
568 %{__rm} $RPM_BUILD_ROOT/boot/xen-4.gz
569 %endif
570 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/xen
571 %{__rm} $RPM_BUILD_ROOT%{_includedir}/%{name}/COPYING
572
573 %if %{without xend}
574 %{__rm} -r $RPM_BUILD_ROOT/var/run/xend
575 %endif
576
577 %clean
578 rm -rf $RPM_BUILD_ROOT
579
580 %post
581 /sbin/chkconfig --add xen-watchdog
582 /sbin/chkconfig --add xenconsoled
583 /sbin/chkconfig --add xenstored
584 /sbin/chkconfig --add xendomains
585 NORESTART=1
586 %systemd_post xen-watchdog.service xenconsoled.service xenstored.service xendomains.service
587
588 %preun
589 if [ "$1" = "0" ]; then
590         %service xendomains stop
591         /sbin/chkconfig --del xendomains
592
593         %service xenconsoled stop
594         /sbin/chkconfig --del xenconsoled
595
596         %service xenstored stop
597         /sbin/chkconfig --del xenstored
598
599         %service xen-watchdog stop
600         /sbin/chkconfig --del xen-watchdog
601 fi
602 %systemd_preun xen-watchdog.service xenconsoled.service xenstored.service xendomains.service
603
604 %postun
605 %systemd_reload
606
607 %post xend
608 /sbin/chkconfig --add xend
609 %systemd_post xend.service
610
611 %preun xend
612 if [ "$1" = "0" ]; then
613         %service xend stop
614         /sbin/chkconfig --del xend
615 fi
616 %systemd_preun xend.service
617
618 %postun xend
619 %systemd_reload
620
621 %post   libs -p /sbin/ldconfig
622 %postun libs -p /sbin/ldconfig
623
624 %post   libs-guest -p /sbin/ldconfig
625 %postun libs-guest -p /sbin/ldconfig
626
627 %post efi
628 [ -x /sbin/efi-boot-update ] && /sbin/efi-boot-update --auto || :
629
630 %files
631 %defattr(644,root,root,755)
632 %doc COPYING README* docs/misc/* docs/html/* _doc/*
633 %if %{with hypervisor}
634 /boot/%{name}-syms-%{version}
635 /boot/%{name}-%{version}.gz
636 /boot/%{name}.gz
637 %endif
638 %if %{with xsm}
639 /boot/xenpolicy.24
640 %endif
641 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/xenconsoled
642 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/xenstored
643 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/xendomains
644 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/xen
645 %attr(754,root,root) /etc/rc.d/init.d/xen-watchdog
646 %attr(754,root,root) /etc/rc.d/init.d/xenconsoled
647 %attr(754,root,root) /etc/rc.d/init.d/xenstored
648 %attr(754,root,root) /etc/rc.d/init.d/xendomains
649 %config(noreplace) %verify(not md5 mtime size) /etc/modules-load.d/xen-dom0.conf
650 %{systemdunitdir}/proc-xen.mount
651 %{systemdunitdir}/var-lib-xenstored.mount
652 %{systemdunitdir}/xen-watchdog.service
653 %{systemdunitdir}/xenconsoled.service
654 %{systemdunitdir}/xenstored.service
655 %{systemdunitdir}/xendomains.service
656 %dir %{_sysconfdir}/xen
657 %dir %{_sysconfdir}/xen/auto
658 %dir %{_sysconfdir}/xen/examples
659 %dir %{_sysconfdir}/xen/scripts
660 %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/scripts/*
661 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/examples/*
662 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/README*
663 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/cpupool
664 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/xl.conf
665 %config(noreplace) %verify(not md5 mtime size) /etc/udev/rules.d/xen-backend.rules
666 %attr(755,root,root) %{_bindir}/pygrub
667 %if %{with qemu_traditional}
668 %attr(755,root,root) %{_bindir}/qemu-img-xen
669 %attr(755,root,root) %{_bindir}/qemu-nbd-xen
670 %endif
671 %attr(755,root,root) %{_bindir}/remus
672 %attr(755,root,root) %{_bindir}/xencons
673 %attr(755,root,root) %{_bindir}/xencov_split
674 %attr(755,root,root) %{_bindir}/xentrace*
675 %if %{with blktap1}
676 %attr(755,root,root) %{_sbindir}/blktapctrl
677 %endif
678 %if %{with xsm}
679 %attr(755,root,root) %{_sbindir}/flask-*
680 %endif
681 %attr(755,root,root) %{_sbindir}/gdbsx
682 %attr(755,root,root) %{_sbindir}/gtrace*
683 %attr(755,root,root) %{_sbindir}/img2qcow
684 %attr(755,root,root) %{_sbindir}/kdd
685 %attr(755,root,root) %{_sbindir}/lock-util
686 %attr(755,root,root) %{_sbindir}/qcow-create
687 %attr(755,root,root) %{_sbindir}/qcow2raw
688 %attr(755,root,root) %{_sbindir}/tap-ctl
689 %attr(755,root,root) %{_sbindir}/tapdisk*
690 %attr(755,root,root) %{_sbindir}/td-util
691 %attr(755,root,root) %{_sbindir}/vhd-*
692 %attr(755,root,root) %{_sbindir}/xen-*
693 %attr(755,root,root) %{_sbindir}/xenbaked
694 %attr(755,root,root) %{_sbindir}/xenconsoled
695 %attr(755,root,root) %{_sbindir}/xencov
696 %attr(755,root,root) %{_sbindir}/xenlockprof
697 %attr(755,root,root) %{_sbindir}/xenmon.py
698 %attr(755,root,root) %{_sbindir}/xenperf
699 %attr(755,root,root) %{_sbindir}/xenpm
700 %attr(755,root,root) %{_sbindir}/xenpmd
701 %attr(755,root,root) %{_sbindir}/xenstored
702 %attr(755,root,root) %{_sbindir}/xentop
703 %attr(755,root,root) %{_sbindir}/xentrace_setmask
704 %attr(755,root,root) %{_sbindir}/xenwatchdogd
705 %attr(755,root,root) %{_sbindir}/xl
706 %dir %{_libdir}/%{name}
707 %dir %{_libdir}/%{name}/bin
708 %attr(744,root,root) %{_libdir}/%{name}/bin/*
709 %if "%{_lib}" != "lib"
710 %dir %{_prefix}/lib/%{name}
711 %dir %{_prefix}/lib/%{name}/bin
712 %attr(755,root,root) %{_prefix}/lib/%{name}/bin/*
713 %endif
714 %dir %{_prefix}/lib/%{name}/boot
715 %if %{with stubdom}
716 %if %{with qemu_traditional}
717 %{_prefix}/lib/%{name}/boot/ioemu-stubdom.gz
718 %endif
719 %ifarch %{ix86} %{x8664}
720 %{_prefix}/lib/%{name}/boot/pv-grub-x86_32.gz
721 %endif
722 %ifarch %{x8664}
723 %{_prefix}/lib/%{name}/boot/pv-grub-x86_64.gz
724 %endif
725 %{_prefix}/lib/%{name}/boot/vtpm-stubdom.gz
726 %{_prefix}/lib/%{name}/boot/vtpmmgr-stubdom.gz
727 %{_prefix}/lib/%{name}/boot/xenstore-stubdom.gz
728 %endif
729 %attr(744,root,root) %{_prefix}/lib/%{name}/boot/hvmloader
730 %{_mandir}/man1/xenstore-chmod.1*
731 %{_mandir}/man1/xenstore-ls.1*
732 %{_mandir}/man1/xenstore.1*
733 %{_mandir}/man1/xentop.1*
734 %{_mandir}/man1/xentrace_format.1*
735 %{_mandir}/man1/xl.1*
736 %if %{with xend}
737 %{_mandir}/man1/xm.1*
738 %{_mandir}/man5/xend-config.sxp.5*
739 %endif
740 %{_mandir}/man5/xl.cfg.5*
741 %{_mandir}/man5/xl.conf.5*
742 %{_mandir}/man5/xlcpupool.cfg.5*
743 %{_mandir}/man5/xmdomain.cfg.5*
744 %{_mandir}/man8/xentrace.8*
745 %{_sharedstatedir}/xen
746 %{_sharedstatedir}/xenstored
747 %dir /var/run/xenstored
748 %{systemdtmpfilesdir}/xenstored.conf
749 %{systemdtmpfilesdir}/xen.conf
750 %dir %attr(0700,root,root) /var/log/xen
751 %dir %attr(0700,root,root) /var/log/xen/console
752 %if %{with qemu_traditional}
753 %{_datadir}/xen
754 %endif
755
756 %files guest
757 %defattr(644,root,root,755)
758 %attr(755,root,root) %{_bindir}/xen-detect
759 %attr(755,root,root) %{_bindir}/xenstore*
760
761 %files libs
762 %defattr(644,root,root,755)
763 %if %{with blktap1}
764 %attr(755,root,root) %{_libdir}/libblktap.so.*.*.*
765 %attr(755,root,root) %ghost %{_libdir}/libblktap.so.3.0
766 %endif
767 %attr(755,root,root) %{_libdir}/libblktapctl.so.*.*.*
768 %attr(755,root,root) %ghost %{_libdir}/libblktapctl.so.1.0
769 %attr(755,root,root) %{_libdir}/libfsimage.so.*.*.*
770 %attr(755,root,root) %ghost %{_libdir}/libfsimage.so.1.0
771 %attr(755,root,root) %{_libdir}/libvhd.so.*.*.*
772 %attr(755,root,root) %ghost %{_libdir}/libvhd.so.1.0
773 %attr(755,root,root) %{_libdir}/libxenctrl.so.*.*.*
774 %attr(755,root,root) %ghost %{_libdir}/libxenctrl.so.4.4
775 %attr(755,root,root) %{_libdir}/libxenguest.so.*.*.*
776 %attr(755,root,root) %ghost %{_libdir}/libxenguest.so.4.4
777 %attr(755,root,root) %{_libdir}/libxenlight.so.*.*.*
778 %attr(755,root,root) %ghost %{_libdir}/libxenlight.so.4.4
779 %attr(755,root,root) %{_libdir}/libxenstat.so.*.*
780 %attr(755,root,root) %ghost %{_libdir}/libxenstat.so.0
781 %attr(755,root,root) %{_libdir}/libxenvchan.so.*.*.*
782 %attr(755,root,root) %ghost %{_libdir}/libxenvchan.so.1.0
783 %attr(755,root,root) %{_libdir}/libxlutil.so.*.*.*
784 %attr(755,root,root) %ghost %{_libdir}/libxlutil.so.4.3
785 %dir %{_libdir}/fs
786 %dir %{_libdir}/fs/ext2fs-lib
787 %dir %{_libdir}/fs/fat
788 %dir %{_libdir}/fs/iso9660
789 %dir %{_libdir}/fs/reiserfs
790 %dir %{_libdir}/fs/ufs
791 %dir %{_libdir}/fs/xfs
792 %dir %{_libdir}/fs/zfs
793 %attr(755,root,root) %{_libdir}/fs/*/fsimage.so
794
795 %files libs-guest
796 %defattr(644,root,root,755)
797 %attr(755,root,root) %{_libdir}/libxenstore.so.*.*.*
798 %attr(755,root,root) %ghost %{_libdir}/libxenstore.so.3.0
799
800 %files devel
801 %defattr(644,root,root,755)
802 %if %{with blktap1}
803 %attr(755,root,root) %{_libdir}/libblktap.so
804 %endif
805 %attr(755,root,root) %{_libdir}/libblktapctl.so
806 %attr(755,root,root) %{_libdir}/libfsimage.so
807 %attr(755,root,root) %{_libdir}/libvhd.so
808 %attr(755,root,root) %{_libdir}/libxenctrl.so
809 %attr(755,root,root) %{_libdir}/libxenguest.so
810 %attr(755,root,root) %{_libdir}/libxenlight.so
811 %attr(755,root,root) %{_libdir}/libxenstat.so
812 %attr(755,root,root) %{_libdir}/libxenstore.so
813 %attr(755,root,root) %{_libdir}/libxenvchan.so
814 %attr(755,root,root) %{_libdir}/libxlutil.so
815 %{_includedir}/_libxl_list.h
816 %{_includedir}/_libxl_types.h
817 %{_includedir}/_libxl_types_json.h
818 %if %{with blktap1}
819 %{_includedir}/blktaplib.h
820 %endif
821 %{_includedir}/fsimage*.h
822 %{_includedir}/libxenvchan.h
823 %{_includedir}/libxl*.h
824 %{_includedir}/xen*.h
825 %{_includedir}/xs*.h
826 %{_includedir}/xen
827 %{_includedir}/xenstore-compat
828
829 %files static
830 %defattr(644,root,root,755)
831 %if %{with blktap1}
832 %{_libdir}/libblktap.a
833 %endif
834 %{_libdir}/libblktapctl.a
835 %{_libdir}/libvhd.a
836 %{_libdir}/libxenctrl.a
837 %{_libdir}/libxenguest.a
838 %{_libdir}/libxenlight.a
839 %{_libdir}/libxenvchan.a
840 %{_libdir}/libxenstat.a
841 %{_libdir}/libxenstore.a
842 %{_libdir}/libxlutil.a
843
844 %if %{with xend}
845 %files xend
846 %defattr(644,root,root,755)
847 %if %{with blktap1}
848 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/blktapctrl
849 %{systemdunitdir}/blktapctrl.service
850 %endif
851 %{systemdunitdir}/xend.service
852 %attr(754,root,root) %{_sysconfdir}/rc.d/init.d/xend
853 %config(noreplace) %verify(not md5 mtime size) /etc/udev/rules.d/xend.rules
854 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/xm*
855 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/xend*
856 %attr(755,root,root) %{_sbindir}/xend
857 %attr(755,root,root) %{_sbindir}/xm
858 %dir %attr(700,root,root) /var/run/xend
859 %{systemdtmpfilesdir}/xend.conf
860 %endif
861
862 %if %{with ocaml}
863 %files -n ocaml-xen
864 %defattr(644,root,root,755)
865 %doc tools/ocaml/LICENSE
866 %attr(755,root,root) %{_sbindir}/oxenstored
867 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/oxenstored.conf
868 %dir %{_libdir}/ocaml/site-lib/xenbus
869 %attr(755,root,root) %{_libdir}/ocaml/site-lib/xenbus/dllxenbus_stubs.so
870 %dir %{_libdir}/ocaml/site-lib/xenctrl
871 %attr(755,root,root) %{_libdir}/ocaml/site-lib/xenctrl/dllxenctrl_stubs.so
872 %dir %{_libdir}/ocaml/site-lib/xeneventchn
873 %attr(755,root,root) %{_libdir}/ocaml/site-lib/xeneventchn/dllxeneventchn_stubs.so
874 %dir %{_libdir}/ocaml/site-lib/xenlight
875 %attr(755,root,root) %{_libdir}/ocaml/site-lib/xenlight/dllxenlight_stubs.so
876 %dir %{_libdir}/ocaml/site-lib/xenmmap
877 %attr(755,root,root) %{_libdir}/ocaml/site-lib/xenmmap/dllxenmmap_stubs.so
878 %dir %{_libdir}/ocaml/site-lib/xentoollog
879 %attr(755,root,root) %{_libdir}/ocaml/site-lib/xentoollog/dllxentoollog_stubs.so
880
881 %files -n ocaml-xen-devel
882 %defattr(644,root,root,755)
883 %{_libdir}/ocaml/site-lib/xenbus/META
884 %{_libdir}/ocaml/site-lib/xenbus/libxenbus_stubs.a
885 %{_libdir}/ocaml/site-lib/xenbus/xenbus.a
886 %{_libdir}/ocaml/site-lib/xenbus/*.cm[aixo]*
887 %{_libdir}/ocaml/site-lib/xenctrl/META
888 %{_libdir}/ocaml/site-lib/xenctrl/libxenctrl_stubs.a
889 %{_libdir}/ocaml/site-lib/xenctrl/xenctrl.a
890 %{_libdir}/ocaml/site-lib/xenctrl/xenctrl.cm[aix]*
891 %{_libdir}/ocaml/site-lib/xeneventchn/META
892 %{_libdir}/ocaml/site-lib/xeneventchn/libxeneventchn_stubs.a
893 %{_libdir}/ocaml/site-lib/xeneventchn/xeneventchn.a
894 %{_libdir}/ocaml/site-lib/xeneventchn/xeneventchn.cm[aix]*
895 %{_libdir}/ocaml/site-lib/xenmmap/META
896 %{_libdir}/ocaml/site-lib/xenmmap/libxenmmap_stubs.a
897 %{_libdir}/ocaml/site-lib/xenmmap/xenmmap.a
898 %{_libdir}/ocaml/site-lib/xenmmap/xenmmap.cm[aix]*
899 %{_libdir}/ocaml/site-lib/xenlight/META
900 %{_libdir}/ocaml/site-lib/xenlight/libxenlight_stubs.a
901 %{_libdir}/ocaml/site-lib/xenlight/xenlight.a
902 %{_libdir}/ocaml/site-lib/xenlight/xenlight.cm[aix]*
903 %dir %{_libdir}/ocaml/site-lib/xenstore
904 %{_libdir}/ocaml/site-lib/xenstore/META
905 %{_libdir}/ocaml/site-lib/xenstore/xenstore.a
906 %{_libdir}/ocaml/site-lib/xenstore/*.cm[aixo]*
907 %{_libdir}/ocaml/site-lib/xentoollog/META
908 %{_libdir}/ocaml/site-lib/xentoollog/libxentoollog_stubs.a
909 %{_libdir}/ocaml/site-lib/xentoollog/xentoollog.a
910 %{_libdir}/ocaml/site-lib/xentoollog/*.cm[aixo]*
911 %endif
912
913 %files -n python-xen
914 %defattr(644,root,root,755)
915 %attr(755,root,root) %{py_sitedir}/fsimage.so
916 %{py_sitedir}/grub
917 %attr(755,root,root) %{py_sitedir}/xen/lowlevel/checkpoint.so
918 %attr(755,root,root) %{py_sitedir}/xen/lowlevel/flask.so
919 %attr(755,root,root) %{py_sitedir}/xen/lowlevel/netlink.so
920 %attr(755,root,root) %{py_sitedir}/xen/lowlevel/ptsname.so
921 %attr(755,root,root) %{py_sitedir}/xen/lowlevel/xc.so
922 %if %{with xend}
923 %{py_sitedir}/xen/remus
924 %{py_sitedir}/xen/util
925 %{py_sitedir}/xen/web
926 %{py_sitedir}/xen/xend
927 %{py_sitedir}/xen/xm
928 %endif
929 %if "%{py_ver}" > "2.4"
930 %{py_sitedir}/pygrub-0.3-py*.egg-info
931 %{py_sitedir}/xen-3.0-py*.egg-info
932 %endif
933
934 %files -n python-xen-guest
935 %defattr(644,root,root,755)
936 %dir %{py_sitedir}/xen
937 %{py_sitedir}/xen/__init__.py*
938 %dir %{py_sitedir}/xen/lowlevel
939 %{py_sitedir}/xen/lowlevel/__init__.py*
940 %attr(755,root,root) %{py_sitedir}/xen/lowlevel/xs.so
941
942 %files -n bash-completion-%{name}
943 %defattr(644,root,root,755)
944 /etc/bash_completion.d/xl.sh
945
946 %if %{with efi}
947 %files efi
948 %defattr(644,root,root,755)
949 %dir %{_libdir}/efi
950 %{_libdir}/efi/*.efi
951 %attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/efi-boot/xen.cfg
952 %attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/efi-boot/update.d/xen.conf
953 %endif
This page took 0.229355 seconds and 4 git commands to generate.