[CLR-BUNDLES] bootloader-extras: add linux-cpio
by Josue David Hernandez
linux-cpio package provides a cpio file with kernel modules this will be stacked
clr-init which will load the modules based in modalias
Signed-off-by: Josue David Hernandez <josue.d.hernandez.gutierrez(a)intel.com>
---
this add the i8042, atkbd and libps2 drivers to be able to write during the initramfs execution
bundles/bootloader-extras | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/bootloader-extras b/bundles/bootloader-extras
index cdd0622..89ca836 100644
--- a/bundles/bootloader-extras
+++ b/bundles/bootloader-extras
@@ -4,3 +4,4 @@
# [CAPABILITIES]:
# [MAINTAINER]: Hernandez Gutierrez, Josue David <josue.d.hernandez.gutierrez(a)intel.com>
clr-init
+linux-cpio
--
2.19.0
2 years, 4 months
[PATCH] Add new OpenQA bundle
by Salvador Teran Ochoa
OpenQA is an automated test tool for operating systems
Signed-off-by: Salvador Teran Ochoa <salvador.teran.ochoa(a)intel.com>
---
bundles/openqa | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 bundles/openqa
diff --git a/bundles/openqa b/bundles/openqa
new file mode 100644
index 0000000..f049845
--- /dev/null
+++ b/bundles/openqa
@@ -0,0 +1,12 @@
+# [TITLE]: openqa
+# [DESCRIPTION]: Run the OpenQA infrastructure
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [MAINTAINER]: Salvador Teran <salvador.teran.ochoa(a)intel.com>
+include(kvm-host)
+include(perl-basic)
+include(postgresql)
+include(web-server-basic)
+opencv-lib
+openQA
+os-autoinst
--
2.19.0
2 years, 4 months
[PATCH clr-bundles] Create dev-iot bundle
by Brett T. Warden
---
This bundle provides requested libraries for IoT development:
paho (C/C++ MQTT libraries)
cpprestsdk (C++ REST libraries)
bundles/dev-iot | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 bundles/dev-iot
diff --git a/bundles/dev-iot b/bundles/dev-iot
new file mode 100644
index 0000000..a392d6f
--- /dev/null
+++ b/bundles/dev-iot
@@ -0,0 +1,10 @@
+# [TITLE]: dev-iot
+# [DESCRIPTION]: Assist Internet of Things development
+# [STATUS]: WIP
+# [CAPABILITIES]:
+# [MAINTAINER]: Brett T. Warden <brett.t.warden(a)intel.com>
+include(openssl)
+
+cpprestsdk-dev
+paho.mqtt.c-dev
+paho.mqtt.cpp-dev
--
2.19.0
2 years, 4 months
[PATCH clr-bundles] Add new kvm-host-extras bundle
by William Douglas
Enable having a kvm host be driven by ansible with libvirt bindings
that the ansible host can work with.
---
bundles/kvm-host-extras | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 bundles/kvm-host-extras
diff --git a/bundles/kvm-host-extras b/bundles/kvm-host-extras
new file mode 100644
index 0000000..a1e987c
--- /dev/null
+++ b/bundles/kvm-host-extras
@@ -0,0 +1,9 @@
+# [TITLE]: kvm-host-extras
+# [DESCRIPTION]: Run virtual machines as deployed infrastructure
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [MAINTAINER]: William Douglas <william.douglas(a)intel.com>
+include(kvm-host)
+include(libX11client)
+include(python3-basic)
+libvirt-python
--
2.19.0
2 years, 4 months
[PATCH clr-bundles 1/2] bundles: add package-builder bundle
by California Sullivan
This bundle allows a user to build packages via the Clearlinux common
tooling without the entirety of os-clr-on-clr. 'make build', 'make
autospec', and 'make koji' (assuming the user has configured their
tooling to use koji) should all work.
Signed-off-by: California Sullivan <california.l.sullivan(a)intel.com>
---
bundles/package-builder | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 bundles/package-builder
diff --git a/bundles/package-builder b/bundles/package-builder
new file mode 100644
index 0000000..c6248c8
--- /dev/null
+++ b/bundles/package-builder
@@ -0,0 +1,28 @@
+# [TITLE]: package-builder
+# [DESCRIPTION]: Minimal bundle for building packages via Clearlinux common tooling
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [MAINTAINER]: California Sullivan <california.l.sullivan(a)intel.com>
+include(curl)
+include(diffutils)
+include(git)
+include(package-utils)
+include(sudo)
+
+# common requirements
+lzip
+make
+six
+zstd
+
+# autospec requirements
+abireport
+binutils
+chardet
+gnupg
+pycurl
+python-toml
+urllib3
+
+# koji command line utility
+koji
--
2.17.0
2 years, 4 months
[PATCH clr-bundles] openstack-common: Add ldap integration package
by William Douglas
Add nss-pam-ldapd to enable interopt with pam and ldap which some
components using this bundle as an openstack base require.
---
bundles/openstack-common | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/openstack-common b/bundles/openstack-common
index 00b7849..89413ba 100644
--- a/bundles/openstack-common
+++ b/bundles/openstack-common
@@ -23,6 +23,7 @@ monotonic
multipath-tools
netaddr
netifaces
+nss-pam-ldapd
ordereddict
oslo.config
oslo.context
--
2.19.0
2 years, 4 months
[PATCH glibc] Add more locales
by Athenas Jimenez
---
glibc.spec | 14 ++-
langs.txt | 302 +++++++++++++++++++++++++++++++++++++++++++++++++++++
release | 2 +-
3 files changed, 312 insertions(+), 6 deletions(-)
create mode 100644 langs.txt
diff --git a/glibc.spec b/glibc.spec
index adac1db..3b3cfd8 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -3,12 +3,13 @@
Name: glibc
Version: 2.28
-Release: 193
+Release: 194
License: GPL-2.0
Summary: GNU C library
Url: http://www.gnu.org/software/libc/libc.html
Group: libs
Source0: http://ftp.gnu.org/gnu/glibc/glibc-2.28.tar.gz
+Source1: langs.txt
Patch1: glibc-stable-branch.patch
@@ -467,10 +468,13 @@ popd
pushd localedata
# Generate out of locale-archive an (en_US.) UTF-8 locale
mkdir -p %{buildroot}/usr/share/locale
-I18NPATH=. GCONV_PATH=../../glibc-buildroot/iconvdata LC_ALL=C ../../glibc-buildroot/locale/localedef --no-archive --prefix=%{buildroot} --alias-file=../intl/locale.alias -i locales/en_US -c -f charmaps/UTF-8 en_US.UTF-8
-I18NPATH=. GCONV_PATH=../../glibc-buildroot/iconvdata LC_ALL=C ../../glibc-buildroot/locale/localedef --no-archive --prefix=%{buildroot} --alias-file=../intl/locale.alias -i locales/nl_NL -c -f charmaps/UTF-8 nl_NL.UTF-8
-mv %{buildroot}/usr/share/locale/en_US.utf8 %{buildroot}/usr/share/locale/en_US.UTF-8
-mv %{buildroot}/usr/share/locale/nl_NL.utf8 %{buildroot}/usr/share/locale/nl_NL.UTF-8
+langs_list=%{SOURCE1}
+
+while IFS= read -r lang
+do
+ I18NPATH=. GCONV_PATH=../../glibc-buildroot/iconvdata LC_ALL=C ../../glibc-buildroot/locale/localedef --no-archive --prefix=%{buildroot} --alias-file=../intl/locale.alias -i locales/$lang -c -f charmaps/UTF-8 $lang.UTF-8
+ mv %{buildroot}/usr/share/locale/$lang.utf8 %{buildroot}/usr/share/locale/$lang.UTF-8
+done < $langs_list
popd
ln -sfv /var/cache/locale/locale-archive %{buildroot}/usr/share/locale/locale-archive
diff --git a/langs.txt b/langs.txt
new file mode 100644
index 0000000..1b20eb8
--- /dev/null
+++ b/langs.txt
@@ -0,0 +1,302 @@
+aa_DJ
+aa_ER
+aa_ET
+af_ZA
+agr_PE
+ak_GH
+am_ET
+an_ES
+anp_IN
+ar_AE
+ar_BH
+ar_DZ
+ar_EG
+ar_IN
+ar_IQ
+ar_JO
+ar_KW
+ar_LB
+ar_LY
+ar_MA
+ar_OM
+ar_QA
+ar_SA
+ar_SD
+ar_SS
+ar_SY
+ar_TN
+ar_YE
+as_IN
+ast_ES
+ayc_PE
+az_AZ
+az_IR
+be_BY
+bem_ZM
+ber_DZ
+ber_MA
+bg_BG
+bhb_IN
+bho_IN
+bho_NP
+bi_VU
+bn_BD
+bn_IN
+bo_CN
+bo_IN
+br_FR
+brx_IN
+bs_BA
+byn_ER
+ca_AD
+ca_ES
+ca_FR
+ca_IT
+ce_RU
+chr_US
+cmn_TW
+crh_UA
+csb_PL
+cs_CZ
+cv_RU
+cy_GB
+da_DK
+de_AT
+de_BE
+de_CH
+de_DE
+de_IT
+de_LI
+de_LU
+doi_IN
+dsb_DE
+dv_MV
+dz_BT
+el_CY
+el_GR
+en_AG
+en_AU
+en_BW
+en_CA
+en_DK
+en_GB
+en_HK
+en_IE
+en_IL
+en_IN
+en_NG
+en_NZ
+en_PH
+en_SC
+en_SG
+en_US
+en_ZA
+en_ZM
+en_ZW
+eo
+es_AR
+es_BO
+es_CL
+es_CO
+es_CR
+es_CU
+es_DO
+es_EC
+es_ES
+es_GT
+es_HN
+es_MX
+es_NI
+es_PA
+es_PE
+es_PR
+es_PY
+es_SV
+es_US
+es_UY
+es_VE
+et_EE
+eu_ES
+fa_IR
+ff_SN
+fi_FI
+fil_PH
+fo_FO
+fr_BE
+fr_CA
+fr_CH
+fr_FR
+fr_LU
+fur_IT
+fy_DE
+fy_NL
+ga_IE
+gd_GB
+gez_ER
+gez_ET
+gl_ES
+gu_IN
+gv_GB
+hak_TW
+ha_NG
+he_IL
+hif_FJ
+hi_IN
+hne_IN
+hr_HR
+hsb_DE
+ht_HT
+hu_HU
+hy_AM
+i18n
+ia_FR
+id_ID
+ig_NG
+ik_CA
+is_IS
+it_CH
+it_IT
+iu_CA
+ja_JP
+kab_DZ
+ka_GE
+kk_KZ
+kl_GL
+km_KH
+kn_IN
+kok_IN
+ko_KR
+ks_IN
+ku_TR
+kw_GB
+ky_KG
+lb_LU
+lg_UG
+li_BE
+lij_IT
+li_NL
+ln_CD
+lo_LA
+lt_LT
+lv_LV
+lzh_TW
+mag_IN
+mai_IN
+mai_NP
+mfe_MU
+mg_MG
+mhr_RU
+mi_NZ
+miq_NI
+mjw_IN
+mk_MK
+ml_IN
+mni_IN
+mn_MN
+mr_IN
+ms_MY
+mt_MT
+my_MM
+nan_TW
+nb_NO
+nds_DE
+nds_NL
+ne_NP
+nhn_MX
+niu_NU
+niu_NZ
+nl_AW
+nl_BE
+nl_NL
+nn_NO
+nr_ZA
+nso_ZA
+oc_FR
+om_ET
+om_KE
+or_IN
+os_RU
+pa_IN
+pap_AW
+pap_CW
+pa_PK
+pl_PL
+ps_AF
+pt_BR
+pt_PT
+quz_PE
+raj_IN
+ro_RO
+ru_RU
+ru_UA
+rw_RW
+sah_RU
+sa_IN
+sat_IN
+sc_IT
+sd_IN
+se_NO
+sgs_LT
+shn_MM
+shs_CA
+sid_ET
+si_LK
+sk_SK
+sl_SI
+sm_WS
+so_DJ
+so_ET
+so_KE
+so_SO
+sq_AL
+sq_MK
+sr_ME
+sr_RS
+ss_ZA
+st_ZA
+sv_FI
+sv_SE
+sw_KE
+sw_TZ
+szl_PL
+ta_IN
+ta_LK
+tcy_IN
+te_IN
+tg_TJ
+the_NP
+th_TH
+ti_ER
+ti_ET
+tig_ER
+tk_TM
+tl_PH
+tn_ZA
+to_TO
+tpi_PG
+tr_CY
+tr_TR
+ts_ZA
+tt_RU
+ug_CN
+uk_UA
+unm_US
+ur_IN
+ur_PK
+uz_UZ
+ve_ZA
+vi_VN
+wa_BE
+wae_CH
+wal_ET
+wo_SN
+xh_ZA
+yi_US
+yo_NG
+yue_HK
+yuw_PG
+zh_CN
+zh_HK
+zh_SG
+zh_TW
+zu_ZA
diff --git a/release b/release
index 2455a46..205a12b 100644
--- a/release
+++ b/release
@@ -1 +1 @@
-193
+194
--
2.19.0
2 years, 4 months
[PATCH clr-bundles] fwupd requires polkit
by Thiago Macieira
The RPM dependencies aren't sufficient. Only a portion of polkit got
installed, resulting in fwupd.service failing to start.
Sep 12 18:02:07 tjmaciei-desk fwupd[33512]: Failed to load authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit polkit.service not found.
Sep 12 18:02:07 tjmaciei-desk systemd[1]: fwupd.service: Main process exited, code=exited, status=1/FAILURE
Sep 12 18:02:07 tjmaciei-desk systemd[1]: fwupd.service: Failed with result 'exit-code'.
Sep 12 18:02:07 tjmaciei-desk systemd[1]: Failed to start Firmware update daemon.
Signed-off-by: Thiago Macieira <thiago.macieira(a)intel.com>
---
bundles/firmware-update | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/firmware-update b/bundles/firmware-update
index 19335e1..a39fe05 100644
--- a/bundles/firmware-update
+++ b/bundles/firmware-update
@@ -7,3 +7,4 @@ include(libX11client)
clr-fwupd-hooks
fwupd
fwupdate
+polkit
--
2.19.0
2 years, 4 months