From d7cbb4626407db01fb9f50cd847ad6ab40cf707b Mon Sep 17 00:00:00 2001 From: Scott Shambarger Date: Wed, 18 Dec 2024 19:30:28 -0800 Subject: [PATCH] Correct libxml2 devel requires in spec file --- owntone.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owntone.spec.in b/owntone.spec.in index 48644fb9..beef2c91 100644 --- a/owntone.spec.in +++ b/owntone.spec.in @@ -19,7 +19,7 @@ Url: https://github.com/owntone/owntone-server Source0: https://github.com/owntone/%{name}/archive/%{version}/%{name}-%{version}.tar.xz %{?systemd_ordering} BuildRequires: gcc, make, bison, flex, systemd, pkgconfig, libunistring-devel -BuildRequires: pkgconfig(zlib), pkgconfig(libconfuse), pkgconfig(libxml2) +BuildRequires: pkgconfig(zlib), pkgconfig(libconfuse), pkgconfig(libxml-2.0) BuildRequires: pkgconfig(sqlite3) >= 3.5.0, pkgconfig(libevent) >= 2.0.0 BuildRequires: pkgconfig(json-c), libgcrypt-devel >= 1.2.0 BuildRequires: libgpg-error-devel >= 1.6