Modify python2-clufter,python3-clufter provide method
This commit is contained in:
parent
0a3b98a127
commit
cb55c6747b
11
clufter.spec
11
clufter.spec
@ -12,7 +12,7 @@
|
||||
|
||||
Name: clufter
|
||||
Version: 0.77.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Tool/library for transforming/analyzing cluster configuration formats
|
||||
License: GPLv2+
|
||||
URL: https://pagure.io/%{name}
|
||||
@ -115,7 +115,7 @@ Summary: Library for transforming/analyzing cluster configuration formats
|
||||
License: GPLv2+ and GFDL
|
||||
|
||||
Provides: %{name}-lib = %{version}-%{release}
|
||||
%{?python_provide:%python_provide python2-%{name}}
|
||||
Provides: python2-%{name} = %{version}-%{release}
|
||||
Requires: %{name}-bin = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
@ -132,7 +132,7 @@ Summary: Library for transforming/analyzing cluster configuration formats
|
||||
License: GPLv2+ and GFDL
|
||||
|
||||
Provides: %{name}-lib = %{version}-%{release}
|
||||
%{?python_provide:%python_provide python3-%{name}}
|
||||
Provides: python3-%{name} = %{version}-%{release}
|
||||
%if %{without python2}
|
||||
Obsoletes: python-%{name} < %{version}-%{release}
|
||||
Obsoletes: python2-%{name} < %{version}-%{release}
|
||||
@ -464,5 +464,8 @@ test -x '%{_bindir}/%{name}' && test -f "${bashcomp}" \
|
||||
%{_datarootdir}/%{name}/ext-plugins/lib-pcs
|
||||
|
||||
%changelog
|
||||
* Wed Apr 17 2024 wangkai <13474090681@163.com> - 0.77.2-2
|
||||
- Modify python2-clufter,python3-clufter provide method
|
||||
|
||||
* Fri Dec 4 2020 liqiuyu <liqiuyu@kylinos.cn> - 0.77.2-1
|
||||
- Init python-clufter project
|
||||
- Init python-clufter project
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user