Stats
Links
Categories
Auto-discovered marketplace from lbarcziova/claude-backport-poc
npx claudepluginhub lbarcziova/claude-backport-pocBackport upstream patches to RHEL/CentOS dist-git packages
Claude Code plugin POC for backporting upstream patches to RHEL/CentOS dist-git packages.
Note: This plugin is intended to be run inside a VM, as it performs mock builds during the backport process.
centpkg installed and configuredmock installed and configuredgit with access to upstream repositoriespodman (optional, for CVE reproducer testing)Add the marketplace and install the plugin:
/plugin marketplace add https://github.com/lbarczio/claude-backport-poc
/plugin install claude-backport-poc@claude-backport
Verify the installation:
/plugin
git clone https://github.com/lbarczio/claude-backport-poc.git
claude
/plugin marketplace add ./claude-backport-poc
/plugin install claude-backport-poc@claude-backport
From inside a dist-git repository clone:
/claude-backport:backport JIRA_ISSUE BRANCH PATCH_URL [REPRODUCER_URL]
# Basic backport
/claude-backport:backport RHEL-12345 c10s https://gitlab.com/libtiff/libtiff/-/commit/abc123.patch
# With CVE reproducer verification
/claude-backport:backport RHEL-67890 c10s https://github.com/openssl/openssl/commit/def456.patch https://raw.githubusercontent.com/example/cve-poc/main/reproducer.c
# Multiple patches (comma-separated)
/claude-backport:backport RHEL-11111 c10s https://github.com/curl/curl/commit/aaa.patch,https://github.com/curl/curl/commit/bbb.patch
centpkg prep| Plugin | Description |
|---|---|
claude-backport | Backport upstream patches to RHEL/CentOS dist-git packages |