From 8c64f17dc3970b1302329551de8b411069e2ccad Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: May 12 2024 23:01:42 +0000 Subject: do not block tag --clog due autospec usage Tagging works without a problem. This was disabled in 319aa859cb349e145ec43a27272efbc3324225a9 But tag --clog works with rpmautospec Signed-off-by: Miroslav Suchý --- diff --git a/pyrpkg/cli.py b/pyrpkg/cli.py index 8c65708..a094c8d 100644 --- a/pyrpkg/cli.py +++ b/pyrpkg/cli.py @@ -3004,10 +3004,6 @@ class cliClient(object): ('\n'.join(locals), '\n '.join(remotes))) def tag(self): - if self.args.clog and self.cmd.uses_autochangelog: - raise rpkgError('You cannot generate the commit message from changelog while using ' - 'autochangelog!') - if self.args.list: self.cmd.list_tag(self.args.tag) elif self.args.delete: