Skip to content

Commit

Permalink
xen.spec.in: update using variables in comments
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Żyjewski <[email protected]>
  • Loading branch information
TomaszAIR authored and SergiiDmytruk committed Jan 1, 2024
1 parent 2043425 commit 6f519e4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions xen.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -834,11 +834,11 @@ fi

# BEGIN QUBES SPECIFIC PART
# Guest autostart links
#%dir %attr(0700,root,root) %{_sysconfdir}/%{name}/auto
#%dir %attr(0700,root,root) %%{_sysconfdir}/%%{name}/auto
# Autostart of guests
#%config(noreplace) %{_sysconfdir}/sysconfig/xendomains
#%config(noreplace) %%{_sysconfdir}/sysconfig/xendomains

#%{_unitdir}/xendomains.service
#%%{_unitdir}/xendomains.service
# END QUBES SPECIFIC PART

%files libs
Expand Down Expand Up @@ -884,8 +884,8 @@ fi
%{_unitdir}/xenconsoled.service
%{_unitdir}/xen-watchdog.service
# BEGIN QUBES SPECIFIC PART
#%{_unitdir}/xen-qemu-dom0-disk-backend.service
#%{_unitdir}/xendriverdomain.service
# %%{_unitdir}/xen-qemu-dom0-disk-backend.service
# %%{_unitdir}/xendriverdomain.service
%{_unitdir}/xen-init-dom0.service
%exclude %{_unitdir}/xendriverdomain.service
# END QUBES SPECIFIC PART
Expand Down Expand Up @@ -938,7 +938,7 @@ fi
%{python3_sitearch}/xenfsimage*.so
%{python3_sitearch}/grub
# BEGIN QUBES SPECIFIC PART
# %{python3_sitearch}/pygrub-*.egg-info
# %%{python3_sitearch}/pygrub-*.egg-info
# END QUBES SPECIFIC PART

# The firmware
Expand Down Expand Up @@ -973,18 +973,18 @@ fi

# All xenstore CLI tools
# BEGIN QUBES SPECIFIC PART
# %{_bindir}/qemu-*-xen
# %%{_bindir}/qemu-*-xen
# END QUBES SPECIFIC PART
%{_bindir}/xenstore
%{_bindir}/xenstore-*
# BEGIN QUBES SPECIFIC PART
#%{_bindir}/pygrub
# %%{_bindir}/pygrub
# END QUBES SPECIFIC PART
%{_bindir}/xentrace*
#%#{_bindir}/remus
# %%#{_bindir}/remus
# XSM
# BEGIN QUBES SPECIFIC PART
#%{_sbindir}/flask-*
# %%{_sbindir}/flask-*
# END QUBES SPECIFIC PART
# Misc stuff
%ifnarch armv7hl aarch64
Expand Down

0 comments on commit 6f519e4

Please sign in to comment.