Modify python2-clufter,python3-clufter provide method
This commit is contained in:
parent
0a3b98a127
commit
cb55c6747b
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: clufter
|
Name: clufter
|
||||||
Version: 0.77.2
|
Version: 0.77.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Tool/library for transforming/analyzing cluster configuration formats
|
Summary: Tool/library for transforming/analyzing cluster configuration formats
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://pagure.io/%{name}
|
URL: https://pagure.io/%{name}
|
||||||
@ -115,7 +115,7 @@ Summary: Library for transforming/analyzing cluster configuration formats
|
|||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
|
|
||||||
Provides: %{name}-lib = %{version}-%{release}
|
Provides: %{name}-lib = %{version}-%{release}
|
||||||
%{?python_provide:%python_provide python2-%{name}}
|
Provides: python2-%{name} = %{version}-%{release}
|
||||||
Requires: %{name}-bin = %{version}-%{release}
|
Requires: %{name}-bin = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -132,7 +132,7 @@ Summary: Library for transforming/analyzing cluster configuration formats
|
|||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
|
|
||||||
Provides: %{name}-lib = %{version}-%{release}
|
Provides: %{name}-lib = %{version}-%{release}
|
||||||
%{?python_provide:%python_provide python3-%{name}}
|
Provides: python3-%{name} = %{version}-%{release}
|
||||||
%if %{without python2}
|
%if %{without python2}
|
||||||
Obsoletes: python-%{name} < %{version}-%{release}
|
Obsoletes: python-%{name} < %{version}-%{release}
|
||||||
Obsoletes: python2-%{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
|
%{_datarootdir}/%{name}/ext-plugins/lib-pcs
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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