adding comments

This commit is contained in:
Michal Ambroz 2023-02-02 01:09:02 +01:00
parent 11558c84eb
commit 58de2f1f75
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# include <rpm/rpmcrypto.h> in rpm-helper.h
# Reported upstream in https://github.com/OpenSCAP/openscap/pull/1922
From 989901ef95e344b49e78238c89c59bd80951b876 Mon Sep 17 00:00:00 2001 From 989901ef95e344b49e78238c89c59bd80951b876 Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar@redhat.com> From: Tom Stellard <tstellar@redhat.com>
Date: Wed, 1 Feb 2023 06:38:40 +0000 Date: Wed, 1 Feb 2023 06:38:40 +0000

View File

@ -7,7 +7,11 @@ License: LGPLv2+
URL: http://www.open-scap.org/ URL: http://www.open-scap.org/
VCS: https://github.com/OpenSCAP/openscap VCS: https://github.com/OpenSCAP/openscap
Source0: https://github.com/OpenSCAP/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/OpenSCAP/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
Patch0: 0001-Fix-compile-error-with-future-versions-of-gcc.patch
# include <rpm/rpmcrypto.h> in rpm-helper.h
# Reported upstream in https://github.com/OpenSCAP/openscap/pull/1922
Patch0: https://github.com/OpenSCAP/openscap/pull/1922.patch#/0001-Fix-compile-error-with-future-versions-of-gcc.patch
BuildRequires: make BuildRequires: make
BuildRequires: cmake >= 2.6 BuildRequires: cmake >= 2.6
BuildRequires: gcc BuildRequires: gcc