[V2 PATCH clr-bundles] Add NTFS-3G package to storage-utils
by Victor Rodriguez
This patch add NTFS-3G. NTFS-3G is a stable, full-featured, read-write
NTFS driver for Linux, Android, Mac OS X, FreeBSD, NetBSD, OpenSolaris,
QNX, Haiku, and other operating systems. It provides safe handling of
the Windows XP, Windows Server 2003, Windows 2000, Windows Vista,
Windows Server 2008, Windows 7, Windows 8 and Windows 10 NTFS file
systems.
Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena(a)intel.com >
---
bundles/storage-utils | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/storage-utils b/bundles/storage-utils
index b189d63..6558562 100644
--- a/bundles/storage-utils
+++ b/bundles/storage-utils
@@ -16,6 +16,7 @@ libmlx5-dev
mdadm
mstflint
ndctl
+ntfs-3g
opensm
parted
rdma
--
2.10.1
6 years, 2 months
[RFC PATCH clr-bundles] Add NTFS-3G package to storage-utils
by Victor Rodriguez
This patch add NTFS-3G. NTFS-3G is a stable, full-featured, read-write
NTFS driver for Linux, Android, Mac OS X, FreeBSD, NetBSD, OpenSolaris,
QNX, Haiku, and other operating systems. It provides safe handling of
the Windows XP, Windows Server 2003, Windows 2000, Windows Vista,
Windows Server 2008, Windows 7, Windows 8 and Windows 10 NTFS file
systems.
Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena(a)intel.com >
---
bundles/storage-utils | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/storage-utils b/bundles/storage-utils
index b189d63..5c6070d 100644
--- a/bundles/storage-utils
+++ b/bundles/storage-utils
@@ -21,3 +21,4 @@ parted
rdma
sshfs
xfsprogs
+ntfs-3g
--
2.10.1
6 years, 2 months
[PATCH clr-bundles V3] Adding MSR Tools pnp-tools-basic
by Victor Rodriguez
Model-Specific Register (MSR) Tools Project provides utilities to access
the processor MSRs and CPU ID directly.
This project is composed of three different user space console
applications.
rdmsr – read MSR from any CPU or all CPUs
wrmsr – write values to MSR on any CPU or all CPUs
cpuid – show identification and feature information of any CPU
Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena(a)intel.com >
---
bundles/pnp-tools-basic | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/pnp-tools-basic b/bundles/pnp-tools-basic
index 3be04ed..4fe3fdf 100644
--- a/bundles/pnp-tools-basic
+++ b/bundles/pnp-tools-basic
@@ -17,6 +17,7 @@ iptraf
latencytop
ltp
ltrace
+msr-tools
net-snmp
net-tools
nicstat
--
2.10.1
6 years, 2 months
[PATCH BBT] Add test for presence of swupd.1.
by Auke Kok
---
bundles/os-core-update/bat-os-core-update.t | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/bundles/os-core-update/bat-os-core-update.t b/bundles/os-core-update/bat-os-core-update.t
index 229ac24..fd4c22b 100755
--- a/bundles/os-core-update/bat-os-core-update.t
+++ b/bundles/os-core-update/bat-os-core-update.t
@@ -61,3 +61,8 @@ setup(){
@test "Software update swupd-overdue" {
swupd-overdue 3155760000
}
+
+(a)test "Man page for swupd.1" {
+ man 1 swupd > /dev/null
+}
+
--
2.10.2
6 years, 2 months
[PATCH clr-bundles] Remove go packages
by William Douglas
Remove go packages not intended to be user facing. These packages are
instead intended for build dependencies. Users should be using go get to
add dependencies instead of using the packages here.
---
bundles/go-basic | 13 -------------
bundles/go-extras | 47 ++---------------------------------------------
2 files changed, 2 insertions(+), 58 deletions(-)
diff --git a/bundles/go-basic b/bundles/go-basic
index 88fa26e..1fafb6b 100644
--- a/bundles/go-basic
+++ b/bundles/go-basic
@@ -5,16 +5,3 @@
# [MAINTAINER]: Victor Rodriguez <victor.rodriguez.bahena(a)intel.com >
go
git
-golang-github-client9-gospell
-golang-github-client9-misspell
-golang-github-client9-plaintext
-golang-github-fzipp-gocyclo
-golang-github-golang-lint
-golang-github-google-gofuzz
-golang-github-gordonklaus-ineffassign
-golang-github-kisielk-errcheck
-golang-github-kisielk-gotool
-golang-github-naoina-go-stringutil
-golang-github-naoina-toml
-golang-github-ryanuber-go-glob
-golang-googlecode-go-tools
diff --git a/bundles/go-extras b/bundles/go-extras
index 0d1f3fd..07a4328 100644
--- a/bundles/go-extras
+++ b/bundles/go-extras
@@ -1,49 +1,6 @@
# [TITLE]: go-extras
# [DESCRIPTION]: Improve the user experience with a common set of go libraries
-# [STATUS]: Active
+# [STATUS]: Deprecated
# [CAPABILITIES]:
# [MAINTAINER]: Athenas Jimenez <athenas.jimenez.gonzalez(a)intel.com >
-include(go-basic)
-golang-github-go-mgo-mgo
-golang-github-go-sql-driver-mysql
-golang-github-gorilla-context
-golang-github-gorilla-mux
-golang-github-gorilla-websocket
-golang-github-lib-pq
-golang-github-streadway-amqp
-golang-github-stretchr-objx
-golang-github-stretchr-testify
-golang-googlecode-go-crypto
-golang-googlecode-go-mobile
-golang-googlecode-go-net
-golang-googlecode-go-text
-golang-github-BurntSushi-toml
-golang-github-Sirupsen-logrus
-golang-github-boltdb-bolt
-golang-github-codegangsta-cli
-golang-github-coreos-go-iptables
-golang-github-coreos-go-systemd
-golang-github-davecgh-go-spew
-golang-github-deckarep-golang-set
-golang-github-docker-distribution
-golang-github-docker-docker
-golang-github-docker-engine-api
-golang-github-docker-go-connections
-golang-github-docker-go-units
-golang-github-docker-libkv
-golang-github-docker-libnetwork
-golang-github-go-yaml-yaml
-golang-github-godbus-dbus
-golang-github-golang-glog
-golang-github-hashicorp-serf
-golang-github-mattn-go-sqlite3
-golang-github-miekg-dns
-golang-github-opencontainers-runc
-golang-github-opencontainers-runtime-spec
-golang-github-rackspace-gophercloud
-golang-github-russross-blackfriday
-golang-github-shurcooL-sanitized_anchor_name
-golang-github-syndtr-gocapability
-golang-github-tylerb-graceful
-golang-github-vishvananda-netlink
-golang-github-vishvananda-netns
+filesystem
--
2.10.2
6 years, 2 months
Re: [Clr-dev] FW: [PATCH clr-bundles] Add console user focused meta bundle for usability
by Douglas
Bumping prior to push.
On Tue, Nov 15, 2016 at 12:02 PM, Rodriguez Bahena, Victor
<victor.rodriguez.bahena(a)intel.com > wrote:
> Simon
>
> What do you think about this bundles for the administration of a Data
> Center
>
> You have plenty experience in this area
>
> Also if you see something we might use that is no there
>
> Let us know
>
>
> On 11/15/16, 1:25 PM, "Dev on behalf of William Douglas"
> <dev-bounces(a)lists.clearlinux.org on behalf of william.douglas(a)intel.com >
> wrote:
>
>>There has been multiple requests to have a single bundle that covers a
>>number of different workflows that a single system administrator user
>>will want to run.
>>
>>The user-basic bundle is an attempt to provide these features by
>>including multiple different functional groups for ease of documentation
>>and usability.
>>
>>As a note a meta bundle it is defined by its includes only and does not
>>itself include packages directly.
>>---
>> auto.devbundles | 1 +
>> bundles/user-basic | 15 +++
>> bundles/user-basic-dev | 337
>>+++++++++++++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 353 insertions(+)
>> create mode 100644 bundles/user-basic
>> create mode 100644 bundles/user-basic-dev
>>
>>diff --git a/auto.devbundles b/auto.devbundles
>>index 130d16c..450fdac 100644
>>--- a/auto.devbundles
>>+++ b/auto.devbundles
>>@@ -11,3 +11,4 @@ perl-basic
>> python-basic
>> storage-utils
>> sysadmin-basic
>>+user-basic
>>diff --git a/bundles/user-basic b/bundles/user-basic
>>new file mode 100644
>>index 0000000..c290cad
>>--- /dev/null
>>+++ b/bundles/user-basic
>>@@ -0,0 +1,15 @@
>>+# [TITLE]: user-basic
>>+# [DESCRIPTION]: Meta bundle capturing most console user work flows
>>+# [STATUS]: Active
>>+# [CAPABILITIES]:
>>+# [MAINTAINER]: William Douglas <william.douglas(a)intel.com >
>>+include(dev-utils)
>>+include(editors)
>>+include(kvm-host)
>>+include(mail-utils)
>>+include(network-basic)
>>+include(openssh-server)
>>+include(os-core-update)
>>+include(shells)
>>+include(storage-utils)
>>+include(sysadmin-basic)
>>diff --git a/bundles/user-basic-dev b/bundles/user-basic-dev
>>new file mode 100644
>>index 0000000..d36110e
>>--- /dev/null
>>+++ b/bundles/user-basic-dev
>>@@ -0,0 +1,337 @@
>>+# [TITLE]: user-basic-dev
>>+# [DESCRIPTION]: All packages required to build the user-basic bundle.
>>+# [STATUS]: Active
>>+# [CAPABILITIES]:
>>+# [MAINTAINER]: William Douglas <william.douglas(a)intel.com >
>>+include(dev-utils)
>>+include(editors)
>>+include(mail-utils)
>>+include(network-basic)
>>+include(openssh-server)
>>+include(os-core)
>>+include(os-core-dev)
>>+include(os-core-update)
>>+include(os-dev-extras)
>>+include(perl-basic)
>>+include(perl-basic-dev)
>>+include(python-basic)
>>+include(python-basic-dev)
>>+include(storage-utils)
>>+include(sysadmin-basic)
>>+include(tcl-basic)
>>+include(user-basic)
>>+CUnit-dev
>>+LVM2-dev
>>+Linux-PAM-dev
>>+Pygments
>>+acl-dev
>>+argcomplete
>>+argparse-python
>>+asciidoc
>>+atk-dev
>>+attr-dev
>>+autoconf
>>+autogen
>>+automake
>>+automake-dev
>>+bash
>>+bash-completion-dev
>>+bc
>>+bind-utils-dev
>>+binutils
>>+binutils-dev
>>+bison
>>+bison-dev
>>+boost-dev
>>+bsdiff-dev
>>+btrfs-progs-dev
>>+bzip2
>>+bzip2-dev
>>+ca-certs
>>+cairo-dev
>>+check
>>+check-dev
>>+clear-font
>>+clr-rpm-config
>>+cmake
>>+colorama-python
>>+connman-dev
>>+coreutils
>>+cracklib-dev
>>+cryptsetup-dev
>>+curl-dev
>>+db
>>+db-dev
>>+dbus-dev
>>+dbus-glib-dev
>>+dejagnu
>>+desktop-file-utils
>>+diffutils
>>+docbook-xml
>>+doxygen
>>+dpdk-dev
>>+e2fsprogs
>>+e2fsprogs-data
>>+e2fsprogs-dev
>>+e2fsprogs-extras
>>+ebtables-dev
>>+ed
>>+elfutils
>>+elfutils-dev
>>+emacs
>>+execnet
>>+expat-dev
>>+expect
>>+file-dev
>>+filesystem-chroot
>>+flex
>>+flex-dev
>>+font-bitstream-type1
>>+fontconfig-data
>>+fontconfig-dev
>>+freetype-dev
>>+fuse-dev
>>+gawk
>>+gcc
>>+gcc-dev
>>+gcc-dev32
>>+gcc-libgcc32
>>+gcc-libstdc++32
>>+gdb
>>+gdb-dev
>>+gdbm-dev
>>+gdk-pixbuf
>>+gdk-pixbuf-dev
>>+gettext
>>+gettext-bin
>>+gettext-dev
>>+git
>>+glib-bin
>>+glib-dev
>>+glibc-dev32
>>+glibc-libc32
>>+glibc-staticdev
>>+glibc-utils
>>+gmp-dev
>>+gnu-efi
>>+gnu-efi-dev
>>+gnupg
>>+gnutls-dev
>>+gobject-introspection
>>+gobject-introspection-dev
>>+gperf
>>+graphviz
>>+grep
>>+groff
>>+gtk-doc
>>+gtk-doc-dev
>>+guile
>>+gzip
>>+harfbuzz-dev
>>+help2man
>>+hostname
>>+ibutils-dev
>>+icu4c-dev
>>+idna
>>+inputproto
>>+inputproto-dev
>>+intltool
>>+intltool-dev
>>+iproute2-dev
>>+ipset-dev
>>+iptables-dev
>>+irssi-dev
>>+json-c-dev
>>+kbproto-dev
>>+kmod
>>+kmod-dev
>>+krb5-dev
>>+ldd
>>+less
>>+libICE-dev
>>+libSM-dev
>>+libX11-dev
>>+libXdmcp-dev
>>+libXext-dev
>>+libXft-dev
>>+libXi-dev
>>+libXinerama-dev
>>+libXrender-dev
>>+libaio-dev
>>+libc-bin
>>+libc6-dev
>>+libc6-locale
>>+libcap-dev
>>+libcap-ng-dev
>>+libcgroup-dev
>>+libevent-dev
>>+libffi-dev
>>+libgcrypt-dev
>>+libgpg-error-dev
>>+libibcm-dev
>>+libibmad-dev
>>+libibumad-dev
>>+libibverbs-dev
>>+libidn-dev
>>+libjpeg-turbo-dev
>>+libmnl-dev
>>+libnetfilter_conntrack-dev
>>+libnetfilter_cthelper-dev
>>+libnetfilter_cttimeout-dev
>>+libnetfilter_queue-dev
>>+libnfnetlink-dev
>>+libnftnl-dev
>>+libnl-dev
>>+libpcap-dev
>>+libpipeline-dev
>>+libpng-dev
>>+librdmacm-dev
>>+librsvg
>>+librsvg-dev
>>+libstdc++
>>+libstdc++-dev
>>+libtasn1-dev
>>+libtool
>>+libtool-dev
>>+libunwind-dev
>>+libusb-dev
>>+libxcb-dev
>>+libxml2-dev
>>+libxslt
>>+libxslt-bin
>>+linux-libc-headers
>>+lua-dev
>>+lz4-dev
>>+lzo-dev
>>+m4
>>+make
>>+man-db
>>+mpc-dev
>>+mpfr-dev
>>+mstflint-dev
>>+nasm-bin
>>+ncurses-dev
>>+ndctl-dev
>>+net-tools
>>+netbase
>>+nettle
>>+nettle-dev
>>+nettle-lib
>>+nghttp2-dev
>>+nose-python
>>+nss-altfiles
>>+numactl-dev
>>+onig-dev
>>+openconnect-dev
>>+opensm-dev
>>+openssl
>>+openssl-dev
>>+openvswitch-dev
>>+p11-kit
>>+p11-kit-bin
>>+p11-kit-dev
>>+pango-dev
>>+parted-dev
>>+patch
>>+pbr
>>+pciutils-dev
>>+pcre-dev
>>+perl
>>+perl-Class-Singleton
>>+perl-Crypt-SSLeay
>>+perl-Encode-Locale
>>+perl-Error
>>+perl-HTML-Tagset
>>+perl-HTTP-Date
>>+perl-HTTP-Message
>>+perl-IO-HTML
>>+perl-IO-Socket-SSL
>>+perl-LWP-MediaTypes
>>+perl-LWP-Protocol-https
>>+perl-Module-Build
>>+perl-Module-Implementation
>>+perl-Module-Runtime
>>+perl-Mozilla-CA
>>+perl-Net-HTTP
>>+perl-Net-SSLeay
>>+perl-Params-Validate
>>+perl-Path-Class
>>+perl-Test-Fatal
>>+perl-Test-Output
>>+perl-Test-Requires
>>+perl-Test-Simple
>>+perl-Test-Taint
>>+perl-Try-Tiny
>>+perl-URI
>>+perl-XML-Parser
>>+perl-libwww-perl
>>+pexpect
>>+pigz
>>+pip
>>+pixman-dev
>>+pkg-config
>>+pkg-config-dev
>>+popt-dev
>>+processor-trace-dev
>>+procps-ng
>>+procps-ng-bin
>>+procps-ng-dev
>>+protobuf-dev
>>+pytest-xdist
>>+python-dev
>>+python-mock
>>+python3
>>+python3-dev
>>+qemu
>>+quagga-dev
>>+readline-dev
>>+renderproto-dev
>>+rpm-build
>>+ruby
>>+sed
>>+setuptools
>>+shadow
>>+shared-mime-info
>>+slang-dev
>>+sqlite-autoconf
>>+sqlite-autoconf-dev
>>+strace
>>+sudo-dev
>>+swupd-client-dev
>>+systemd
>>+systemd-boot
>>+systemd-dev
>>+systemd-libs
>>+tar
>>+tcl
>>+tcl-dev
>>+texinfo
>>+tk
>>+tk-dev
>>+tzdata
>>+unittest2
>>+unzip
>>+usbutils-dev
>>+util-linux
>>+util-linux-dev
>>+util-linux-extras
>>+util-macros-dev
>>+valgrind
>>+valgrind-dev
>>+which
>>+wpa_supplicant
>>+xcb-proto-dev
>>+xcb-proto-python
>>+xextproto-dev
>>+xf86bigfontproto-dev
>>+xfsprogs-dev
>>+xineramaproto-dev
>>+xmlto
>>+xproto-dev
>>+xtrans-dev
>>+xz
>>+xz-dev
>>+yasm
>>+zlib
>>+zlib-dev
>>+znc-dev
>>--
>>2.10.2
>>
>>_______________________________________________
>>Dev mailing list
>>Dev(a)lists.clearlinux.org
>>https://lists.clearlinux.org/mailman/listinfo/dev
>
6 years, 2 months
[PATCH clr-bundles] Update dev bundles
by William Douglas
Update dev bundle definitions using the base bundle's build requires.
---
bundles/containers-basic-dev | 5 +++++
bundles/dev-utils-dev | 5 ++++-
bundles/editors-dev | 6 ++++++
bundles/go-basic-dev | 12 +++---------
bundles/mail-utils-dev | 3 +++
bundles/network-basic-dev | 5 +++++
bundles/os-clr-on-clr-dev | 33 +++++++++++++++++----------------
bundles/os-core-dev | 4 ++++
bundles/os-core-update-dev | 6 ++++--
bundles/perl-basic-dev | 3 +++
bundles/python-basic-dev | 8 ++++++++
bundles/storage-utils-dev | 3 +++
bundles/sysadmin-basic-dev | 10 ++++++++++
13 files changed, 75 insertions(+), 28 deletions(-)
diff --git a/bundles/containers-basic-dev b/bundles/containers-basic-dev
index 2ce800a..135400b 100644
--- a/bundles/containers-basic-dev
+++ b/bundles/containers-basic-dev
@@ -243,6 +243,8 @@ pkg-config-dev
popt-dev
procps-ng
procps-ng-bin
+protobuf-c-dev
+python
python-dev
python3
python3-dev
@@ -258,6 +260,9 @@ sed
setuptools
shadow
shared-mime-info
+six
+six-python
+slang-dev
sqlite-autoconf
sqlite-autoconf-dev
strace
diff --git a/bundles/dev-utils-dev b/bundles/dev-utils-dev
index 6a663d9..dc8fcd5 100644
--- a/bundles/dev-utils-dev
+++ b/bundles/dev-utils-dev
@@ -46,7 +46,6 @@ e2fsprogs
ed
elfutils
elfutils-dev
-emacs
expat-dev
expect
filesystem-chroot
@@ -110,8 +109,10 @@ libffi-dev
libgcrypt-dev
libgpg-error-dev
libidn-dev
+libmnl-dev
libnetfilter_conntrack-dev
libnfnetlink-dev
+libnftnl-dev
libpng-dev
libstdc++
libstdc++-dev
@@ -156,6 +157,7 @@ python3
python3-dev
readline-dev
rpm-build
+rpm-common
sed
setuptools
shadow
@@ -180,6 +182,7 @@ util-linux-extras
util-macros-dev
valgrind
valgrind-dev
+vim
which
xcb-proto-dev
xcb-proto-python
diff --git a/bundles/editors-dev b/bundles/editors-dev
index 10141ce..cb18262 100644
--- a/bundles/editors-dev
+++ b/bundles/editors-dev
@@ -99,8 +99,10 @@ libcgroup-dev
libffi-dev
libgcrypt-dev
libgpg-error-dev
+libmnl-dev
libnetfilter_conntrack-dev
libnfnetlink-dev
+libnftnl-dev
libstdc++
libstdc++-dev
libtool
@@ -136,9 +138,11 @@ pkg-config
pkg-config-dev
procps-ng
procps-ng-bin
+py
pytest-xdist
python-dev
python-mock
+python-mock-python
python3
python3-dev
readline-dev
@@ -147,6 +151,8 @@ sed
setuptools
shadow
shared-mime-info
+six
+six-python
slang-dev
sqlite-autoconf
sqlite-autoconf-dev
diff --git a/bundles/go-basic-dev b/bundles/go-basic-dev
index 0589e86..6550f9f 100644
--- a/bundles/go-basic-dev
+++ b/bundles/go-basic-dev
@@ -39,7 +39,6 @@ docbook-xml
doxygen
e2fsprogs
elfutils-dev
-emacs
expat-dev
expect
filesystem-chroot
@@ -67,14 +66,6 @@ gmp-dev
gnu-efi
gnu-efi-dev
go
-golang-github-client9-gospell
-golang-github-client9-plaintext
-golang-github-kisielk-gotool
-golang-github-naoina-go-stringutil
-golang-github-naoina-toml
-golang-github-ryanuber-go-glob
-golang-googlecode-go-net
-golang-googlecode-go-tools
gperf
graphviz
grep
@@ -108,8 +99,10 @@ libffi-dev
libgcrypt-dev
libgpg-error-dev
libidn-dev
+libmnl-dev
libnetfilter_conntrack-dev
libnfnetlink-dev
+libnftnl-dev
libstdc++
libstdc++-dev
libtool
@@ -153,6 +146,7 @@ sed
setuptools
shadow
shared-mime-info
+slang-dev
sqlite-autoconf
sqlite-autoconf-dev
strace
diff --git a/bundles/mail-utils-dev b/bundles/mail-utils-dev
index 5a23321..9c98f81 100644
--- a/bundles/mail-utils-dev
+++ b/bundles/mail-utils-dev
@@ -94,8 +94,10 @@ libffi-dev
libgcrypt-dev
libgpg-error-dev
libidn-dev
+libmnl-dev
libnetfilter_conntrack-dev
libnfnetlink-dev
+libnftnl-dev
libstdc++
libstdc++-dev
libtasn1-dev
@@ -138,6 +140,7 @@ rpm-build
sed
setuptools
shadow
+slang-dev
strace
systemd-dev
systemd-libs
diff --git a/bundles/network-basic-dev b/bundles/network-basic-dev
index e2926c3..87fc5e7 100644
--- a/bundles/network-basic-dev
+++ b/bundles/network-basic-dev
@@ -219,6 +219,8 @@ pkg-config-dev
popt-dev
procps-ng
procps-ng-bin
+protobuf-c-dev
+python
python-dev
python3
python3-dev
@@ -231,6 +233,9 @@ sed
setuptools
shadow
shared-mime-info
+six
+six-python
+slang-dev
sqlite-autoconf
sqlite-autoconf-dev
strace
diff --git a/bundles/os-clr-on-clr-dev b/bundles/os-clr-on-clr-dev
index e31bd3a..ef54710 100644
--- a/bundles/os-clr-on-clr-dev
+++ b/bundles/os-clr-on-clr-dev
@@ -6,31 +6,37 @@
include(os-clr-on-clr)
include(os-dev-extras)
include(c-basic)
+include(dev-utils)
include(dev-utils-dev)
-include(dev-utils-doc)
-include(editors-doc)
+include(editors)
include(go-basic)
include(koji)
include(kvm-host)
include(mail-utils)
include(mail-utils-dev)
include(mixer)
+include(network-basic)
include(network-basic-dev)
-include(network-basic-doc)
include(openssh-server)
+include(os-core)
include(os-core-dev)
-include(os-core-doc)
include(os-core-update-dev)
include(perl-basic)
include(python-basic)
+include(storage-utils)
include(storage-utils-dev)
-# needs autodoc first include(storage-utils-doc)
+include(sysadmin-basic)
include(sysadmin-basic-dev)
-include(sysadmin-basic-doc)
+include(dev-utils-dev)
+include(editors-dev)
include(go-basic-dev)
include(mail-utils-dev)
+include(network-basic-dev)
+include(os-core-dev)
include(perl-basic-dev)
include(python-basic-dev)
+include(storage-utils-dev)
+include(sysadmin-basic-dev)
Babel
CUnit-dev
Cython
@@ -83,6 +89,7 @@ check-dev
clear-font
clr-rpm-config
cmake
+cmake-dev
colorama-python
compositeproto-dev
coreutils
@@ -178,14 +185,6 @@ gnutls-dev
go
gobject-introspection
gobject-introspection-dev
-golang-github-client9-gospell
-golang-github-client9-plaintext
-golang-github-kisielk-gotool
-golang-github-naoina-go-stringutil
-golang-github-naoina-toml
-golang-github-ryanuber-go-glob
-golang-googlecode-go-net
-golang-googlecode-go-tools
googletest-dev
gperf
gperftools-dev
@@ -406,6 +405,7 @@ pretend-python
processor-trace-dev
procps-ng
procps-ng-bin
+protobuf-c-dev
protobuf-dev
py
py-python
@@ -417,9 +417,11 @@ pycurl
pyparsing
pytest
pytest-xdist
+python
python-core
python-dev
python-mock
+python-mock-python
python-modules
python3
python3-dev
@@ -435,14 +437,13 @@ rpm-common
rpm-dev
ruby
ruby-dev
-rubygem-psych
-rubygem-rdoc
scons
sed
setuptools
shadow
shared-mime-info
six
+six-python
slang-dev
snappy-dev
source-highlight
diff --git a/bundles/os-core-dev b/bundles/os-core-dev
index 9b6b460..a4f7bbc 100644
--- a/bundles/os-core-dev
+++ b/bundles/os-core-dev
@@ -60,6 +60,7 @@ gnu-efi-dev
gperf
graphviz
grep
+groff
gtk-doc
gtk-doc-dev
guile
@@ -82,8 +83,10 @@ libcgroup-dev
libffi-dev
libgcrypt-dev
libgpg-error-dev
+libmnl-dev
libnetfilter_conntrack-dev
libnfnetlink-dev
+libnftnl-dev
libstdc++
libstdc++-dev
libtool
@@ -120,6 +123,7 @@ rpm-build
sed
setuptools
shadow
+slang-dev
strace
systemd-dev
systemd-libs
diff --git a/bundles/os-core-update-dev b/bundles/os-core-update-dev
index c8dc1be..9ebbf68 100644
--- a/bundles/os-core-update-dev
+++ b/bundles/os-core-update-dev
@@ -1,7 +1,7 @@
# [TITLE]: os-core-update-dev
# [DESCRIPTION]: All packages required to build the os-core-update bundle.
# [STATUS]: Active
-# [CAPABILITIES]:
+# [CAPABILITIES]:
# [MAINTAINER]: Patrick McCarty <patrick.mccarty(a)intel.com >
include(os-core-update)
include(os-core-dev)
@@ -43,7 +43,6 @@ doxygen
e2fsprogs
e2fsprogs-dev
elfutils-dev
-emacs
expat-dev
expect
filesystem-chroot
@@ -96,8 +95,10 @@ libffi-dev
libgcrypt-dev
libgpg-error-dev
libidn-dev
+libmnl-dev
libnetfilter_conntrack-dev
libnfnetlink-dev
+libnftnl-dev
libstdc++
libstdc++-dev
libtool
@@ -137,6 +138,7 @@ sed
setuptools
shadow
shared-mime-info
+slang-dev
strace
swupd-client-dev
systemd-boot
diff --git a/bundles/perl-basic-dev b/bundles/perl-basic-dev
index 7202539..587ed94 100644
--- a/bundles/perl-basic-dev
+++ b/bundles/perl-basic-dev
@@ -83,8 +83,10 @@ libcgroup-dev
libffi-dev
libgcrypt-dev
libgpg-error-dev
+libmnl-dev
libnetfilter_conntrack-dev
libnfnetlink-dev
+libnftnl-dev
libstdc++
libstdc++-dev
libtool
@@ -147,6 +149,7 @@ rpm-build
sed
setuptools
shadow
+slang-dev
strace
systemd-dev
systemd-libs
diff --git a/bundles/python-basic-dev b/bundles/python-basic-dev
index df70029..00d5ad3 100644
--- a/bundles/python-basic-dev
+++ b/bundles/python-basic-dev
@@ -68,6 +68,7 @@ gnu-efi-dev
gperf
graphviz
grep
+groff
gtk-doc
gtk-doc-dev
guile
@@ -95,8 +96,10 @@ libcgroup-dev
libffi-dev
libgcrypt-dev
libgpg-error-dev
+libmnl-dev
libnetfilter_conntrack-dev
libnfnetlink-dev
+libnftnl-dev
libstdc++
libstdc++-dev
libtool
@@ -131,9 +134,11 @@ pkg-config
pkg-config-dev
procps-ng
procps-ng-bin
+py
pytest-xdist
python-dev
python-mock
+python-mock-python
python3
python3-dev
readline-dev
@@ -142,6 +147,9 @@ sed
setuptools
shadow
shared-mime-info
+six
+six-python
+slang-dev
sqlite-autoconf
sqlite-autoconf-dev
strace
diff --git a/bundles/storage-utils-dev b/bundles/storage-utils-dev
index f567722..6c4e1cc 100644
--- a/bundles/storage-utils-dev
+++ b/bundles/storage-utils-dev
@@ -104,8 +104,10 @@ libgpg-error-dev
libibmad-dev
libibumad-dev
libibverbs-dev
+libmnl-dev
libnetfilter_conntrack-dev
libnfnetlink-dev
+libnftnl-dev
libnl-dev
libstdc++
libstdc++-dev
@@ -156,6 +158,7 @@ sed
setuptools
shadow
shared-mime-info
+slang-dev
sqlite-autoconf
sqlite-autoconf-dev
strace
diff --git a/bundles/sysadmin-basic-dev b/bundles/sysadmin-basic-dev
index 6635f99..ca2262b 100644
--- a/bundles/sysadmin-basic-dev
+++ b/bundles/sysadmin-basic-dev
@@ -6,6 +6,7 @@
include(sysadmin-basic)
include(os-core-dev)
include(os-dev-extras)
+CUnit-dev
Linux-PAM-dev
acl-dev
attr-dev
@@ -18,9 +19,11 @@ binutils
binutils-dev
bison
bison-dev
+boost-dev
btrfs-progs-dev
bzip2
bzip2-dev
+ca-certs
check
check-dev
clr-rpm-config
@@ -38,6 +41,7 @@ diffutils
docbook-xml
doxygen
e2fsprogs
+e2fsprogs-dev
elfutils-dev
emacs
expat-dev
@@ -47,6 +51,7 @@ filesystem-chroot
flex
flex-dev
gawk
+gawk-dev
gcc
gcc-dev
gcc-dev32
@@ -79,6 +84,7 @@ inputproto
inputproto-dev
intltool
intltool-dev
+iproute2-dev
iptables-dev
kbproto-dev
kmod-dev
@@ -99,8 +105,11 @@ libevent-dev
libffi-dev
libgcrypt-dev
libgpg-error-dev
+libidn-dev
+libmnl-dev
libnetfilter_conntrack-dev
libnfnetlink-dev
+libnftnl-dev
libnl-dev
libpipeline-dev
libpng-dev
@@ -123,6 +132,7 @@ mpc-dev
mpfr-dev
ncurses-dev
netbase
+nghttp2-dev
nss-altfiles
onig-dev
openssl
--
2.10.2
6 years, 2 months
Re: [Clr-dev] [PATCH clr-bundles] Remove go packages
by Victor Rodriguez
+1
Sorry for delay
On Fri, Nov 18, 2016 at 1:27 PM, Douglas, William
<william.douglas(a)intel.com > wrote:
> Going to merge with no objections
>
> On Thu, Nov 17, 2016 at 3:11 PM, William Douglas
> <william.douglas(a)intel.com > wrote:
>> Remove go packages not intended to be user facing. These packages are
>> instead intended for build dependencies. Users should be using go get to
>> add dependencies instead of using the packages here.
>> ---
>> bundles/go-basic | 13 -------------
>> bundles/go-extras | 47 ++---------------------------------------------
>> 2 files changed, 2 insertions(+), 58 deletions(-)
>>
>> diff --git a/bundles/go-basic b/bundles/go-basic
>> index 88fa26e..1fafb6b 100644
>> --- a/bundles/go-basic
>> +++ b/bundles/go-basic
>> @@ -5,16 +5,3 @@
>> # [MAINTAINER]: Victor Rodriguez <victor.rodriguez.bahena(a)intel.com >
>> go
>> git
>> -golang-github-client9-gospell
>> -golang-github-client9-misspell
>> -golang-github-client9-plaintext
>> -golang-github-fzipp-gocyclo
>> -golang-github-golang-lint
>> -golang-github-google-gofuzz
>> -golang-github-gordonklaus-ineffassign
>> -golang-github-kisielk-errcheck
>> -golang-github-kisielk-gotool
>> -golang-github-naoina-go-stringutil
>> -golang-github-naoina-toml
>> -golang-github-ryanuber-go-glob
>> -golang-googlecode-go-tools
>> diff --git a/bundles/go-extras b/bundles/go-extras
>> index 0d1f3fd..07a4328 100644
>> --- a/bundles/go-extras
>> +++ b/bundles/go-extras
>> @@ -1,49 +1,6 @@
>> # [TITLE]: go-extras
>> # [DESCRIPTION]: Improve the user experience with a common set of go libraries
>> -# [STATUS]: Active
>> +# [STATUS]: Deprecated
>> # [CAPABILITIES]:
>> # [MAINTAINER]: Athenas Jimenez <athenas.jimenez.gonzalez(a)intel.com >
>> -include(go-basic)
>> -golang-github-go-mgo-mgo
>> -golang-github-go-sql-driver-mysql
>> -golang-github-gorilla-context
>> -golang-github-gorilla-mux
>> -golang-github-gorilla-websocket
>> -golang-github-lib-pq
>> -golang-github-streadway-amqp
>> -golang-github-stretchr-objx
>> -golang-github-stretchr-testify
>> -golang-googlecode-go-crypto
>> -golang-googlecode-go-mobile
>> -golang-googlecode-go-net
>> -golang-googlecode-go-text
>> -golang-github-BurntSushi-toml
>> -golang-github-Sirupsen-logrus
>> -golang-github-boltdb-bolt
>> -golang-github-codegangsta-cli
>> -golang-github-coreos-go-iptables
>> -golang-github-coreos-go-systemd
>> -golang-github-davecgh-go-spew
>> -golang-github-deckarep-golang-set
>> -golang-github-docker-distribution
>> -golang-github-docker-docker
>> -golang-github-docker-engine-api
>> -golang-github-docker-go-connections
>> -golang-github-docker-go-units
>> -golang-github-docker-libkv
>> -golang-github-docker-libnetwork
>> -golang-github-go-yaml-yaml
>> -golang-github-godbus-dbus
>> -golang-github-golang-glog
>> -golang-github-hashicorp-serf
>> -golang-github-mattn-go-sqlite3
>> -golang-github-miekg-dns
>> -golang-github-opencontainers-runc
>> -golang-github-opencontainers-runtime-spec
>> -golang-github-rackspace-gophercloud
>> -golang-github-russross-blackfriday
>> -golang-github-shurcooL-sanitized_anchor_name
>> -golang-github-syndtr-gocapability
>> -golang-github-tylerb-graceful
>> -golang-github-vishvananda-netlink
>> -golang-github-vishvananda-netns
>> +filesystem
>> --
>> 2.10.2
>>
> _______________________________________________
> Dev mailing list
> Dev(a)lists.clearlinux.org
> https://lists.clearlinux.org/mailman/listinfo/dev
6 years, 2 months
[PATCH clr-bundles] Add cmake-dev for cmake template files
by William Douglas
The template files for cmake were moved into the cmake-dev package so
the cmake-dev package needs to be in c-basic as well.
---
bundles/c-basic | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/c-basic b/bundles/c-basic
index 8894f0e..9616833 100644
--- a/bundles/c-basic
+++ b/bundles/c-basic
@@ -10,6 +10,7 @@ automake-dev
binutils
bison
cmake
+cmake-dev
flex
gcc
gcc-dev
--
2.10.2
6 years, 2 months