!15 fix name error in spec file
From: @tong_1001 Reviewed-by: @myeuler Signed-off-by: @myeuler
This commit is contained in:
commit
5f9367e177
@ -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 <shixuantong@huawei.com> - 1.4.4-2
|
||||
- fix name error in spec file
|
||||
|
||||
* Sat Jul 24 2021 shixuantong <shixuantong@huawei.com> - 1.4.4-1
|
||||
- update version to 1.4.4 and update Source0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user