Skip to content

Commit 1400702

Browse files
Igor Gnatenkorh-atomic-bot
authored andcommitted
spec: add support for F26/EL7 RPM version
We have el7 version with backported patch in dnf-nightly. Signed-off-by: Igor Gnatenko <[email protected]> Closes: rpm-software-management#857 Approved by: j-mracek
1 parent a28a68c commit 1400702

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dnf.spec

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
%global librepo_version 1.7.19
33
%global libcomps_version 0.1.8
44
%global rpm_version 4.14.0
5+
%if 0%{?rhel} == 7
6+
%global rpm_version 4.11.3-27
7+
%endif
8+
%if 0%{?fedora} == 26
9+
%global rpm_version 4.13.0.1-7
10+
%endif
11+
%if 0%{?fedora} > 26
12+
%global rpm_version 4.13.90
13+
%endif
514
%global min_plugins_core 2.1.3
615
%global dnf_langpacks_ver 0.15.1-6
716

0 commit comments

Comments
 (0)