https://github.com/mbkulik/cros-guest-tools
Guest packages for container integration with Chrome OS
https://github.com/mbkulik/cros-guest-tools
chromeos fedora
Last synced: 5 months ago
JSON representation
Guest packages for container integration with Chrome OS
- Host: GitHub
- URL: https://github.com/mbkulik/cros-guest-tools
- Owner: mbkulik
- License: bsd-3-clause
- Created: 2021-10-07T02:04:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T17:21:39.000Z (about 2 years ago)
- Last Synced: 2024-04-26T18:30:57.997Z (about 2 years ago)
- Topics: chromeos, fedora
- Homepage: https://copr.fedorainfracloud.org/coprs/mbkulik/cros-guest-tools/
- Size: 40 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cros Guest Tools
Guest packages for Fedora container integration with Chrome OS
## Source Repository
https://chromium.googlesource.com/chromiumos/containers/cros-container-guest-tools/
## COPR Builds
https://copr.fedorainfracloud.org/coprs/mbkulik/cros-guest-tools/
## Requirements
- rpm-build
- rpmdevtools
## Building
1. Setup the rpm development tree
```rpmdev-setuptree```
2. Install build dependencies
```dnf builddep -y cros-guest-tools.spec```
3. Download source
```spectool -g -R cros-guest-tools.spec```
4. Build source package
```rpmbuild -bs cros-guest-tools.spec```
5. Use ```rpmbuild --rebuild XXX.src.rpm``` to create the rpm packages.
```XXX.src.rpm``` is replaced with the actual name of the source rpm created in
the previous step. The source package will be located in ```~/rpmbuild/SRPMS/```