diff --git a/gcab.spec b/gcab.spec index 369eed1..6ab1adc 100644 --- a/gcab.spec +++ b/gcab.spec @@ -1,6 +1,6 @@ Name: gcab Version: 1.1 -Release: 4 +Release: 5 Summary: A GObject library to create cabinet files License: LGPLv2+ URL: http://ftp.gnome.org/pub/GNOME/sources/gcab @@ -10,6 +10,7 @@ Patch1: 0001-gcab-Fix-regression-from-commit-a15d91073fd5d6be25.patch BuildRequires: meson zlib-devel gobject-introspection-devel glib2-devel BuildRequires: gettext gtk-doc vala +BuildRequires: git Obsoletes: libgcab1 < %{version}-%{release} Provides: libgcab1 = %{version}-%{release} @@ -66,5 +67,8 @@ This package contains the development files for %{name}. %{_mandir}/man1/gcab.1* %changelog +* Tue May 18 2021 lin.zhang - 1.1-5 +- add BuildRequires git + * Mon Nov 25 2019 openEuler Buildteam - 1.1-4 - Package init