Skip to content

Commit

Permalink
spec: remove the ghost for qm.container
Browse files Browse the repository at this point in the history
the ghost file (empty) is confusing the service to
start. The service is looking first to the empty file
instead of /usr/share/qm/qm.container.

Signed-off-by: Douglas Schilling Landgraf <[email protected]>
  • Loading branch information
dougsland committed Oct 30, 2024
1 parent 6831725 commit fe47dd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ upstream_tag_template: v{version}

srpm_build_deps:
- make
- selinux-policy-targeted
- podman
- systemd
- procps-ng
- iptables-nft
- jq

actions:
fix-spec-file:
Expand Down Expand Up @@ -85,7 +91,7 @@ jobs:
tmt_plan: /plans/e2e/tier-0
targets:
- epel-9-x86_64
- fedora-latest
- fedora-all
tf_extra_params:
environments:
- artifacts:
Expand Down
1 change: 0 additions & 1 deletion rpm/qm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ fi
%ghost %dir %{_datadir}/containers
%ghost %dir %{_datadir}/containers/systemd
%{_datadir}/containers/systemd/qm.container
%ghost %{_sysconfdir}/containers/systemd/qm.container
%{_mandir}/man8/*
%ghost %dir %{_installscriptdir}
%ghost %dir %{_installscriptdir}/rootfs
Expand Down

0 comments on commit fe47dd2

Please sign in to comment.