File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,16 @@ Changelog
88New features
99------------
1010
11- + `#2 `_, `#5 `_: get the default prefix from git configuration
11+ + `#2 `_, `#5 `_: get the default prefix from git configuration.
1212
1313.. _#2 : https://github.com/RKrahl/git-attic/issues/2
1414.. _#5 : https://github.com/RKrahl/git-attic/pull/5
1515
16+ Incompatible changes
17+ --------------------
18+
19+ + Require git version 2.18 or newer.
20+
1621Minor changes
1722-------------
1823
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Python:
3030
3131External Programs:
3232
33- + `git `_
33+ + `git `_ >= 2.18
3434
3535Required library packages:
3636
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ License: Apache-2.0
1111Group: Development/Tools/Version Control
1212Source: %{name }-%{version }.tar.gz
1313BuildRequires: python3-base >= 3.5
14- BuildRequires: git-core
14+ BuildRequires: git-core >= 2.18.0
1515%if %{with tests }
1616BuildRequires: python3-distutils-pytest
1717BuildRequires: python3-pytest >= 3.9
1818%endif
19- Requires: git
19+ Requires: git >= 2.18.0
2020Recommends: man
2121BuildArch: noarch
2222BuildRoot: %{_tmppath }/%{name }-%{version }-build
You can’t perform that action at this time.
0 commit comments