From 7e092e756a8a5c88d98f1b9e932df78fa1d5d2b1 Mon Sep 17 00:00:00 2001 From: lizhuang1314 Date: Thu, 2 Mar 2023 19:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E5=90=AF?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit b69187fa91e530db31796dfbf721e121f8dcc130) --- gnome-software.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-software.spec b/gnome-software.spec index 2134ed9..1ec54ce 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -15,7 +15,7 @@ Name: gnome-software Version: 43.2 -Release: 1 +Release: 2 Summary: GNOME software Store License: GPLv2+ URL: https://wiki.gnome.org/Apps/Software @@ -109,7 +109,7 @@ chrpath -d %{buildroot}%{_bindir}/%{name} mkdir -p %{buildroot}/etc/ld.so.conf.d echo "%{_libdir}/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf -echo "%{_libdir}/rpm-ostree" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf +#echo "%{_libdir}/rpm-ostree" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf %check desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop @@ -152,6 +152,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_mandir}/man1/gnome-software.1.* %changelog +* Thu Mar 2 2023 zhuang li - 43.2-2 +- Modified profile comments 43.2-2 + * Mon Jan 02 2023 lin zhang - 43.2-1 - Update to 43.2 -- Gitee