Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 644b853

Browse files
committed
Fix egginfo spec conditional.
1 parent a6ec702 commit 644b853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-virtinst.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
1010
%define appname virtinst
1111

12-
%if "%{fedora}" >= "9"
12+
%if "%{fedora}" == "9" || "%{fedora}" >= "10"
1313
%define with_egg 1
1414
%else
1515
%define with_egg 0

0 commit comments

Comments
 (0)