From f1407349fc83d49d9de53faa1ed5bc7b55580e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 9 May 2018 17:36:29 +0200 Subject: [PATCH] Use autosetup The last commit added a patch, but I forget to apply it - use that opportunity to switch to autosetup to avoid those errors altogether. --- gnome-shell.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index 5767b52..ce8f40f 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.29.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -33,6 +33,7 @@ Patch3: 0001-networkAgent-Fix-fallout-from-libnm-port.patch %define telepathy_logger_version 0.2.6 BuildRequires: meson +BuildRequires: git BuildRequires: ibus-devel >= %{ibus_version} BuildRequires: chrpath BuildRequires: dbus-glib-devel @@ -123,9 +124,7 @@ innovative user interface concepts to provide a visually attractive and easy to use experience. %prep -%setup -q -%patch1 -p1 -b .firefox -%patch2 -p1 -b .preserve-keymap +%autosetup -S git %build %meson