From c94de1db03cafcbe4d56eb3848fb980775d80ec8 Mon Sep 17 00:00:00 2001 From: Kaleb S. KEITHLEY Date: Mar 29 2021 15:45:04 +0000 Subject: luarocks 3.5.0 for c8 stream --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..26f76cc --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +This is a dist-git like repo for luarocks for Ceph + +The master brach is unused. Use an existing branch instead. +Branch names follow convention like `c-sig-storage-ceph-VERSION>` +as descibed on [Naming and Patterns for Mapping Git Branches to Koji Tags] +(https://wiki.centos.org/BrianStinson/GitBranchesandKojiTags) + +* c8-sig-storage-ceph-octopus: CentOS-8 +* ... + +Instructions for building the luarocks package for the CentOS Storage SIG +can be found in the following places: + +* [Comunity Build System](https://wiki.centos.org/HowTos/CommunityBuildSystem) +* [Storage SIG landing page](https://wiki.centos.org/SpecialInterestGroup/Storage/Gluster) + + +Create a src.rpm with: + $ rpmbuild -bs \ + --define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \ + --define "dist .el8s" SPECS/luarocks.spec + +To build: + + $ cbs build [--scratch] storage8s-ceph-pacific-el8s luarocks-3.5.0-1.el8s.src.rpm +