From d794d29cfb26e019bc93f81a2f07bdd30ea13ebd Mon Sep 17 00:00:00 2001 From: ut003808 Date: Fri, 29 Apr 2022 18:00:01 +0800 Subject: [PATCH] Rebuild for bugid=348 --- python-cffi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-cffi.spec b/python-cffi.spec index ba91911..157d243 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %if 0%{?fedora} > 12 %global with_python3 1 %else @@ -6,7 +7,7 @@ Name: python-cffi Version: 1.6.0 -Release: 5%{?dist} +Release: 5%{anolis_release}%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: http://cffi.readthedocs.org/ @@ -102,6 +103,9 @@ popd %doc doc/build/html %changelog +* Fri Apr 29 2022 yangxianzhao - 1.6.0-5.0.1 +- Rebuild for bugid=348 + * Tue Aug 09 2016 Nathaniel McCallum - 1.6.0-5 - Record installed files (#1255206) -- Gitee