Skip to content

Commit a76581a

Browse files
committed
It turns out that #5 requires git 2.18 or newer
1 parent dbb3b60 commit a76581a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ Changelog
88
New 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+
1621
Minor changes
1722
-------------
1823

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Python:
3030

3131
External Programs:
3232

33-
+ `git`_
33+
+ `git`_ >= 2.18
3434

3535
Required library packages:
3636

git-attic.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ License: Apache-2.0
1111
Group: Development/Tools/Version Control
1212
Source: %{name}-%{version}.tar.gz
1313
BuildRequires: python3-base >= 3.5
14-
BuildRequires: git-core
14+
BuildRequires: git-core >= 2.18.0
1515
%if %{with tests}
1616
BuildRequires: python3-distutils-pytest
1717
BuildRequires: python3-pytest >= 3.9
1818
%endif
19-
Requires: git
19+
Requires: git >= 2.18.0
2020
Recommends: man
2121
BuildArch: noarch
2222
BuildRoot: %{_tmppath}/%{name}-%{version}-build

0 commit comments

Comments
 (0)