Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c574c045b8 | ||
|
|
d20b1f4d7f |
3 changed files with 19 additions and 11 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,3 +2,5 @@
|
|||
/vcstool-0.1.40.tar.gz
|
||||
/vcstool-0.2.1.tar.gz
|
||||
/vcstool-0.2.2.tar.gz
|
||||
/vcstool-0.2.3.tar.gz
|
||||
/vcstool-0.2.4.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
%{?!_without_python2:%global with_python2 0%{?_with_python2:1} || (0%{?fedora} < 30 && 0%{?rhel} < 8)}
|
||||
%{?!_without_python2:%global with_python2 0%{?_with_python2:1} || !(0%{?fedora} >= 30 || 0%{?rhel} >= 8)}
|
||||
%{?!_without_python3:%global with_python3 0%{?_with_python3:1} || !0%{?rhel} || 0%{?rhel} >= 7}
|
||||
|
||||
%global srcname vcstool
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.2.2
|
||||
Version: 0.2.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool to invoke vcs commands on multiple repositories
|
||||
|
||||
|
|
@ -43,14 +43,14 @@ 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}
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||
Recommends: git
|
||||
%endif # fedora
|
||||
%endif # fedora || rhel >= 8
|
||||
|
||||
%description -n python2-%{srcname}
|
||||
Vcstool is a version control system (VCS) tool, designed to make working with
|
||||
|
|
@ -79,14 +79,14 @@ 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}
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||
Recommends: git
|
||||
%endif # fedora
|
||||
%endif # fedora || rhel >= 8
|
||||
|
||||
%description -n python%{python3_pkgversion}-%{srcname}
|
||||
Vcstool is a version control system (VCS) tool, designed to make working with
|
||||
|
|
@ -214,6 +214,12 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 30 2019 Scott K Logan <logans@cottsay.net> - 0.2.4-1
|
||||
- Update to 0.2.4 (rhbz#1764143)
|
||||
|
||||
* Thu Aug 08 2019 Scott K Logan <logans@cottsay.net> - 0.2.3-1
|
||||
- Update to 0.2.3
|
||||
|
||||
* Wed Jul 17 2019 Scott K Logan <logans@cottsay.net> - 0.2.2-1
|
||||
- Update to 0.2.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vcstool-0.2.2.tar.gz) = d4a22b7df55b6948e870174f75007e127592991a03c2ec5709600e60c3cde250bdad1b34001e63e22847b2d3a6158678a05ae6f5a39f70c16762f3f651bb092f
|
||||
SHA512 (vcstool-0.2.4.tar.gz) = a4076e07ce10cfbad33d34646572f70a410d56ebef2bb5c9dd146dc251daf91f644c12bb7022d15c67860ab09c2832f4067b41f9c703d70fd371146141f897e5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue