From 57464eaa99644711a20bc53e6dcbe5193871bfb566ac5ce5f3656762b73c1493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= <bjorn.lie@gmail.com> Date: Wed, 16 Feb 2022 15:49:36 +0000 Subject: [PATCH] Accepting request 955280 from home:iznogood:branches:GNOME:Next - Drop gtk-doc BuildRequires, and pass disable-gtk-doc to configure, the included gtk-docs are fine, we do not need to build them ourselves. OBS-URL: https://build.opensuse.org/request/show/955280 OBS-URL: https://build.opensuse.org/package/show/Base:System/udisks2?expand=0&rev=93 --- udisks2.changes | 7 +++++++ udisks2.spec | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/udisks2.changes b/udisks2.changes index 7296583..edb0e0e 100644 --- a/udisks2.changes +++ b/udisks2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 31 15:28:11 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com> + +- Drop gtk-doc BuildRequires, and pass disable-gtk-doc to + configure, the included gtk-docs are fine, we do not need to + build them ourselves. + ------------------------------------------------------------------- Thu Jan 27 08:00:22 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com> diff --git a/udisks2.spec b/udisks2.spec index 94a11b5..c85087e 100644 --- a/udisks2.spec +++ b/udisks2.spec @@ -33,7 +33,6 @@ Source0: %{url}/releases/download/udisks-%{version}/udisks-%{version}.tar BuildRequires: chrpath BuildRequires: docbook-xsl-stylesheets BuildRequires: gobject-introspection-devel >= 0.6.2 -BuildRequires: gtk-doc BuildRequires: libacl-devel BuildRequires: libblockdev-btrfs-devel >= %{libblockdev_version} BuildRequires: libblockdev-crypto-devel >= %{libblockdev_version} @@ -205,7 +204,7 @@ sed -i udisks/udisks2.conf.in -e "s/encryption=luks1/encryption=%{default_luks_e %build %configure \ --disable-static \ - --enable-gtk-doc \ + --disable-gtk-doc \ --docdir=%{_docdir}/%{name} \ --enable-bcache \ --enable-btrfs \