Accepting request 1172461 from GNOME:Next

- Keep en and en_GB 'translations' in the main package: do not
  force -lang packages onto all users.

OBS-URL: https://build.opensuse.org/request/show/1172461
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=173
This commit is contained in:
2024-05-07 13:56:52 +00:00
committed by Git OBS Bridge
parent d586927ef4
commit d2b10f7ff3
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 7 13:45:31 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Keep en and en_GB 'translations' in the main package: do not
force -lang packages onto all users.
-------------------------------------------------------------------
Tue Feb 27 06:23:31 UTC 2024 - xiaoguang wang <xiaoguang.wang@suse.com>

View File

@@ -176,6 +176,8 @@ cp %{SOURCE1} subprojects/packagecache/
%dir %{_localstatedir}/lib/AccountsService
%dir %{_localstatedir}/lib/AccountsService/users
%dir %{_localstatedir}/lib/AccountsService/icons
%{_datadir}/locale/en/LC_MESSAGES/accounts-service.mo
%{_datadir}/locale/en_GB/LC_MESSAGES/accounts-service.mo
%files -n libaccountsservice0
%{_libdir}/*.so.0*
@@ -199,5 +201,7 @@ cp %{SOURCE1} subprojects/packagecache/
%endif
%files lang -f accounts-service.lang
%exclude %{_datadir}/locale/en/LC_MESSAGES/accounts-service.mo
%exclude %{_datadir}/locale/en_GB/LC_MESSAGES/accounts-service.mo
%changelog