From c1866333b29e791e4e84075246a73eb8a537d61f Mon Sep 17 00:00:00 2001
From: askiiart <dev@askiiart.net>
Date: Mon, 6 Jan 2025 17:23:30 -0600
Subject: [PATCH] switch to autorelease

also the `make` dep is redundant
---
 polycat.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/polycat.spec b/polycat.spec
index 551d2de..6dd473d 100644
--- a/polycat.spec
+++ b/polycat.spec
@@ -1,12 +1,12 @@
 Name:           polycat
 Version:        r93.0c836d5
-Release:        1%{?dist}
+Release:        %autorelease
 Summary:        runcat module for polybar (or waybar)
 
 License:        MIT
 URL:            https://github.com/2IMT/polycat
 
-BuildRequires:  cmake make g++ git tar
+BuildRequires:  cmake g++ git tar
 Requires:       glibc
 
 %description