File tree 1 file changed +0
-13
lines changed 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ Name: cfbuild-openssl
5
5
Version: %{version }
6
6
Release: 1
7
7
Source0: openssl-%{openssl_version }.tar.gz
8
- Patch0: 0006-Add-latomic-on-AIX-7.patch
9
- Patch1: 0008-Define-_XOPEN_SOURCE_EXTENDED-as-1.patch
10
8
License: MIT
11
9
Group: Other
12
10
Url: https://cfengine.com
@@ -20,17 +18,6 @@ AutoReqProv: no
20
18
mkdir -p %{_builddir }
21
19
%setup -q -n openssl-%{openssl_version }
22
20
23
- %patch0 -p1
24
- %patch1 -p1
25
-
26
- if expr "`cat /etc/redhat-release`" : '.* [6]\.'
27
- then
28
- # These two patches are taken from master branch as of 2025-Mar-26 and
29
- # should be removed with upgrade past 3.5.0
30
- patch -p1 < %{_topdir }/SOURCES/0001-Revert-rcu-Ensure-that-updates-to-the-ID-field-of-a-.patch
31
- patch -p1 < %{_topdir }/SOURCES/0002-Don-t-use-__ATOMIC_ACQ_REL-on-older-compilers.patch
32
- fi
33
-
34
21
%build
35
22
36
23
if [ -z "$MAKE" ]
You can’t perform that action at this time.
0 commit comments