From c7f7861f5bc7f707ad7298fb22bc1fc9c0bb49b6 Mon Sep 17 00:00:00 2001 From: Christoph Erhardt Date: Jun 03 2022 20:14:01 +0000 Subject: Change fontconfig dependency to fontpackages-filesystem --- diff --git a/powerline.spec b/powerline.spec index c59ac24..4904d73 100644 --- a/powerline.spec +++ b/powerline.spec @@ -13,7 +13,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-sphinx BuildRequires: python3-devel BuildRequires: fdupes -BuildRequires: fontconfig +BuildRequires: fontpackages-filesystem BuildRequires: gcc BuildRequires: systemd BuildRequires: tmux @@ -47,7 +47,7 @@ This package provides the powerline documentation. %package fonts Summary: Powerline Fonts BuildArch: noarch -Requires: fontconfig +Requires: fontpackages-filesystem %description fonts This package provides the powerline fonts. @@ -334,6 +334,7 @@ install -m 0644 powerline/dist/systemd/powerline-daemon.service %{buildroot}%{_u * Fri Jun 03 2022 Christoph Erhardt - 2.8.3-3 - Build `powerline` binary with correct linker flags - Make Fontconfig symlink relative +- Change fontconfig dependency to fontpackages-filesystem * Thu May 26 2022 Christoph Erhardt - 2.8.3-2 - Install `powerline-daemon.service` into systemd user directory (#1976191)