Apply patches in git format
This commit is contained in:
parent
daec35928a
commit
86534acdae
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue