https://github.com/essentialkaos/kaos-repo
Spec files and patches for ESSENTIAL KAOS public DNF repository
https://github.com/essentialkaos/kaos-repo
almalinux oraclelinux packages rhel rockylinux rpm
Last synced: 6 months ago
JSON representation
Spec files and patches for ESSENTIAL KAOS public DNF repository
- Host: GitHub
- URL: https://github.com/essentialkaos/kaos-repo
- Owner: essentialkaos
- License: apache-2.0
- Created: 2015-10-01T10:01:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T22:50:34.000Z (7 months ago)
- Last Synced: 2024-11-21T23:27:33.542Z (7 months ago)
- Topics: almalinux, oraclelinux, packages, rhel, rockylinux, rpm
- Language: Shell
- Homepage: https://pkgs.kaos.st
- Size: 5.78 MB
- Stars: 9
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Installation • Contributing Guidelines • Deletion Policy • EoS Schedule • CI status • License
This repository contains spec files and patches used for building RPM packages for [EK Public Repository](https://pkgs.kaos.st).
### Installation
```bash
sudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
```Some packages have dependencies from [EPEL](https://fedoraproject.org/wiki/EPEL) repository. You could add this repository by following commands:
```bash
# Oracle Linux 8
sudo dnf install -y oracle-epel-release-el8
# Oracle Linux 9
sudo dnf install -y oracle-epel-release-el9
```Some packages for EL 8/9 have dependencies from [CodeReady Builder](https://developers.redhat.com/blog/2018/11/15/introducing-codeready-linux-builder) repository. You can enable this repository by following commands:
```bash
# Alma / Rocky
sudo dnf config-manager --set-enabled crb
# Oracle Linux 8
sudo dnf config-manager --set-enabled ol8_codeready_builder
# Oracle Linux 9
sudo dnf config-manager --set-enabled ol9_codeready_builder
```### Contributing Guidelines
If you want to add a new package to the repository, be ready to look after it. It's physically impossible to maintain and keep fresh a large number of packages, especially if you don't use them somewhere.
Also, [bibop](https://kaos.sh/bibop) tests are mandatory for all new packages. It's the only way to test if the package is okay and does not affect other packages in the repository. `bibop` recipe syntax is [easy to learn](https://github.com/essentialkaos/bibop/blob/master/COOKBOOK.md), so don't be afraid of it.
Please find a minute to check out our main [Contributing Guidelines](https://kaos.sh/contributing-guidelines#contributing-guidelines).
### Deletion Policy
Security is our first priority. We can't keep an outdated package in our repository for a long time. If a package spec were not updated for the several latest releases (_especially with known vulnerabilities_) of software, it would be deleted from the repository.
We keep at least the last 5 minor versions (_with all releases_) of each package. In some cases (_e.g. programming languages_) we keep more versions of packages. If a version has a critical security vulnerability it may be removed from the repository at any time.
### End-of-Support Schedule
| EL version | Updates | Repository removal |
|------------|-------------|--------------------|
| `7.x` | 1 Jun 2024 | 31 Dec 2024 |
| `8.x` | 1 Jun 2025 | 31 Dec 2025 |
| `9.x` | 1 Sep 2026 | 31 Dec 2026 |### [_perfecto_](https://kaos.sh/perfecto) and [bibop](https://kaos.sh/bibop) check status
| Branch | Status |
|--------|--------|
| `master` | [](https://kaos.sh/w/kaos-repo/ci?query=branch:master) |
| `develop` | [](https://kaos.sh/w/kaos-repo/ci?query=branch:develop) |### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)