Hello community,
here is the log from the commit of package kubic-locale-archive for
openSUSE:Factory checked in at 2018-01-22 16:20:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubic-locale-archive (Old)
and /work/SRC/openSUSE:Factory/.kubic-locale-archive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubic-locale-archive"
Mon Jan 22 16:20:32 2018 rev:2 rq:568057 version:MACRO
Changes:
--------
---
/work/SRC/openSUSE:Factory/kubic-locale-archive/kubic-locale-archive.changes
2018-01-10 23:38:58.421310215 +0100
+++
/work/SRC/openSUSE:Factory/.kubic-locale-archive.new/kubic-locale-archive.changes
2018-01-22 16:21:20.134028155 +0100
@@ -1,0 +2,6 @@
+Mon Jan 22 10:12:14 CET 2018 - [email protected]
+
+- Add C.UTF-8 locale
+ (https://github.com/openSUSE/docker-containers-build/issues/26)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kubic-locale-archive.spec ++++++
--- /var/tmp/diff_new_pack.1CA2bn/_old 2018-01-22 16:21:20.638004584 +0100
+++ /var/tmp/diff_new_pack.1CA2bn/_new 2018-01-22 16:21:20.642004396 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kubic-locale-archive
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
BuildArch: noarch
%description
-This package contains a glibc locale archive with the
+This package contains a glibc locale archive with the C.UTF-8 and
en_US.UTF-8 locale for very minimal systems only supporting
english as locale.
@@ -39,10 +39,10 @@
%install
mkdir -p %{buildroot}%{_prefix}/lib/locale
localedef -i en_US -f UTF-8 en_US.UTF-8 --archive --prefix=%{buildroot}
+localedef -i C -f UTF-8 C.UTF-8 --archive --prefix=%{buildroot}
mkdir -p %{buildroot}%{_docdir}/%{name}
cp -a %{_docdir}/glibc/LICENSES %{buildroot}%{_docdir}/%{name}/
-
%files
%doc %{_docdir}/%{name}
%{_prefix}/lib/locale/locale-archive