Skip to content

Feature centos7#10

Merged
ayanimea merged 3 commits into
masterfrom
feature-centos7
May 5, 2026
Merged

Feature centos7#10
ayanimea merged 3 commits into
masterfrom
feature-centos7

Conversation

@ayanimea
Copy link
Copy Markdown
Owner

@ayanimea ayanimea commented Mar 8, 2026

This pull request introduces a new CI/CD workflow for building and packaging the cnee tool on Enterprise Linux 7 (CentOS 7), along with the addition of a dedicated RPM spec file for EL7 builds. The workflow automates building, testing, and packaging for both x86_64 and i686 architectures, and ensures compatibility with CentOS 7's end-of-life vault repositories. These changes enable reliable EL7 builds and RPM packaging for downstream users.

Enterprise Linux 7 CI/CD workflow:

  • Added .github/workflows/el7.yml to automate build, test, and RPM packaging for CentOS 7, supporting both x86_64 and i686 architectures using Docker containers and vault repositories.
  • Implemented steps for dependency installation, source distribution creation, and artifact upload, ensuring reproducible builds and proper handling of EOL repositories.

RPM packaging improvements:

  • Added build/SPECS/cnee-el7.spec, a dedicated RPM spec file for EL7, specifying build requirements, installation steps, and file packaging for the cnee command-line tool.
  • Ensured proper inclusion of documentation, binaries, man pages, and project files in the resulting RPM, while excluding unnecessary libraries.

Copilot AI and others added 3 commits March 8, 2026 15:58
Co-authored-by: ayanimea <13433370+ayanimea@users.noreply.github.com>
Add EL7 (CentOS 7) CI/CD support for i686 and x86_64
Copilot AI review requested due to automatic review settings March 8, 2026 16:10
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds Enterprise Linux 7 (CentOS 7) CI packaging support for cnee, aligning EL7 automation with the existing EL6/EL8 workflows and enabling RPM artifacts for downstream users.

Changes:

  • Added a new GitHub Actions workflow to build, run cnee e2e tests, and produce RPM/SRPM artifacts on CentOS 7 for both x86_64 and i686.
  • Added an EL7-specific RPM spec file for building the cnee RPM from a source tarball produced via git archive.

Reviewed changes

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

File Description
build/SPECS/cnee-el7.spec Introduces an EL7-targeted RPM spec for cnee packaging.
.github/workflows/el7.yml Implements CentOS 7 vault-repo setup plus build/test/RPM packaging for x86_64 and i686 via docker run centos:7.

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

@ayanimea ayanimea merged commit 65cd7ee into master May 5, 2026
14 checks passed
@ayanimea ayanimea deleted the feature-centos7 branch May 5, 2026 15: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.

3 participants