From 57efb290ebc99e9d925c368c6c3b33c3dc75d837 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Aug 2024 15:56:49 +0200 Subject: typo --- php.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/php.spec b/php.spec index f8e3f35..f575ccf 100644 --- a/php.spec +++ b/php.spec @@ -521,9 +521,7 @@ HTML-embeddable scripting language. If you need ODBC support for PHP applications, you will need to install this package and the php package. %if %{with iodbc} -Package build using libiodbc. -%else -Package build using unixODBC. +Package build using libiodbc (instead of unixODBC). %endif %package soap @@ -1654,7 +1652,7 @@ fi %changelog * Wed Aug 14 2024 Remi Collet - 8.4.0~beta1-3 -- allow to build using libiodbc instead of unixODBC (--with idobc) +- allow to build using libiodbc instead of unixODBC (--with iodbc) * Wed Aug 14 2024 Remi Collet - 8.4.0~beta1-2 - test build for upstream patch -- cgit