Skip to content

Commit

Permalink
spec: fix cmake focus_new arg
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura authored and ppisar committed Aug 7, 2024
1 parent 26096c9 commit f85c7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit f85c7fa

Please sign in to comment.