We don't really need git nowadays

Buildroot is broken, let's try without git.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-06-29 16:19:19 +02:00
parent 0688d7a091
commit ca9af1e8a8
1 changed files with 1 additions and 2 deletions

View File

@ -125,7 +125,6 @@ BuildRequires: firewalld-filesystem
BuildRequires: gnu-efi gnu-efi-devel
%endif
BuildRequires: libseccomp-devel
BuildRequires: git
BuildRequires: meson >= 0.43
BuildRequires: gettext
# We use RUNNING_ON_VALGRIND in tests, so the headers need to be available
@ -312,7 +311,7 @@ License: LGPLv2+
They can be useful to test systemd internals.
%prep
%autosetup -n %{?commit:%{name}%{?stable:-stable}-%{commit}}%{!?commit:%{name}%{?stable:-stable}-%{github_version}} -p1 -Sgit
%autosetup -n %{?commit:%{name}%{?stable:-stable}-%{commit}}%{!?commit:%{name}%{?stable:-stable}-%{github_version}} -p1
%build
%define ntpvendor %(source /etc/os-release; echo ${ID})