From 85cd72cf3e503cdc2f93bf5ed80e303a89cc976f Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 19:05:04 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/libgit2.spec b/SPECS/libgit2.spec index 31f4f60..c839d76 100644 --- a/SPECS/libgit2.spec +++ b/SPECS/libgit2.spec @@ -1,6 +1,6 @@ Name: libgit2 Version: 0.26.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C implementation of the Git core methods as a library with a solid API License: GPLv2 with exceptions URL: http://libgit2.github.com/ @@ -11,6 +11,7 @@ Patch0001: 0001-Revert-cmake-disable-optimization-on-debug-builds.patch Patch0002: 0002-CMakeLists-increase-strict-aliasing-level-to-3.patch Patch0003: 0003-Disable-online-tests.patch Patch0004: 0004-tests-Increase-TOOBIG-value-used-on-i686.patch +Patch0005: 0005-openssl-Use-the-system-profile-ciphers.patch BuildRequires: gcc BuildRequires: cmake @@ -79,6 +80,10 @@ popd %{_includedir}/git2/ %changelog +* Tue Jun 02 2020 Brian C. Lane - 0.26.8-2 +- openssl: Use the system profile ciphers + Resolves: rhbz#1842814 + * Wed May 15 2019 Brian C. Lane - 0.26.8-1 - Update to 0.26.8 Resolves: rhbz#1638880