Apply patches in git format

This commit is contained in:
Ernestas Kulik 2020-06-10 07:15:31 +02:00
commit 86534acdae

View file

@ -50,9 +50,9 @@ logging.
%prep
%if 0%{?snapshot}
%autosetup -n %{name}-%{commit}
%autosetup -n %{name}-%{commit} -S git
%else
%autosetup
%autosetup -S git
%endif