diff --git a/python-cffi.spec b/python-cffi.spec index ba91911fefdfc90ba7ce4965f095b7882d3ea6ac..157d2430214f73c80d7ba104d460f00d44c51fc6 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)