From 218baf8f4edbebd137ff3863df38b17fc9a45c43 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 30 Sep 2021 10:25:04 +0800 Subject: [PATCH] fix name error in spec file --- python-appdirs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-appdirs.spec b/python-appdirs.spec index 59ec300..4527231 100644 --- a/python-appdirs.spec +++ b/python-appdirs.spec @@ -1,9 +1,9 @@ %global with_tests 0%{?_with_tests:1} %global srcname appdirs -name: pythono-%{srcname} +name: python-%{srcname} Version: 1.4.4 -Release: 1 +Release: 2 Summary: A Python module for determining platform-specific directories License: MIT @@ -49,6 +49,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/appdirs %{python3_sitelib}/__pycache__/appdirs.* %changelog +* Thu Sep 30 2021 shixuantong - 1.4.4-2 +- fix name error in spec file + * Sat Jul 24 2021 shixuantong - 1.4.4-1 - update version to 1.4.4 and update Source0