Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI:DOCS] Packit: fix comments #1106

Merged
merged 1 commit into from
Feb 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .packit.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env bash

# Packit's default fix-spec-file often doesn't fetch version string correctly.
# This script handles any custom processing of the dist-git spec file and gets used by the
# fix-spec-file action in .packit.yaml
# This script handles any custom processing of the spec file generated in the
# `post-upstream-clone` action and gets used by the fix-spec-file action
# in .packit.yaml.

set -eo pipefail

Expand Down
2 changes: 1 addition & 1 deletion conmon-rs.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ URL: https://github.com/containers/conmon-rs
VCS: {{{ git_dir_vcs }}}
Source: {{{ git_dir_pack }}}
# CentOS Stream doesn't have capnproto yet.
# It's built separately on the copr
# It's built separately on the copr.
BuildRequires: capnproto
BuildRequires: cargo
BuildRequires: git-core
Expand Down