Avoid build depending on git
We don't have a massive downstream patch collection that requires git to manage patches. %autosetup -p1 works just as fine for most patches we need to apply.
This commit is contained in:
parent
2025e00d31
commit
729fb5aa98
@ -30,7 +30,6 @@ BuildRequires: gettext
|
||||
BuildRequires: gtk-doc >= %{gtk_doc_version}
|
||||
BuildRequires: automake autoconf libtool intltool
|
||||
BuildRequires: itstool
|
||||
BuildRequires: git
|
||||
|
||||
Requires: gdk-pixbuf2%{?_isa} >= %{gdk_pixbuf2_version}
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
@ -73,7 +72,7 @@ The %{name}-tests package contains tests that can be used to verify
|
||||
the functionality of the installed %{name} package.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -S git -n gnome-desktop-%{version}
|
||||
%autosetup -p1 -n gnome-desktop-%{version}
|
||||
|
||||
%build
|
||||
%configure --enable-installed-tests
|
||||
|
Loading…
Reference in New Issue
Block a user