diff --git a/volume_key.spec b/volume_key.spec index 2f0126a..9f49981 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -6,7 +6,7 @@ Name: volume_key Version: 0.3.12 -Release: 3 +Release: 4 Summary: A library used in case of volume key forgetting, and other associated tools. License: GPLv2 and (MPLv1.1 or GPLv2) URL: https://pagure.io/volume_key @@ -99,6 +99,9 @@ ldconfig %{python_path}/__pycache__/%{name}.* %changelog +* Tue Oct 25 2022 yanglongkang - 0.3.12-4 +- rebuild for next release + * Fri May 28 2021 yangzhuangzhuang - 0.3.12-3 - The "no acceptable C compiler found" error message is displayed during compilation.Therefore,add buildrequires gcc.