not really known
Go to file
bvn13 1a384093ec try to build in corp 2021-07-15 09:44:01 +03:00
.tito Initialized to use tito. 2021-07-15 09:21:42 +03:00
1.6.0.zip try to build in corp 2021-07-15 09:40:25 +03:00
README.md improving after review 2021-07-14 18:21:14 +03:00
build.sh fixes 2021-07-14 18:34:02 +03:00
kafkacat.spec try to build in corp 2021-07-15 09:44:01 +03:00

README.md

Copr build status

kafkacat

This is a Fedora package repository of kafkacat utility

dependencies

  1. librdkafka
# dnf install librdkafka
  1. fedora build system
# dnf install fedora-packager fedora-review
# usermod -a -G mock <your-user-name>

... and perform a relogin to update user groups

how to run

  1. clone this repo
git clone https://github.com/bvn13/kafkacat.git
  1. download dependencies
spectool -g kafkacat.spec
  1. build fedora package
fedpkg --release f34 local
  1. install built rpm
# rpm -i x86_64/kafkacat-1.7.0-1.x86_64.rpm

or...

you may run ./build.sh script to build rpm (steps 1-5)