Skip to content

gsdc/rpm-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpm-build

build container image

git clone https://github.com/gsdc/rpm-build.git
podman image build --layers=false --tag rpmbuild:centos-9-stream-1.0 -f Containerfile.centos-9-stream ./rpm-build
podman image tag localhost/rpmbuild:centos-9-stream-1.0 localhost/rpmbuild:centos-9-stream

run rpm build

dnf download --downloaddir ./rpm-build/downloads --source python3.11-createrepo_c
podman run -v ./rpm-build/RPMS:/root/rpmbuild/RPMS:z -v ./rpm-build/downloads:/root/downloads:z -v ./rpm-build/entrypoint.d:/entrypoint.d:z -e RUN_DEFAULT_BUILD="true" -e BUILD_OPTS="--with legacy_hashes" localhost/rpmbuild:centos-9-stream

reinstall

dnf reinstall ./rpm-build/RPMS/x86_64/createrepo_c-libs-*.el9.x86_64.rpm ./rpm-build/RPMS/x86_64/python3.11-createrepo_c-*.el9.x86_64.rpm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages