From 6f94f213a469dd48bbb27cc7bf654063589dba19 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Fri, 22 Oct 2021 14:46:49 +0800 Subject: [PATCH] fix groupname is not avalid name error --- jack-audio-connection-kit.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jack-audio-connection-kit.spec b/jack-audio-connection-kit.spec index 6433c59..99faa88 100644 --- a/jack-audio-connection-kit.spec +++ b/jack-audio-connection-kit.spec @@ -1,6 +1,8 @@ +%global groupname jackuser + Name: jack-audio-connection-kit Version: 1.9.14 -Release: 2 +Release: 3 Summary: A professional sound server License: GPL-2.0 and GPL-2.0+ and LGPL-2.1+ and GPL-3.0+ URL: http://github.com/jackaudio/jack2 @@ -88,6 +90,9 @@ exit 0 %exclude %{_mandir}/man1/jack_impulse_grabber.1* %changelog +* Fri Oct 22 2021 Ge Wang - 1.9.14-3 +- Fix groupname is not a valid name error + * Wed Jan 20 2021 Ge Wang - 1.9.14-2 - Modify license information. -- Gitee