not really known
Go to file
bvn13 64cdadcbc9 added build status 2021-07-14 16:41:16 +03:00
kafkacat@b10431980d initial commit 2021-07-14 13:48:18 +03:00
.gitmodules initial commit 2021-07-14 13:48:18 +03:00
README.md added build status 2021-07-14 16:41:16 +03:00
build.sh updated steps to build 2021-07-14 13:54:02 +03:00
kafkacat.spec review +1 2021-07-14 16:27:43 +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. update submodule
git submodule foreach git pull origin master
  1. make a symlink
ln -sf kafkacat kafkacat-1.7.0
  1. make a tar archive
tar -cf kafkacat-1.7.0.tar kafkacat-1.7.0
  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)