Skip to content

package: Add missing CLI11 dependency in dev packages#136

Closed
kou wants to merge 1 commit into
enactic:mainfrom
kou:package-dev-dependency
Closed

package: Add missing CLI11 dependency in dev packages#136
kou wants to merge 1 commit into
enactic:mainfrom
kou:package-dev-dependency

Conversation

@kou

@kou kou commented May 18, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 18, 2026 23:42

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Fedora and Debian packaging metadata to add CLI11 development package dependencies to the OpenArm CAN *-devel packages.

Changes:

  • Fedora: add cli11-devel to the openarm-can-devel RPM Requires.
  • Debian: add libcli11-dev to the libopenarm-can-dev package Depends.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
packages/fedora/openarm-can.spec Adds a runtime dependency on cli11-devel to the RPM devel subpackage.
packages/debian/control.in Adds a dependency on libcli11-dev to the Debian libopenarm-can-dev package stanza.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

%package devel
Summary: Development files for OpenARM CAN control library
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: cli11-devel
Multi-Arch: same
Depends:
${misc:Depends},
libcli11-dev,
@kou kou force-pushed the package-dev-dependency branch from 4992f41 to 9ae081c Compare May 18, 2026 23:47
@kou kou deployed to release May 18, 2026 23:53 — with GitHub Actions Active
@kou kou closed this May 18, 2026
@kou kou deleted the package-dev-dependency branch May 18, 2026 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants