From 399a604f292a921537709b57f854c9385239eca0 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Wed, 19 Jul 2023 15:26:29 +0000 Subject: [PATCH] 1.7.0 --- libgit2.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libgit2.spec b/libgit2.spec index c429d6e..dd7be59 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -1,4 +1,4 @@ -%define major 1.5 +%define major 1.7 %define libname %mklibname git2_ %{major} %define devname %mklibname git2 -d @@ -17,6 +17,7 @@ BuildRequires: pkgconfig(libssh2) #BuildRequires: pkgconfig(openssl) BuildRequires: openssl-devel BuildRequires: pkgconfig(zlib) +Provides: git2 %description libgit2 is a portable, pure C implementation of the Git core methods @@ -38,7 +39,7 @@ with bindings. %files -n %{libname} %doc README.md COPYING AUTHORS -%{_bindir}/git2_cli +%{_bindir}/git2 %{_libdir}/libgit2.so.%{major} %{_libdir}/libgit2.so.%{major}.*