diff --git a/dnf5.spec b/dnf5.spec index e085eb123..60f605003 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -782,7 +782,7 @@ automatically and regularly from systemd timers, cron jobs or similar. -DPACKAGE_VERSION=%{version} \ -DPERL_INSTALLDIRS=vendor \ \ - -DENABLE_SOLV_FOCUSNEW=%{?focus_new:ON}%{!?focus_new:OFF} \ + -DENABLE_SOLV_FOCUSNEW=%{?with_focus_new:ON}%{!?with_focus_new:OFF} \ \ -DWITH_DNF5DAEMON_CLIENT=%{?with_dnf5daemon_client:ON}%{!?with_dnf5daemon_client:OFF} \ -DWITH_DNF5DAEMON_SERVER=%{?with_dnf5daemon_server:ON}%{!?with_dnf5daemon_server:OFF} \