spec: Remove --enable-vendordir from configuration

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
Iker Pedrosa 2023-05-26 11:32:58 +02:00
parent 7a4a2dff79
commit 767d329677
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,7 @@ autoreconf -i
--disable-prelude \
--enable-audit \
--enable-openssl \
--enable-selinux \
--enable-vendordir=%{_datadir}
--enable-selinux
%make_build -C po update-gmo
%make_build
@ -360,6 +359,7 @@ done
as those patches are implemented upstream
- Realign left-over patches
- Update build requirements for documentation (docbook5)
- Remove --enable-vendordir from configuration
* Tue Apr 25 2023 Björn Esser <besser82@fedoraproject.org> - 1.5.2-19
- Replace deprecated '%%patchN' with '%%patch -P N'