Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/451'
Browse files Browse the repository at this point in the history
* origin/pr/451:
  Fix qubes.TemplateSearch with repo_gpgcheck=1
  • Loading branch information
marmarek committed Sep 10, 2023
2 parents 224e883 + 81454a9 commit 3435f93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Depends:
dnf | yum-utils,
curl,
qubes-core-qrexec,
qubes-repo-templates,
Replaces: qubes-core-agent (<< 4.1.28-1)
Breaks: qubes-core-agent (<< 4.1.28-1)
Description: Scripts required to handle dom0 updates.
Expand Down
3 changes: 1 addition & 2 deletions qubes-rpc/qvm-template-repo-query
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ repodir=$(mktemp -d)
trap 'rm -r "$repodir"' EXIT
cat > "$repodir/template.repo"

OPTS+=("--setopt=reposdir=${repodir}")
OPTS+=("--quiet")
OPTS+=(-y "--setopt=reposdir=${repodir}" --quiet)

# use vendored 'downloadurl' dnf-plugin (fork of 'download' plugin), to print
# all mirrors
Expand Down
1 change: 1 addition & 0 deletions rpm_spec/core-agent.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ Requires: qubes-core-agent = %{version}
Requires: fakeroot
Conflicts: qubes-core-vm < 4.0.0
Requires: tar
Requires: qubes-repo-templates

%description dom0-updates
Scripts required to handle dom0 updates.
Expand Down

0 comments on commit 3435f93

Please sign in to comment.