Skip to content

Commit

Permalink
Changes for EPEL10 release
Browse files Browse the repository at this point in the history
1. Mentions of "CentOS Stream 9" were replaced with plain "CentOS
   Stream" since we support both 9 and 10
2. Added centos-stream-10 and epel-10 targets to snapshot build
   configuration in Packit

Signed-off-by: Mark Kemel <[email protected]>
  • Loading branch information
mkemel committed Nov 14, 2024
1 parent 64325f9 commit ed4e3c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,18 @@ jobs:
- centos-stream-9-ppc64le
- centos-stream-9-s390x
- centos-stream-9-x86_64
- centos-stream-10-aarch64
- centos-stream-10-ppc64le
- centos-stream-10-s390x
- centos-stream-10-x86_64
- epel-9-aarch64
- epel-9-ppc64le
- epel-9-s390x
- epel-9-x86_64
- epel-10-aarch64
- epel-10-ppc64le
- epel-10-s390x
- epel-10-x86_64
- fedora-all-aarch64
- fedora-all-i386
- fedora-all-ppc64le
Expand Down
2 changes: 1 addition & 1 deletion README.developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In order to develop the project you need to install following dependencies.

#### Prerequisites

To build the project on CentOS Stream 9 you need to enable CodeReady Build repository:
To build the project on CentOS Stream you need to enable CodeReady Build repository:

```bash
sudo dnf install dnf-plugin-config-manager
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to [podman installation instructions](https://podman.io/getting-started/installa

### Installing packages using RPM

First, enable required repositories on CentOS Stream 9:
First, enable required repositories on CentOS Stream:

```shell
sudo dnf install -y dnf-plugin-config-manager
Expand Down

0 comments on commit ed4e3c5

Please sign in to comment.