From eb15275ce3130f67aa7d46fa9dc1c3281c8f0faf Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 8 Jun 2019 10:16:52 +0200 Subject: [PATCH] Update .rust2rpm.conf Signed-off-by: Igor Gnatenko --- .rust2rpm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rust2rpm.conf b/.rust2rpm.conf index 5635183..0f3e438 100644 --- a/.rust2rpm.conf +++ b/.rust2rpm.conf @@ -1,5 +1,5 @@ [DEFAULT] buildrequires = - (pkgconfig(libgit2) >= 0.27 with pkgconfig(libgit2) < 0.28) + (pkgconfig(libgit2) >= 0.28 with pkgconfig(libgit2) < 0.29) lib.requires = - (pkgconfig(libgit2) >= 0.27 with pkgconfig(libgit2) < 0.28) + (pkgconfig(libgit2) >= 0.28 with pkgconfig(libgit2) < 0.29)