From c5afc26a045a8df4af912ca83a53b83be481e1a4 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Wed, 14 Jul 2021 18:34:02 +0300 Subject: [PATCH] fixes --- build.sh | 2 +- kafkacat.spec | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 6908df4..7ae1e67 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #/bin/bash -spectool -g kafcacat.spec +spectool -g kafkacat.spec fedpkg --release f34 local diff --git a/kafkacat.spec b/kafkacat.spec index b0bb497..b1bc6ad 100644 --- a/kafkacat.spec +++ b/kafkacat.spec @@ -5,7 +5,6 @@ Summary: kafkacat is a generic non-JVM producer and consumer for Apache Kafka 0. License: BSD-2-Clause URL: https://github.com/edenhill/kafkacat -#Source: kafkacat-%{version}.tar Source: https://github.com/edenhill/kafkacat/archive/refs/tags/1.6.0.zip BuildRequires: zlib-devel