Update to 0.6.5

Also, document %bcond() polyfill.

Resolves: rhbz#2278226

Signed-off-by: Nils Philippsen <nils@redhat.com>
epel9 imports/epel9/python-rpmautospec-0.6.5-1.el9
Nils Philippsen 3 months ago
parent 980c60b477
commit ff25f79daf

@ -1,3 +1,4 @@
# Polyfill %%bcond() macro for platforms without it
%if 0%{!?bcond:1} %if 0%{!?bcond:1}
%define bcond() %[ (%2)\ %define bcond() %[ (%2)\
? "%{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}"\ ? "%{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}"\
@ -36,7 +37,7 @@
%global srcname rpmautospec %global srcname rpmautospec
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.6.4 Version: 0.6.5
Release: %autorelease Release: %autorelease
Summary: Package and CLI tool to generate release fields and changelogs Summary: Package and CLI tool to generate release fields and changelogs
License: MIT License: MIT

@ -1 +1 @@
SHA512 (rpmautospec-0.6.4.tar.gz) = cbb858fb00aeed2a8e6fff51a245bdbf86d29ccc336757b417a41d4a031a89103ed1bb4e6138dd6a41629d6a12ab1f678d1850d3699f6d11857a093c63deb116 SHA512 (rpmautospec-0.6.5.tar.gz) = 4740a471d25896314cbb37ab7a34d24fa7d3b6512ea4d5d7444528e0669bca79cb23a180b8a591378a40e832df4a6673ac20930f38672d268d9c70fb49748771

Loading…
Cancel
Save