Update to 0.2.3
This commit is contained in:
parent
9730adc546
commit
d84ed3f619
3 changed files with 11 additions and 7 deletions
|
|
@ -4,8 +4,8 @@
|
|||
%global srcname vcstool
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.2.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool to invoke vcs commands on multiple repositories
|
||||
|
||||
License: ASL 2.0
|
||||
|
|
@ -43,10 +43,10 @@ BuildRequires: python2-pyyaml
|
|||
BuildRequires: python2-setuptools
|
||||
%{?python_provide:%python_provide python2-%{srcname}}
|
||||
|
||||
%if %{undefined python_disable_dependency_generator}
|
||||
%if %{undefined __pythondist_requires}
|
||||
Requires: python2-pyyaml
|
||||
Requires: python2-setuptools
|
||||
%endif # python_disable_dependency_generator
|
||||
%endif # __pythondist_requires
|
||||
|
||||
%if 0%{?fedora}
|
||||
Recommends: git
|
||||
|
|
@ -79,10 +79,10 @@ BuildRequires: python%{python3_pkgversion}-PyYAML
|
|||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
||||
|
||||
%if %{undefined python_disable_dependency_generator}
|
||||
%if %{undefined __pythondist_requires}
|
||||
Requires: python%{python3_pkgversion}-PyYAML
|
||||
Requires: python%{python3_pkgversion}-setuptools
|
||||
%endif # python_disable_dependency_generator
|
||||
%endif # __pythondist_requires
|
||||
|
||||
%if 0%{?fedora}
|
||||
Recommends: git
|
||||
|
|
@ -214,6 +214,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 08 2019 Scott K Logan <logans@cottsay.net> - 0.2.3-1
|
||||
- Update to 0.2.3
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue