Skip to content

lunarfs/logstalgia_rpmbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Description

This project aims at providing an easy way of creating an rpm for installing logstalgia from https://github.com/acaudwell/Logstalgia/

Build the docker container

Build and name the docker container logstalgia:v1

docker build -t logstalgia:v1 .

Build the RPMS

Build the RPM's and leave them in ~/RPMS/ and ~/SRPMS/

docker run -ti  -v ~/RPMS/:/root/rpmbuild/RPMS -v ~/SRPMS/:/root/rpmbuild/SRPMS logstalgia:v1

wait until the build finishesand you will have the rpms in

ls  RPMS/* SRPMS/
RPMS/x86_64:
logstalgia-1.0.7-0.el7.centos.x86_64.rpm
logstalgia-debuginfo-1.0.7-0.el7.centos.x86_64.rpm

SRPMS/:
logstalgia-1.0.7-0.el7.centos.src.rpm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published