Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 400 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 400 Bytes

Build environment for building CentOS packages

Works for CentOS7 and CentOS8.

Make will fetch the version from GitHub.

E.g. You can build a devel repo like this:

VERSION=2.23 make clean buildrpm fill-devel-repo make-repo

If you want to build privacyidea-selinux you need to adapt the privacyidea-selinux.spec file and run:

make clean buildselinux fill-release-repo make-repo push-repo