https://github.com/simonhammes/copr
https://github.com/simonhammes/copr
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonhammes/copr
- Owner: simonhammes
- Created: 2025-01-01T00:15:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-01T22:54:20.000Z (6 months ago)
- Last Synced: 2026-01-07T10:13:13.125Z (5 months ago)
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COPR
## Prerequisites
- distrobox
## Instructions
```bash
# Setup
distrobox create fedora --image fedora:41
distrobox enter fedora
sudo dnf install rpmdevtools
spectool -Rg $FILE
rpmbuild -ba $FILE
```
## Renovate
```bash
npx renovate --platform=local
```
## Resources
-