diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 03063eab3b6ea4e9810ce803668ec8ec32f11394..15c71b40fe9bec35ab97aa57f17405d6d97a4cab 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Name: gnome-control-center Version: 44.1 @@ -54,7 +54,11 @@ BuildRequires: pkgconfig(udisks2) >= 2.8.2 BuildRequires: pkgconfig(upower-glib) >= 0.99.8 BuildRequires: pkgconfig(x11) >= 1.8 BuildRequires: pkgconfig(xi) >= 1.2 -BuildRequires: anolis-logos +%if 0%{?alinux} +BuildRequires: alinux-logos +%else +BuildRequires: anolis-logos +%endif # Versioned library deps Requires: libadwaita >= 1.2 @@ -177,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/cursor-fonts %doc NEWS README.md %changelog +* Tue Apr 15 2025 Hong Wei Qin - 44.1-3 +- Fix build fail + * Fri Dec 06 2024 Huang Yang - 44.1-2 - fix gnome-control-center can't get cpu information on loongarch