This repository was archived by the owner on Feb 18, 2022. It is now read-only.
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 16
16
EOF
17
17
epel_script : yum --assumeyes install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E %rhel).noarch.rpm
18
18
toolchain_script : yum --assumeyes install yum-utils rpmdevtools @buildsys-build
19
+ repos_script : yum-config-manager --enable epel-testing
19
20
sources_script : spectool --get-files $CIRRUS_REPO_NAME.spec
20
21
srpm_script : rpmbuild -bs $CIRRUS_REPO_NAME.spec
21
22
builddep_script : yum-builddep --assumeyes $HOME/rpmbuild/SRPMS/$CIRRUS_REPO_NAME-*.src.rpm
Original file line number Diff line number Diff line change 63
63
Summary: PHP scripting language for creating dynamic web sites
64
64
Name: php73
65
65
Version: 7.3.18
66
- Release: 1 %{?dist }
66
+ Release: 2 %{?dist }
67
67
# All files licensed under PHP version 3.01, except
68
68
# Zend is licensed under Zend
69
69
# TSRM is licensed under BSD
@@ -1744,6 +1744,9 @@ exit 0
1744
1744
1745
1745
1746
1746
%changelog
1747
+ *
Thu Jun 04 2020 Carl George <[email protected] > -
7.3.18-2
1748
+ - Rebuild for new oniguruma in EPEL
1749
+
1747
1750
*
Fri May 15 2020 Chris Barnett <[email protected] > -
7.3.18-1
1748
1751
- Latest upstream
1749
1752
You can’t perform that action at this time.
0 commit comments