core-dom0.spec.in 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. #
  2. # This is the SPEC file for creating binary RPMs for the Dom0.
  3. #
  4. #
  5. # The Qubes OS Project, http://www.qubes-os.org
  6. #
  7. # Copyright (C) 2010 Joanna Rutkowska <joanna@invisiblethingslab.com>
  8. # Copyright (C) 2010 Rafal Wojtczuk <rafal@invisiblethingslab.com>
  9. #
  10. # This library is free software; you can redistribute it and/or
  11. # modify it under the terms of the GNU Lesser General Public
  12. # License as published by the Free Software Foundation; either
  13. # version 2.1 of the License, or (at your option) any later version.
  14. #
  15. # This library is distributed in the hope that it will be useful,
  16. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  18. # Lesser General Public License for more details.
  19. #
  20. # You should have received a copy of the GNU Lesser General Public
  21. # License along with this library; if not, see <https://www.gnu.org/licenses/>.
  22. #
  23. #
  24. %define _dracutmoddir /usr/lib/dracut/modules.d
  25. %define backend_vmm @BACKEND_VMM@
  26. Name: qubes-core-dom0
  27. Version: @VERSION@
  28. Release: 1%{dist}
  29. Summary: The Qubes core files (Dom0-side)
  30. Group: Qubes
  31. Vendor: Invisible Things Lab
  32. License: GPL
  33. URL: http://www.qubes-os.org
  34. # because we have "#!/usr/bin/env python" shebangs, RPM puts
  35. # "Requires: $(which # python)" dependency, which, depending on $PATH order,
  36. # may point to /usr/bin/python or /bin/python (because Fedora has this stupid
  37. # /bin -> usr/bin symlink). python*.rpm provides only /usr/bin/python.
  38. AutoReq: no
  39. # FIXME: Enable this and disable debug_package
  40. #BuildArch: noarch
  41. BuildRequires: ImageMagick
  42. BuildRequires: systemd-units
  43. BuildRequires: systemd
  44. BuildRequires: gcc
  45. BuildRequires: python3-devel
  46. # for building documentation
  47. BuildRequires: python3-sphinx
  48. BuildRequires: python3-lxml
  49. BuildRequires: libvirt-python3
  50. BuildRequires: python3-dbus
  51. BuildRequires: python3-PyYAML
  52. BuildRequires: python3-xen
  53. Requires(post): systemd-units
  54. Requires(preun): systemd-units
  55. Requires(postun): systemd-units
  56. Requires: python3
  57. #Requires: python3-aiofiles
  58. Requires: python3-docutils
  59. Requires: python3-jinja2
  60. Requires: python3-lxml
  61. Requires: python3-qubesdb
  62. Requires: python3-setuptools
  63. Requires: python3-PyYAML
  64. Requires: python3-xen
  65. Requires: libvirt-python3
  66. Requires: pciutils
  67. Requires: qubes-core-dom0-linux >= 4.0.11
  68. Requires: qubes-core-qrexec-dom0
  69. Requires: qubes-db-dom0
  70. # TODO: R: qubes-gui-dom0 >= 2.1.11
  71. Conflicts: qubes-gui-dom0 < 1.1.13
  72. %if x%{?backend_vmm} == xxen
  73. Requires: xen-runtime
  74. Requires: xen-hvm
  75. Requires: xen-hvm-stubdom-linux
  76. Requires: libvirt-daemon-xen >= 3.3.0-7
  77. %endif
  78. Requires: cronie
  79. Requires: scrypt
  80. # for qubes-hcl-report
  81. Requires: dmidecode
  82. Requires: PyQt4
  83. # Required for qvm-console* tools
  84. Requires: socat
  85. %{?systemd_requires}
  86. Obsoletes: qubes-core-dom0-doc <= 4.0
  87. Provides: qubes-core-dom0-doc
  88. # Prevent preupgrade from installation (it pretend to provide distribution upgrade)
  89. Obsoletes: preupgrade < 2.0
  90. Provides: preupgrade = 2.0
  91. Source0: %{name}-%{version}.tar.gz
  92. %description
  93. The Qubes core files for installation on Dom0.
  94. %prep
  95. %setup -q
  96. %build
  97. make all
  98. make -C doc PYTHON=%{__python3} SPHINXBUILD=sphinx-build-%{python3_version} man
  99. %install
  100. make install \
  101. DESTDIR=$RPM_BUILD_ROOT \
  102. BACKEND_VMM=%{backend_vmm} \
  103. UNITDIR=%{_unitdir} \
  104. PYTHON_SITEPATH=%{python3_sitelib} \
  105. SYSCONFDIR=%{_sysconfdir}
  106. make -C doc DESTDIR=$RPM_BUILD_ROOT \
  107. PYTHON=%{__python3} SPHINXBUILD=sphinx-build-%{python3_version} \
  108. install
  109. mkdir -p $RPM_BUILD_ROOT/etc/qubes/backup
  110. %post
  111. %systemd_post qubes-core.service
  112. %systemd_post qubes-qmemman.service
  113. %systemd_post qubesd.service
  114. sed '/^autoballoon=/d;/^lockfile=/d' -i /etc/xen/xl.conf
  115. echo 'autoballoon=0' >> /etc/xen/xl.conf
  116. echo 'lockfile="/var/run/qubes/xl-lock"' >> /etc/xen/xl.conf
  117. if [ -e /etc/sysconfig/prelink ]; then
  118. sed 's/^PRELINKING\s*=.*/PRELINKING=no/' -i /etc/sysconfig/prelink
  119. fi
  120. # Conflicts with libxl stack, so disable it
  121. systemctl --no-reload disable xend.service >/dev/null 2>&1
  122. systemctl --no-reload disable xendomains.service >/dev/null 2>&1
  123. systemctl daemon-reload >/dev/null 2>&1 || :
  124. if ! [ -e /var/lib/qubes/qubes.xml ]; then
  125. # echo "Initializing Qubes DB..."
  126. umask 007; sg qubes -c 'qubes-create --offline-mode'
  127. fi
  128. %clean
  129. rm -rf $RPM_BUILD_ROOT
  130. rm -f %{name}-%{version}
  131. %pre
  132. if ! grep -q ^qubes: /etc/group ; then
  133. groupadd qubes
  134. fi
  135. %triggerin -- xen-runtime
  136. /usr/lib/qubes/fix-dir-perms.sh
  137. %preun
  138. %systemd_preun qubes-core.service
  139. %systemd_preun qubes-qmemman.service
  140. %systemd_preun qubesd.service
  141. if [ "$1" = 0 ] ; then
  142. # no more packages left
  143. service qubes_netvm stop
  144. service qubes_core stop
  145. fi
  146. %postun
  147. %systemd_postun qubes-core.service
  148. %systemd_postun_with_restart qubes-qmemman.service
  149. %systemd_postun_with_restart qubesd.service
  150. if [ "$1" = 0 ] ; then
  151. # no more packages left
  152. chgrp root /etc/xen
  153. chmod 700 /etc/xen
  154. groupdel qubes
  155. fi
  156. %files
  157. %defattr(-,root,root,-)
  158. %config(noreplace) %attr(0664,root,qubes) %{_sysconfdir}/qubes/qmemman.conf
  159. %config(noreplace) /etc/logrotate.d/qubes
  160. %attr(770,root,qubes) %dir /etc/qubes/backup
  161. /usr/bin/qvm-*
  162. /usr/bin/qubes-*
  163. /usr/bin/qmemmand
  164. /usr/bin/qubesd*
  165. %{_mandir}/man1/qubes*.1*
  166. %{_mandir}/man1/qvm-*.1*
  167. %dir %{python3_sitelib}/qubes-*.egg-info
  168. %{python3_sitelib}/qubes-*.egg-info/*
  169. %dir %{python3_sitelib}/qubes
  170. %dir %{python3_sitelib}/qubes/__pycache__
  171. %{python3_sitelib}/qubes/__pycache__/*
  172. %{python3_sitelib}/qubes/__init__.py
  173. %{python3_sitelib}/qubes/app.py
  174. %{python3_sitelib}/qubes/backup.py
  175. %{python3_sitelib}/qubes/config.py
  176. %{python3_sitelib}/qubes/devices.py
  177. %{python3_sitelib}/qubes/dochelpers.py
  178. %{python3_sitelib}/qubes/events.py
  179. %{python3_sitelib}/qubes/exc.py
  180. %{python3_sitelib}/qubes/features.py
  181. %{python3_sitelib}/qubes/firewall.py
  182. %{python3_sitelib}/qubes/log.py
  183. %{python3_sitelib}/qubes/rngdoc.py
  184. %{python3_sitelib}/qubes/tarwriter.py
  185. %{python3_sitelib}/qubes/utils.py
  186. %dir %{python3_sitelib}/qubes/api
  187. %dir %{python3_sitelib}/qubes/api/__pycache__
  188. %{python3_sitelib}/qubes/api/__pycache__/*
  189. %{python3_sitelib}/qubes/api/__init__.py
  190. %{python3_sitelib}/qubes/api/admin.py
  191. %{python3_sitelib}/qubes/api/internal.py
  192. %{python3_sitelib}/qubes/api/misc.py
  193. %dir %{python3_sitelib}/qubes/vm
  194. %dir %{python3_sitelib}/qubes/vm/__pycache__
  195. %{python3_sitelib}/qubes/vm/__pycache__/*
  196. %{python3_sitelib}/qubes/vm/__init__.py
  197. %{python3_sitelib}/qubes/vm/adminvm.py
  198. %{python3_sitelib}/qubes/vm/appvm.py
  199. %{python3_sitelib}/qubes/vm/dispvm.py
  200. %{python3_sitelib}/qubes/vm/qubesvm.py
  201. %{python3_sitelib}/qubes/vm/standalonevm.py
  202. %{python3_sitelib}/qubes/vm/templatevm.py
  203. %dir %{python3_sitelib}/qubes/vm/mix
  204. %dir %{python3_sitelib}/qubes/vm/mix/__pycache__
  205. %{python3_sitelib}/qubes/vm/mix/__pycache__/*
  206. %{python3_sitelib}/qubes/vm/mix/__init__.py
  207. %{python3_sitelib}/qubes/vm/mix/net.py
  208. %dir %{python3_sitelib}/qubes/storage
  209. %dir %{python3_sitelib}/qubes/storage/__pycache__
  210. %{python3_sitelib}/qubes/storage/__pycache__/*
  211. %{python3_sitelib}/qubes/storage/__init__.py
  212. %{python3_sitelib}/qubes/storage/file.py
  213. %{python3_sitelib}/qubes/storage/reflink.py
  214. %{python3_sitelib}/qubes/storage/kernels.py
  215. %{python3_sitelib}/qubes/storage/lvm.py
  216. %dir %{python3_sitelib}/qubes/tools
  217. %dir %{python3_sitelib}/qubes/tools/__pycache__
  218. %{python3_sitelib}/qubes/tools/__pycache__/*
  219. %{python3_sitelib}/qubes/tools/__init__.py
  220. %{python3_sitelib}/qubes/tools/qmemmand.py
  221. %{python3_sitelib}/qubes/tools/qubes_create.py
  222. %{python3_sitelib}/qubes/tools/qubesd.py
  223. %{python3_sitelib}/qubes/tools/qubesd_query.py
  224. %dir %{python3_sitelib}/qubes/ext
  225. %dir %{python3_sitelib}/qubes/ext/__pycache__
  226. %{python3_sitelib}/qubes/ext/__pycache__/*
  227. %{python3_sitelib}/qubes/ext/__init__.py
  228. %{python3_sitelib}/qubes/ext/admin.py
  229. %{python3_sitelib}/qubes/ext/block.py
  230. %{python3_sitelib}/qubes/ext/core_features.py
  231. %{python3_sitelib}/qubes/ext/gui.py
  232. %{python3_sitelib}/qubes/ext/pci.py
  233. %{python3_sitelib}/qubes/ext/qubesmanager.py
  234. %{python3_sitelib}/qubes/ext/r3compatibility.py
  235. %{python3_sitelib}/qubes/ext/services.py
  236. %{python3_sitelib}/qubes/ext/windows.py
  237. %dir %{python3_sitelib}/qubes/tests
  238. %dir %{python3_sitelib}/qubes/tests/__pycache__
  239. %{python3_sitelib}/qubes/tests/__pycache__/*
  240. %{python3_sitelib}/qubes/tests/__init__.py
  241. %{python3_sitelib}/qubes/tests/run.py
  242. %{python3_sitelib}/qubes/tests/extra.py
  243. %{python3_sitelib}/qubes/tests/api.py
  244. %{python3_sitelib}/qubes/tests/api_admin.py
  245. %{python3_sitelib}/qubes/tests/api_internal.py
  246. %{python3_sitelib}/qubes/tests/api_misc.py
  247. %{python3_sitelib}/qubes/tests/app.py
  248. %{python3_sitelib}/qubes/tests/devices.py
  249. %{python3_sitelib}/qubes/tests/devices_block.py
  250. %{python3_sitelib}/qubes/tests/events.py
  251. %{python3_sitelib}/qubes/tests/ext.py
  252. %{python3_sitelib}/qubes/tests/firewall.py
  253. %{python3_sitelib}/qubes/tests/init.py
  254. %{python3_sitelib}/qubes/tests/rpc_import.py
  255. %{python3_sitelib}/qubes/tests/storage.py
  256. %{python3_sitelib}/qubes/tests/storage_file.py
  257. %{python3_sitelib}/qubes/tests/storage_reflink.py
  258. %{python3_sitelib}/qubes/tests/storage_kernels.py
  259. %{python3_sitelib}/qubes/tests/storage_lvm.py
  260. %{python3_sitelib}/qubes/tests/tarwriter.py
  261. %dir %{python3_sitelib}/qubes/tests/vm
  262. %dir %{python3_sitelib}/qubes/tests/vm/__pycache__
  263. %{python3_sitelib}/qubes/tests/vm/__pycache__/*
  264. %{python3_sitelib}/qubes/tests/vm/__init__.py
  265. %{python3_sitelib}/qubes/tests/vm/init.py
  266. %{python3_sitelib}/qubes/tests/vm/adminvm.py
  267. %{python3_sitelib}/qubes/tests/vm/appvm.py
  268. %{python3_sitelib}/qubes/tests/vm/dispvm.py
  269. %{python3_sitelib}/qubes/tests/vm/qubesvm.py
  270. %dir %{python3_sitelib}/qubes/tests/vm/mix
  271. %dir %{python3_sitelib}/qubes/tests/vm/mix/__pycache__
  272. %{python3_sitelib}/qubes/tests/vm/mix/__pycache__/*
  273. %{python3_sitelib}/qubes/tests/vm/mix/__init__.py
  274. %{python3_sitelib}/qubes/tests/vm/mix/net.py
  275. %dir %{python3_sitelib}/qubes/tests/tools
  276. %dir %{python3_sitelib}/qubes/tests/tools/__pycache__
  277. %{python3_sitelib}/qubes/tests/tools/__pycache__/*
  278. %{python3_sitelib}/qubes/tests/tools/__init__.py
  279. %dir %{python3_sitelib}/qubes/tests/integ
  280. %dir %{python3_sitelib}/qubes/tests/integ/__pycache__
  281. %{python3_sitelib}/qubes/tests/integ/__pycache__/*
  282. %{python3_sitelib}/qubes/tests/integ/__init__.py
  283. %{python3_sitelib}/qubes/tests/integ/backup.py
  284. %{python3_sitelib}/qubes/tests/integ/backupcompatibility.py
  285. %{python3_sitelib}/qubes/tests/integ/basic.py
  286. %{python3_sitelib}/qubes/tests/integ/devices_block.py
  287. %{python3_sitelib}/qubes/tests/integ/devices_pci.py
  288. %{python3_sitelib}/qubes/tests/integ/dispvm.py
  289. %{python3_sitelib}/qubes/tests/integ/dom0_update.py
  290. %{python3_sitelib}/qubes/tests/integ/mime.py
  291. %{python3_sitelib}/qubes/tests/integ/network.py
  292. %{python3_sitelib}/qubes/tests/integ/grub.py
  293. %{python3_sitelib}/qubes/tests/integ/salt.py
  294. %{python3_sitelib}/qubes/tests/integ/storage.py
  295. %{python3_sitelib}/qubes/tests/integ/vm_qrexec_gui.py
  296. %dir %{python3_sitelib}/qubes/tests/integ/tools
  297. %dir %{python3_sitelib}/qubes/tests/integ/tools/__pycache__
  298. %{python3_sitelib}/qubes/tests/integ/tools/__pycache__/*
  299. %{python3_sitelib}/qubes/tests/integ/tools/__init__.py
  300. %{python3_sitelib}/qubes/tests/integ/tools/qubes_create.py
  301. %dir %{python3_sitelib}/qubes/qmemman
  302. %dir %{python3_sitelib}/qubes/qmemman/__pycache__
  303. %{python3_sitelib}/qubes/qmemman/__pycache__/*
  304. %{python3_sitelib}/qubes/qmemman/__init__.py
  305. %{python3_sitelib}/qubes/qmemman/algo.py
  306. %{python3_sitelib}/qubes/qmemman/client.py
  307. /usr/lib/qubes/cleanup-dispvms
  308. /usr/lib/qubes/fix-dir-perms.sh
  309. /usr/lib/qubes/startup-misc.sh
  310. /usr/libexec/qubes/qubesd-query-fast
  311. %{_unitdir}/lvm2-pvscan@.service.d/30_qubes.conf
  312. %{_unitdir}/qubes-core.service
  313. %{_unitdir}/qubes-qmemman.service
  314. %{_unitdir}/qubes-vm@.service
  315. %{_unitdir}/qubesd.service
  316. %attr(2770,root,qubes) %dir /var/lib/qubes
  317. %attr(2770,root,qubes) %dir /var/lib/qubes/vm-templates
  318. %attr(2770,root,qubes) %dir /var/lib/qubes/appvms
  319. %attr(2770,root,qubes) %dir /var/lib/qubes/servicevms
  320. %attr(2770,root,qubes) %dir /var/lib/qubes/backup
  321. %attr(2770,root,qubes) %dir /var/lib/qubes/dvmdata
  322. %attr(2770,root,qubes) %dir /var/lib/qubes/vm-kernels
  323. /usr/share/qubes/templates/libvirt/xen.xml
  324. /usr/share/qubes/templates/libvirt/devices/block.xml
  325. /usr/share/qubes/templates/libvirt/devices/pci.xml
  326. /usr/share/qubes/templates/libvirt/devices/net.xml
  327. /usr/lib/tmpfiles.d/qubes.conf
  328. /etc/xen/scripts/block-snapshot
  329. /etc/xen/scripts/block-origin
  330. /etc/xen/scripts/vif-route-qubes
  331. %attr(2775,root,qubes) %dir /etc/qubes-rpc/policy
  332. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/admin.*
  333. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/include/admin-local-ro
  334. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/include/admin-local-rwx
  335. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/include/admin-global-ro
  336. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/include/admin-global-rwx
  337. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.ConnectTCP
  338. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.FeaturesRequest
  339. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.Filecopy
  340. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.GetImageRGBA
  341. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.GetRandomizedTime
  342. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.NotifyTools
  343. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.NotifyUpdates
  344. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.OpenInVM
  345. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.OpenURL
  346. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.StartApp
  347. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.VMShell
  348. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.VMRootShell
  349. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.VMExec
  350. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.VMExecGUI
  351. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.UpdatesProxy
  352. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/qubes.GetDate
  353. %attr(0664,root,qubes) %config(noreplace) /etc/qubes-rpc/policy/policy.RegisterArgument
  354. /etc/qubes-rpc/admin.*
  355. /etc/qubes-rpc/qubes.FeaturesRequest
  356. /etc/qubes-rpc/qubes.GetDate
  357. /etc/qubes-rpc/qubes.GetRandomizedTime
  358. /etc/qubes-rpc/qubes.NotifyTools
  359. /etc/qubes-rpc/qubes.NotifyUpdates
  360. /etc/qubes-rpc/qubes.ConnectTCP
  361. %attr(2770,root,qubes) %dir /var/log/qubes
  362. %attr(0770,root,qubes) %dir /var/run/qubes
  363. /usr/share/doc/qubes/relaxng/*.rng
  364. %changelog
  365. @CHANGELOG@