Skip to content

Minimal libvirt package for Enterprise Linux

License

Notifications You must be signed in to change notification settings

junland/el-libvirt-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

el-libvirt-minimal

Minimal libvirt package for Enterprise Linux

Building RPMs

This repository uses a consolidated build process with a single entrypoint script (build-rpm.sh) that handles all aspects of RPM building:

  • Downloads source files using spectool
  • Builds source RPMs (SRPM)
  • Builds binary RPMs

Using Docker

# Build the Docker image
docker build --build-arg EL_VERSION=9 -t rpm-builder .

# Run the build
docker run --rm -t --name rpm-builder-$(date +%s) rpm-builder libvirt.spec

Direct execution

The build-rpm.sh script can also be executed directly in an environment with:

  • RPM build tools (rpm-build, rpmdevtools)
  • Required build dependencies installed
  • Running as a non-root user with proper directory permissions

About

Minimal libvirt package for Enterprise Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors