From d156af831d1c8c6f9880fad9b5d71b728ad5cf16 Mon Sep 17 00:00:00 2001 From: babak sarashki Date: Thu, 1 Aug 2019 15:51:44 -0700 Subject: [PATCH] starlingx-image-aio rootfs bb file and packages ported (1) starlingx-image-aio rootfs bitbake file (2) packagegourp-stak-base for the base rootfs (3) packagroup-stx for starlingx specific packages (4) removed docs/inspect.sh (5) added docs/update-pool.sh (6) added recipes for python packages --- .gitignore | 1 + conf/layer.conf | 239 -- docs/inspect.sh | 70 - docs/progress.txt | 136 - docs/reports/missing_pkgs.txt | 337 --- docs/reports/recipes_added.txt | 82 - docs/reports/renamed-pkgs.txt | 708 ----- docs/reports/stxpkgs.lst | 1166 -------- docs/reports/yocto-pkgs.txt | 309 --- docs/reports/ypkgs.lst | 2471 ----------------- docs/update-pool.sh | 61 + recipes-core/images/starlingx-image-aio.bb | 4 + .../packagegroups/packagegroup-stak-base.bb | 445 +++ .../packagegroups/packagegroup-stx-config.bb | 28 - .../packagegroups/packagegroup-stx-fault.bb | 26 - .../packagegroups/packagegroup-stx-ha.bb | 26 - .../packagegroups/packagegroup-stx-integ.bb | 62 - .../packagegroups/packagegroup-stx-metal.bb | 33 - .../packagegroups/packagegroup-stx-nfv.bb | 26 - .../packagegroups/packagegroup-stx-update.bb | 23 - .../packagegroup-stx-upstream.bb | 50 - .../packagegroups/packagegroup-stx.bb | 186 ++ .../python/python-aniso8601_git.bb | 15 + recipes-devtools/python/python-beaker_git.bb | 3 - .../python/python-cherrypy_git.bb | 3 - .../python/python-configobj_git.bb | 3 - .../python/python-construct_git.bb | 15 + recipes-devtools/python/python-d2to1_git.bb | 3 - .../python/python-django-debreach_git.bb | 16 + recipes-devtools/python/python-ethtool_git.bb | 3 - .../python/python-firewall_git.bb | 7 +- .../python/python-google-auth_git.bb | 15 + .../python/python-gunicorn_git.bb | 16 + .../python/python-influxdb_git.bb | 15 + .../python/python-iniparse_git.bb | 3 - .../python/python-jmespath_git.bb | 3 - .../python/python-jwcrypto_git.bb | 3 - recipes-devtools/python/python-jwt_git.bb | 3 - recipes-devtools/python/python-ldap3_git.bb | 5 +- .../python/python-ldappool_git.bb | 16 + .../python/python-lefthandclient_2.1.0.bb | 3 - recipes-devtools/python/python-migrate_git.bb | 3 - recipes-devtools/python/python-munch_git.bb | 16 + .../python/python-oauthlib_git.bb | 3 - recipes-devtools/python/python-perf_1.6.0.bb | 1 - .../python/python-pycurl_7.43.0.3.bb | 3 +- .../python/python-pyelftools_0.25.bb | 2 - recipes-devtools/python/python-pyngus_git.bb | 3 - .../python/python-requests-oauthlib_git.bb | 3 - recipes-devtools/python/python-scss_git.bb | 2 - .../python/python-urlgrabber_4.0.0.bb | 1 - recipes-devtools/python/python-urwid_2.0.1.bb | 1 - .../python/python-versiontools_git.bb | 14 + recipes-devtools/python/python-yaql_git.bb | 15 + 54 files changed, 854 insertions(+), 5852 deletions(-) delete mode 100755 docs/inspect.sh delete mode 100644 docs/progress.txt delete mode 100644 docs/reports/missing_pkgs.txt delete mode 100644 docs/reports/recipes_added.txt delete mode 100644 docs/reports/renamed-pkgs.txt delete mode 100644 docs/reports/stxpkgs.lst delete mode 100644 docs/reports/yocto-pkgs.txt delete mode 100644 docs/reports/ypkgs.lst create mode 100755 docs/update-pool.sh create mode 100644 recipes-core/packagegroups/packagegroup-stak-base.bb delete mode 100644 recipes-core/packagegroups/packagegroup-stx-config.bb delete mode 100644 recipes-core/packagegroups/packagegroup-stx-fault.bb delete mode 100644 recipes-core/packagegroups/packagegroup-stx-ha.bb delete mode 100644 recipes-core/packagegroups/packagegroup-stx-integ.bb delete mode 100644 recipes-core/packagegroups/packagegroup-stx-metal.bb delete mode 100644 recipes-core/packagegroups/packagegroup-stx-nfv.bb delete mode 100644 recipes-core/packagegroups/packagegroup-stx-update.bb delete mode 100644 recipes-core/packagegroups/packagegroup-stx-upstream.bb create mode 100644 recipes-core/packagegroups/packagegroup-stx.bb create mode 100644 recipes-devtools/python/python-aniso8601_git.bb create mode 100644 recipes-devtools/python/python-construct_git.bb create mode 100644 recipes-devtools/python/python-django-debreach_git.bb create mode 100644 recipes-devtools/python/python-google-auth_git.bb create mode 100644 recipes-devtools/python/python-gunicorn_git.bb create mode 100644 recipes-devtools/python/python-influxdb_git.bb create mode 100644 recipes-devtools/python/python-ldappool_git.bb create mode 100644 recipes-devtools/python/python-munch_git.bb create mode 100644 recipes-devtools/python/python-versiontools_git.bb create mode 100644 recipes-devtools/python/python-yaql_git.bb diff --git a/.gitignore b/.gitignore index 1377554..5d0748c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.swp +docs/reports/* diff --git a/conf/layer.conf b/conf/layer.conf index 7be4aa4..918adf6 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -87,242 +87,3 @@ PREFERRED_PROVIDER_virtual/containerd = "containerd-opencontainers" PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" PREFERRED_VERSION_keyutils = "1.5.10" - -IMAGE_INSTALL_append += " \ - packagegroup-stx-config \ - packagegroup-stx-fault \ - packagegroup-stx-metal \ - packagegroup-stx-ha \ - packagegroup-stx-nfv \ - starlingx-dashboard \ - packagegroup-stx-update \ - packagegroup-stx-upstream \ - packagegroup-stx-integ \ - lighttpd \ - " -# playbookconfig - -IMAGE_INSTALL_append += " \ - python-oslo.messaging \ - python-horizon \ - python-keyring \ - " - -IMAGE_INSTALL_append = " \ - tcpdump \ - tzdata \ - numactl \ - samba \ - mariadb \ - traceroute \ - wget \ - expect \ - boost \ - alsa-lib \ - collectd \ - conntrack-tools \ - dosfstools \ - dracut \ - drbd-utils \ - efibootmgr \ - efivar \ - expat \ - facter \ - hwdata \ - iscsi-initiator-utils \ - isomd5sum \ - jansson \ - json-c \ - kexec-tools \ - keyutils \ - kubernetes \ - libcgroup \ - libdrm \ - libedit \ - libestr \ - libev \ - libgudev \ - libibverbs \ - libjpeg-turbo \ - libndp \ - oath \ - libogg \ - libpcap \ - libpciaccess \ - libpipeline \ - libpng \ - libproxy \ - libpwquality \ - libseccomp \ - libsm \ - libssh2 \ - sysfsutils \ - libteam \ - libuser \ - libutempter \ - libvorbis \ - cyrus-sasl \ - ipmitool \ - iperf3 \ - iotop \ - lsof \ - lsscsi \ - lz4 \ - lzop \ - mailcap \ - mailx \ - mdadm \ - mod-wsgi \ - mokutil \ - mozjs \ - mtools \ - mysql-python \ - libnewt-python \ - nss-pam-ldapd \ - ntfs-3g-ntfsprogs \ - openipmi \ - openldap \ - libopus \ - ovmf-shell-efi \ - p11-kit \ - perf \ - polkit \ - popt \ - pulseaudio \ - python-pygpgme \ - python-pyparted \ - python-coverage \ - python-docker-registry-core \ - python-flask-restful \ - python-mox3 \ - python-pexpect \ - python-ptyprocess \ - python-traceback2 \ - python-typing \ - python-ujson \ - python-yappi \ - python-hp3parclient \ - python-click \ - python-daemon \ - python-ipy \ - python-ldap \ - python-linecache2 \ - python-pep8 \ - python-pyudev \ - python-simplegeneric \ - python-slip-dbus \ - python-pytz \ - python-pymysql \ - python-pyzmq \ - python-xstatic-jquery.tablesorter \ - python-xstatic-jquery.quicksearch \ - ruby-shadow \ - screen \ - seabios \ - smartmontools \ - snappy \ - socat \ - spawn-fcgi \ - spice \ - swig \ - sysstat \ - tcp-wrappers \ - trousers \ - xfsprogs \ - yajl \ - zip \ - c-ares \ - cifs-utils \ - createrepo-c \ - gdbm \ - gmp \ - groff \ - libnl \ - mcstrans \ - linuxptp \ - lua \ - lldpd \ - multipath-tools \ - flac \ - freetype \ - geoip \ - glusterfs \ - gobject-introspection \ - gperftools \ - gpm \ - hiera \ - leveldb \ - libutempter \ - lksctp-tools \ - quota \ - radvd \ - usbredir \ - texinfo \ - freetype \ - celt051 \ - cryptsetup \ - lmsensors-libsensors \ - lmsensors-fancontrol \ - lmsensors-isatools \ - lmsensors-pwmconfig \ - lmsensors-sensord \ - lmsensors-sensors \ - lmsensors-sensorsconfconvert \ - lmsensors-sensorsdetect \ - python-perf \ - python-urwid \ - python-urlgrabber \ - python-semantic-version \ - python-repoze.lru \ - python-pyelftools \ - python-pycurl \ - python-lefthandclient \ - python-jwcrypto \ - python-iniparse \ - python-ethtool \ - python-jmespath \ - python-beaker \ - python-cherrypy \ - python-d2to1 \ - python-firewall \ - python-ldap3 \ - python-pyngus \ - python-jwt \ - python-pyzmq \ - python-requests-oauthlib \ - packagegroup-tpm2 \ - " -################################################## -# Following Packages have conflicts: -# yocto:meta-starlingx -# python-horizon:python-dajango-horizon -# python-sqlalchemy-migrate:python-migrate -# python-pyscss:python-scss - - -# python-django-horizon -# python-scss -# python-migrate - -########## -# tpm2-abrmd -# tpm2-tss -# tboot -# syslinux -# docker-ce -# docker-distribution -# syslog-ng -# drbd -# etcd -# nss-myhostname -# rdma-core -# librdmacm - -# libgdbm6 -## libgdbm-bin -# libgmp10 -# libgmpxx4 -# lmsensors -# lmsensors-config - -# unbound diff --git a/docs/inspect.sh b/docs/inspect.sh deleted file mode 100755 index 3ff7e62..0000000 --- a/docs/inspect.sh +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/bash - -# To use this script: -usage () { - -cat << EOF - -# This script needs the installed package list. -# 1 - build the project with - -bitbake openstack-image-aio - -# 2 - From bitbake build environment: - -bitbake openstack-image-aio -c devshell -cd ../rootfs -alias prpm='rpm --root=\$PWD --dbpath=/var/lib/rpm ' -prpm -qa | sed -e '/^kernel.*$/d;/.*-d[be][gv].*/d' > ///meta-starlingX/docs/openstack-image-aio.pkgs -exit - -cd ///meta-starlingX/docs/ -./inspect.sh - -################################################################## -# Import Pack Packages_List_efforts.csv with ":" field delimeter.# -################################################################## -EOF -exit 0 -} - - -INCLUDED_PKGS="python-ryu-common|python-libs|vim|audit|avahi|bzip2|dbus|e2fsprogs|file|fuse|gettext|kmod|libvirt|lvm2|ncurses|net|net|openssl|pciutils|perl|postgresql|rpm|rpm|systemd|xz|zlib|sqlite|openssl|openssh|wget|grub|elfutils|apr|btrfs-progs|httpd|iproute|libacl|libaio|libassuan|libattr|libcap-ng|libcurl|libdaemon|libffi|libgcc|libgomp|libICE|libidn|libmnl|libselinux|libselinux|libsepol|libsmartcols|libstdc++|libtirpc|libtool-ltdl|libunistring|libuuid|libwbclient|libwbclient|alsa-lib|cups-lib|gnupg2|gnutls|jansson|json-c|libedit|liblkid|libestr|libev|libgudev1|libibverbs|libjpeg-turbo|liboath|libogg|libpciaccess|libpipeline|libpcap|libpng|librdmacm|libsemanage|libsysfs|libteam|libtempter|lm_sensors-libs|lzo|mariadb-common|mtce-guestAgent|mtce-guestServer|newt|newt-python|numactl-libs|openstack-barbican|openstack-dashboard|openstack-keystone|passwd|pcre|pixman|pulseaudio-libs|pygpgme|pyparsing|python2-crypto|python2-docker|python-flask-restful|python2-pika_pool|python2-pyOpenSSL|python-3parclient|PyYAML|readline|samba-client-libs|seabios-bin|shadow-utils|spice-server|tcp_wrappers|yajl|cyrus-sasl|efivar-libs|expat|gdbm|glib2|gmp|groff-base|libnl3|mozjs17|openldap|opus|createrepo|c-ares|libXext|libXau|libXi|libXtst|mod_wsgi|popt|device-mapper-multipath|flac-libs|GeoIP|gpm-libs|librdmacm|ntfs|ntfs-progs|OpenIPMI-modalias|pytz|snappy|info|freetype|libutempter|lksctp-tools|lmsensors|erlang-os_mon|erlang-otp_mibs|erlang-public_key|erlang-runtime_tools|erlang-syntax_tools|libblkid|libmount|celt051|leveldb|python-paste-deploy|python-semantic_version|python-repoze-lru|python-django-horizon|python-scss|python-migrate" - -[ ! -f openstack-image-aio.pkgs ] && usage; -rm -f reports/* - -# Parse the installed RPM packages into package name and package version -# Package:Version -sed -e 's/\(^.*\)-\([0-9a-zA-Z].*-r[0-9]\)\(.*\)/\1:\2/g' openstack-image-aio.pkgs | sort > reports/ypkgs.lst -sed -e '1 s/^total .*$//g;s/^.*[0-9][0-9]:[0-9][0-9] //g; - s/\(^.*[a-zA-Z]\)-\([0-9].*.[el7\|tis]\)\(.*\)/\1:\2/g; - s/python2/python/g' packages.txt | grep -v "^$" | sort > reports/stxpkgs.lst - -awk 'BEGIN { FS = ":" }; {if($2!=$4) print $2":"$4}' Packages_List_efforts.csv > reports/renamed-pkgs.txt -awk 'BEGIN { FS = ":" }; {if ($4 == $2) print $2":"$4}' Packages_List_efforts.csv > reports/yocto-pkgs.txt - -# Missing yocto-pkgs.txt - -echo Missing Yocto pkgs > reports/missing_pkgs.txt -for f in $(cut -d':' -f1 reports/yocto-pkgs.txt | egrep -v $INCLUDED_PKGS); do - grep -q -i -w $f reports/ypkgs.lst || echo $f | tee -a reports/missing_pkgs.txt -done - -echo -e "\nMissing renamed Yocto pkgs" >> reports/missing_pkgs.txt -for f in $(cut -d':' -f2 reports/renamed-pkgs.txt | egrep -v $INCLUDED_PKGS); do - echo $f | grep -q -w none && continue - grep -q -i $f reports/ypkgs.lst || echo $f | tee -a reports/missing_pkgs.txt -done - -echo -e "\nMissing Yocto recipes" >> reports/missing_pkgs.txt -for f in $(grep -w none reports/renamed-pkgs.txt | cut -d':' -f1 | egrep -v $INCLUDED_PKGS); do - grep -q -i $f -w reports/ypkgs.lst && \ - echo $f >> reports/recipes_added.txt || echo $f | tee -a reports/missing_pkgs.txt -done - -x=$(cat reports/ypkgs.lst) -for t in ${x[@]}; do - p=$(echo $t | cut -d":" -f1) - sed -i -e "1,$ s/\(^[0-9].*:$p:.*:.*:.*:\)\(stx-none:stx-none:\)\(.*:.*\)/\1$t:\3/g" Packages_List_efforts.csv -done diff --git a/docs/progress.txt b/docs/progress.txt deleted file mode 100644 index e8f40eb..0000000 --- a/docs/progress.txt +++ /dev/null @@ -1,136 +0,0 @@ -#List of first stab recipes done -# Legend: -# P=Port -# D=Depends -# w=not started yet -# d=initial port done -# r=replaced with yocto recipe -# W=with -# S=skipped dependency - -stx-config:d - config-gate.bb - controllerconfig.bb - puppet-manifests.bb - puppet-modules-wrs.bb - storageconfig - worker-utils.bb - workerconfig.bb - pm-qos-mgr.bb - sysinv.bb -TODO:stx-config:P+stx-openstack-helm:D+openstack-helm:D+openstack-helm-infra:D+kubernetes -TODO:stx-config:P+stx-platform-helm:D+helm:D+openstack-helm-infra:D+kubernetes - -stx-fault:d - fm-doc.bb - fm-common.bb - fm-mgr.bb - fm-rest-api.bb - fm-api.bb - snmp-audittrail.bb - snmp-ext.bb - -stx-gui:d - -stx-metal:d - inventory.bb - mtce-common.bb:common:daemon - mtce-compute.bb - mtce-control.bb - mtce-storage.bb -TODO:stx-metal:D+oslo-config-generator:D+post_run -TODO:stx-metal:P+installer/pxe-network-installer -TODO:stx-metal:P+kickstart - -stx-ha:d - sm-common.bb - sm-db.bb - sm.bb - sm-api.bb - sm-client.bb - sm-tools.bb - -stx-nfv:d - nfv-common.bb - nfv-plugins.bb - nfv-tools.bb - nfv-vim.bb - nfv-client.bb - mtce-guest.bb - nfv-api-proxy.bb - -stx-update:d - cgsc-patch.bb - enable-dev-patch.bb - patch-alarm.bb - tsconfig.bb - R+python-ansible:meta-iot-cloud -TODO:stx-update:P+patch-scripts - -stx-ansible-playbooks:d -TODO:stx-ansible-playbooks:r+ansible:W+python-ansible:meta-cloud-services -TODO:stx-ansible-playbooks:S+sshpass - -stx-upstream:w - R+python-barbicanclient:meta-cloud-services/meta-openstack - R+python-cinderclient:meta-cloud-services/meta-openstack - R+python-glanceclient:meta-cloud-services/meta-openstack - R+python-heatclient:meta-cloud-services/meta-openstack - R+python-horizon:meta-cloud-services/meta-openstack - R+python-keystoneauth1:meta-cloud-services/meta-openstack - R+python-keystoneclient:meta-cloud-services/meta-openstack - R+python-magnumclient:meta-cloud-services/meta-openstack - R+python-neutronclient:meta-cloud-services/meta-openstack - R+python-novaclient:meta-cloud-services/meta-openstack - R+python-openstackclient:meta-cloud-services/meta-openstack - R+python-openstacksdk:meta-cloud-services/meta-openstack - stx-ocf-scripts.bb - rabitmq-server-config.bb - -TODO:stx-upstream:P+python-gnocchiclient -TODO:stx-upstream:P+python-aodhclient -TODO:stx-upstream:P+python-ironicclient -TODO:stx-upstream:P+python-muranoclient -TODO:stx-upstream:P+openstack-ras -TODO:stx-upstream:P+openstack-helm -TODO:stx-upstream:P+distributedcloud -TODO:stx-upstream:P+distributedcloud-client -TODO:stx-upstream:P+python-pankoclient - -stx-integ/base:d - cgcs-users.bb - dhcp-config.bb - dnsmasq-config.bb - R+dpkg:W+start-stop-daemon - R+golang-dep:W+go-dep - haproxy-config.bb - initscripts-config.bb - R+libfdt:W+dtc-1.4.7 - lighttpd-config.bb - net-snmp-config.bb - openssh-config.bb - setup-config.bb - systemd-config.bb -TODO:stx-integ/base:P+rpm:apply patches as needed; disregard otherwise -TODO:stx-integ/base:Check app spec files for post run. Adopt as needed. - - -stx-integ/ceph:d - ceph-manager.bb - R+python-cephclient:meta-cloud-services/meta-openstack -TODO:stx-integ/ceph:P+stx required ceph and any related patches to thud:R+ceph:W+meta-virtualization - -stx-integ/config-files:d - audit-config.bb - docker-config.bb - io-scheduler.bb - iptables-config.bb - memcached-custom.bb - ntp-config.bb - pam-config.bb - rsync-config.bb - shadow-utils-config.bb - stx-integ-config-files.inc - sudo-config.bb - syslog-ng-config.bb - util-linux-config.bb diff --git a/docs/reports/missing_pkgs.txt b/docs/reports/missing_pkgs.txt deleted file mode 100644 index 8c9d2cf..0000000 --- a/docs/reports/missing_pkgs.txt +++ /dev/null @@ -1,337 +0,0 @@ -Missing Yocto pkgs -ceph -checkpolicy -docker-ce -docker-distribution -dpkg -etcd -gsettings-desktop-schemas -man-db -policycoreutils -puppet-vswitch -python-cephclient -python-devel -qat17 -rdma-core -resource-agents -syslinux -tpm2-abrmd -tpm2-tools -tpm2-tss - -Missing renamed Yocto pkgs -Yocto -python-ansible -augeas -cni -nss-myhostname -lsbinitscripts -linux-yocto -linux-yocto-rt -kernel-modules -tpm2 -python-xstatic-magic-search -rdma-core -refpolicy -refpolicy-minimum -refpolicy-mls -refpolicy-targeted -unbound - -Missing Yocto recipes -authconfig -autogen-libopts -basesystem -biosdevname -centos-logos -centos-release -centos-release-config -ceph-manager -cgcs-patch-agent -cgcs-patch-controller -cgts-client -cloud-provider-openstack -collectd-extensions -config-gate-worker -containerd.io -container-selinux -crontabs -device-mapper -device-mapper-persistent-data -distributedcloud-client-dcmanagerclient -distributedcloud-dcdbsync -distributedcloud-dcmanager -distributedcloud-dcorch -docker-forward-journald -enable-dev-patch -erlang-sd_notify -eventlog -fipscheck -firewalld -fontawesome-fonts -fontawesome-fonts-web -gamin -gdisk -gsm -gssproxy -hardlink -helm -influxdb -influxdb-extensions -iprutils -ipset -ipxe-roms-qemu -iscsi-initiator-utils-config -ivykis -ldapscripts -libasyncns -libbasicobjects -libcacard -libcephfs2 -libcollection -libcom_err -libfdt-devel -libibumad -libini_config -libmodman -libnfsidmap -libpath_utils -librados2 -libradosstriper1 -librbd1 -libref_array -librgw2 -libss -libtomcrypt -libtommath -libtpms -libusbx -libverto -lldpad -logmgmt -logrotate-config -mdi-common -microcode_ctl -mlnx-ofa_kernel-modules -mlnx-ofa_kernel-rt-modules -mlx4-config -monitor-tools -MySQL-python -namespace-utils -nfscheck -nfs-utils-config -nmap-ncat -nscd -nss-pem -openpgm -openscap -openvswitch-config -os-prober -pam-config -pci-irq-affinity-agent -platform-kickstarts -platform-util -platform-util-noncontroller -playbookconfig -polkit-pkla-compat -procps-ng -pth -puppet-apache -puppet-barbican -puppet-boolean -puppet-ceph -puppet-certmonger -puppet-collectd -puppet-concat -puppet-create_resources -puppet-dcdbsync -puppet-dcmanager -puppet-dcorch -puppet-dnsmasq -puppet-drbd -puppet-etcd -puppet-firewall -puppet-fm -puppet-horizon -puppet-keystone -puppet-ldap -puppet-lvm -puppet-memcached -puppet-mtce -puppet-mysql -puppet-nfv -puppet-nslcd -puppet-nssdb -puppet-openstacklib -puppet-oslo -puppet-patching -puppet-puppi -puppet-rabbitmq -puppet-smapi -puppet-sshd -puppet-staging -puppet-stdlib -puppet-sysctl -puppet-sysinv -puppet-vlan -pyliblzma -python2-aodhclient -python2-django-debreach -python2-gnocchiclient -python2-google-auth -python2-gunicorn -python2-influxdb -python2-ironicclient -python2-jmespath -python2-jwt -python2-ldap3 -python2-ldappool -python2-munch -python2-muranoclient -python2-murano-pkg-check -python2-oslo-cache -python2-oslo-concurrency -python2-oslo-config -python2-oslo-context -python2-oslo-db -python2-oslo-i18n -python2-oslo-log -python2-oslo-messaging -python2-oslo-middleware -python2-oslo-policy -python2-oslo-rootwrap -python2-oslo-serialization -python2-oslo-service -python2-oslo-upgradecheck -python2-oslo-utils -python2-oslo-versionedobjects -python2-os-service-types -python2-pankoclient -python2-PyMySQL -python2-pyngus -python2-qpid-proton -python2-requests-oauthlib -python2-ruamel-ordereddict -python2-ruamel-yaml -python2-scss -python2-XStatic-termjs -python2-yaql -python-aniso8601 -python-backports-ssl_match_hostname -python-beaker -python-ceph-compat -python-cephfs -python-cherrypy -python-configobj -python-configshell -python-construct -python-d2to1 -python-django-bash-completion -python-django-horizon -python-docker-pycreds -python-dogpile-cache -python-dogpile-core -python-ethtool -python-firewall -python-gobject-base -python-iniparse -python-inotify -python-jwcrypto -python-lefthandclient -python-linux-procfs -python-migrate -python-openstackclient-lang -python-oslo-cache-lang -python-oslo-concurrency-lang -python-oslo-db-lang -python-oslo-i18n-lang -python-oslo-log-lang -python-oslo-middleware-lang -python-oslo-policy-lang -python-oslo-utils-lang -python-oslo-versionedobjects-lang -python-paste-deploy -python-perf -python-pycadf-common -python-pycurl -python-pyelftools -python-rados -python-rbd -python-repoze-lru -python-rgw -python-schedutils -python-semantic_version -python-smartpm -python-unittest2 -python-urlgrabber -python-urwid -python-versiontools -python-XStatic-JQuery-quicksearch -python-XStatic-JQuery-TableSorter -python-zmq -pyxattr -qat17-rt -qemu-img-ev -qemu-kvm-common-ev -qemu-kvm-ev -qemu-kvm-tools-ev -qpid-proton-c -qrencode-libs -quota-nls -registry-token-server -roboto-fontface-common -roboto-fontface-fonts -rtctl -rt-setup -ruby-augeas -rubygem-bigdecimal -rubygem-io-console -rubygem-json -rubygem-psych -rubygem-rdoc -rubygem-rgen -rubygems -ruby-irb -seavgabios-bin -sgabios-bin -shim-x64 -sshpass -stx-platform-helm -sudo-config -swtpm -swtpm-cuse -swtpm-libs -swtpm-tools -sysinv-agent -syslog-ng-libdbi -sysvinit-tools -targetcli -tboot -teamd -tis-extensions -tis-extensions-controller -tpm2-tss-devel -tss2 -tuna -tuned -update-motd -ustr -uuid -virt-what -vm-topology -wrs-ssl -xml-common -xstatic-angular-bootstrap-common -XStatic-Angular-common -xstatic-angular-schema-form-common -xstatic-bootstrap-scss-common -xstatic-d3-common -xstatic-jasmine-common -xstatic-jsencrypt-common -xstatic-objectpath-common -xstatic-smart-table-common -xstatic-termjs-common -xstatic-tv4-common -yum -yum-metadata-parser -yum-plugin-fastestmirror diff --git a/docs/reports/recipes_added.txt b/docs/reports/recipes_added.txt deleted file mode 100644 index 2a6f46a..0000000 --- a/docs/reports/recipes_added.txt +++ /dev/null @@ -1,82 +0,0 @@ -bootswatch -cgcs-patch -cgcs-users -collector -config-gate -controllerconfig -dhcp-config -dnsmasq-config -docker-config -erlang-asn1 -erlang-compiler -erlang-crypto -erlang-eldap -erlang-erts -erlang-hipe -erlang-kernel -erlang-mnesia -erlang-sasl -erlang-snmp -erlang-ssl -erlang-stdlib -erlang-tools -erlang-xmerl -fm-api -fm-common -fm-doc -fm-mgr -fm-rest-api -initscripts-config -inventory -io-scheduler -iptables-config -kpartx -memcached-custom -mtce -mtce-compute -mtce-control -mtce-hostw -mtce-hwmon -mtce-lmon -mtce-pmon -mtce-storage -nfv -nfv-client -nfv-common -nfv-plugins -nfv-tools -ntp-config -ntpdate -openstack-ras -patch-alarm -pm-qos-mgr -puppet-manifests -python-backports -python-bson -python-fmclient -python-inventoryclient -rabbitmq-server-config -requests-toolbelt -rsync-config -setup -setup-config -sm -sm-api -sm-client -sm-common -sm-common-libs -sm-db -sm-eru -sm-tools -snmp-ext -starlingx-dashboard -storageconfig -stx-ocf-scripts -sysinv -syslog-ng-config -tsconfig -util-linux-config -workerconfig -workerconfig-standalone -workerconfig-subfunction -worker-utils diff --git a/docs/reports/renamed-pkgs.txt b/docs/reports/renamed-pkgs.txt deleted file mode 100644 index 166a407..0000000 --- a/docs/reports/renamed-pkgs.txt +++ /dev/null @@ -1,708 +0,0 @@ -Package:Yocto Package -ansible:python-ansible -augeas-libs:augeas -authconfig:none -autogen-libopts:none -avahi-libs:avahi -basesystem:none -biosdevname:none -bootswatch:none -btrfs-progs:btrfs-tools -build-info:none -centos-logos:none -centos-release:none -centos-release-config:none -ceph-manager:none -cgcs-patch:none -cgcs-patch-agent:none -cgcs-patch-controller:none -cgcs-users:none -cgts-client:none -cloud-provider-openstack:none -collectd-extensions:none -collector:none -config-gate:none -config-gate-worker:none -containerd.io:none -containernetworking-cni:cni -container-selinux:none -controllerconfig:none -createrepo:createrepo-c -crontabs:none -cups-libs:cups -dbus-python:python-dbus -deltarpm:none -device-mapper:none -device-mapper-multipath:multipath-tools -device-mapper-persistent-data:none -dhcp-config:none -distributedcloud-client-dcmanagerclient:none -distributedcloud-dcdbsync:none -distributedcloud-dcmanager:none -distributedcloud-dcorch:none -dnsmasq-config:none -docker-config:none -docker-forward-journald:none -efivar-libs:efivar -elfutils-libs:elfutils -enable-dev-patch:none -erlang-asn1:none -erlang-compiler:none -erlang-crypto:none -erlang-eldap:none -erlang-erts:none -erlang-hipe:none -erlang-inets:none -erlang-kernel:none -erlang-mnesia:none -erlang-os_mon:none -erlang-otp_mibs:none -erlang-public_key:none -erlang-runtime_tools:none -erlang-sasl:none -erlang-sd_notify:none -erlang-snmp:none -erlang-ssl:none -erlang-stdlib:none -erlang-syntax_tools:none -erlang-tools:none -erlang-xmerl:none -eventlog:none -filesystem:none -filesystem-scripts:none -fipscheck:none -firewalld:none -flac-libs:flac -fm-api:none -fm-common:none -fm-doc:none -fm-mgr:none -fm-rest-api:none -fontawesome-fonts:none -fontawesome-fonts-web:none -fontpackages-filesystem:none -gamin:none -gdisk:none -GeoIP:geoip -glib2:glib-2.0 -gnupg2:gnupg -gperftools-libs:gperftools -gpm-libs:gpm -groff-base:groff -grub2:grub -grub2-efi-x64:grub-efi -gsm:none -gssproxy:none -haproxy:none -haproxy-config:none -hardlink:none -helm:none -hostname:nss-myhostname -httpd:apache2 -influxdb:none -influxdb-extensions:none -info:texinfo -initscripts:lsbinitscripts -initscripts-config:none -inventory:none -io-scheduler:none -iproute:iproute2 -iprutils:none -ipset:none -iptables-config:none -ipxe-roms-qemu:none -iscsi-initiator-utils-config:none -ivykis:none -kernel:linux-yocto -kernel-rt:linux-yocto-rt -kmod-drbd:drbd -kmod-misc:kernel-modules -kmod-integrity:none -kmod-libs:kmod -kmod-tpm:tpm2 -kpartx:none -krb5-libs:krb5 -ldapscripts:none -libacl:acl -libasyncns:none -libattr:attr -libbasicobjects:none -libblkid:none -libcacard:none -libcephfs2:none -libcollection:none -libcom_err:none -libcurl:curl -libdb:db -libfdt-devel:none -libgomp:none -libgudev1:libgudev -libibumad:none -libICE:libice -libini_config:none -libmodman:none -libmount:none -libnetfilter_conntrack:libnetfilter-conntrack -libnetfilter_cthelper:libnetfilter-cthelper -libnetfilter_cttimeout:libnetfilter-cttimeout -libnetfilter_queue:libnetfilter-queue -libnfsidmap:none -libnl3:libnl -liboath:oath -libpath_utils:none -librados2:none -libradosstriper1:none -librbd1:none -libref_array:none -libreport-filesystem:none -librgw2:none -libSM:libsm -libsmartcols:none -libsndfile:libsndfile1 -libss:none -libsysfs:sysfsutils -libtomcrypt:none -libtommath:none -libtool-ltdl:libtool -libtpms:none -libusbx:none -libuuid:none -libverto:none -libvirt-daemon-config-network:none -libvirt-daemon-config-nwfilter:none -libvirt-daemon-driver-interface:none -libvirt-daemon-driver-lxc:none -libvirt-daemon-driver-network:none -libvirt-daemon-driver-nodedev:none -libvirt-daemon-driver-nwfilter:none -libvirt-daemon-driver-qemu:none -libvirt-daemon-driver-secret:none -libvirt-daemon-driver-storage:none -libvirt-daemon-driver-storage-core:none -libvirt-daemon-driver-storage-disk:none -libvirt-daemon-driver-storage-gluster:none -libvirt-daemon-driver-storage-iscsi:none -libvirt-daemon-driver-storage-logical:none -libvirt-daemon-driver-storage-mpath:none -libvirt-daemon-driver-storage-rbd:none -libvirt-daemon-driver-storage-scsi:none -libwbclient:none -libX11:libx11 -libXau:libxau -libXext:libxext -libXi:libxi -libXtst:libxtst -lighttpd-config:none -lighttpd-fastcgi:none -lighttpd-mod_geoip:none -lighttpd-mod_mysql_vhost:none -lldpad:none -lm_sensors-libs:lmsensors -logmgmt:none -logrotate-config:none -mariadb-common:mariadb -mdi-common:none -memcached-custom:none -microcode_ctl:none -mlnx-ofa_kernel-modules:none -mlnx-ofa_kernel-rt-modules:none -mlx4-config:none -mod_wsgi:mod-wsgi -monitor-tools:none -mozjs17:mozjs -mtce:none -mtce-compute:none -mtce-control:none -mtce-guestAgent:none -mtce-guestServer:none -mtce-hostw:none -mtce-hwmon:none -mtce-lmon:none -mtce-pmon:none -mtce-storage:none -MySQL-python:none -namespace-utils:none -netcf-libs:none -net-snmp-config:none -newt:libnewt -newt-python:libnewt-python -nfscheck:none -nfs-utils-config:none -nfv:none -nfv-client:none -nfv-common:none -nfv-plugins:none -nfv-tools:none -nfv-vim:none -nmap-ncat:none -nscd:none -nss-pem:none -ntfs:ntfs-3g-ntfsprogs -ntfsprogs:ntfs-3g-ntfsprogs -ntp-config:none -ntpdate:none -ntp-perl:none -numactl-libs:numactl -OpenIPMI-modalias:openipmi -openldap-config:none -openpgm:none -openscap:none -openssh-config:none -openstack-barbican:python-barbican -openstack-barbican-api:none -openstack-barbican-common:none -openstack-barbican-keystone-listener:none -openstack-barbican-worker:none -openstack-dashboard:python-horizon -openstack-dashboard-theme:none -openstack-keystone:python-keystone -openstack-ras:none -openvswitch-config:none -opus:libopus -os-prober:none -OVMF:ovmf -pam:libpam -pam-config:none -passwd:base-passwd -patch-alarm:none -pci-irq-affinity-agent:none -pcre:libpcre -perl-Carp:none -perl-constant:none -perl-Data-Dumper:none -perl-Encode:libencode-perl -perl-Exporter:none -perl-File-Path:none -perl-File-Temp:none -perl-Filter:none -perl-Getopt-Long:getopt-long-perl -perl-HTTP-Tiny:http-tiny-perl -perl-parent:none -perl-PathTools:none -perl-Pod-Escapes:none -perl-podlators:none -perl-Pod-Perldoc:none -perl-Pod-Simple:none -perl-Pod-Usage:none -perl-Scalar-List-Utils:scalar-list-utils-perl -perl-Socket:socket-perl -perl-Storable:none -perl-Text-ParseWords:none -perl-threads:none -perl-threads-shared:none -perl-Time-HiRes:time-hires-perl -perl-Time-Local:none -platform-kickstarts:none -platform-util:none -platform-util-noncontroller:none -playbookconfig:none -pm-qos-mgr:none -polkit-pkla-compat:none -procps-ng:none -pth:none -pulseaudio-libs:pulseaudio -puppet-apache:none -puppet-barbican:none -puppet-boolean:none -puppet-ceph:none -puppet-certmonger:none -puppet-collectd:none -puppet-concat:none -puppet-create_resources:none -puppet-dcdbsync:none -puppet-dcmanager:none -puppet-dcorch:none -puppet-dnsmasq:none -puppet-drbd:none -puppet-etcd:none -puppet-filemapper:none -puppet-firewall:none -puppet-fm:none -puppet-haproxy:none -puppet-horizon:none -puppet-inifile:none -puppet-keystone:none -puppet-kmod:none -puppet-ldap:none -puppet-lvm:none -puppet-manifests:none -puppet-memcached:none -puppet-mtce:none -puppet-mysql:none -puppet-network:none -puppet-nfv:none -puppet-nslcd:none -puppet-nssdb:none -puppet-openstacklib:none -puppet-oslo:none -puppet-patching:none -puppet-postgresql:none -puppet-puppi:none -puppet-rabbitmq:none -puppet-smapi:none -puppet-sshd:none -puppet-staging:none -puppet-stdlib:none -puppet-sysctl:none -puppet-sysinv:none -puppet-vlan:none -pxe-network-installer:none -pygpgme:python-pygpgme -pyliblzma:none -pyparsing:python-pyparsing -pyparted:python-pyparted -python2-alembic:python-alembic -python2-amqp:python-amqp -python2-aodhclient:none -python2-appdirs:python-appdirs -python2-asn1crypto:python-asn1crypto -python2-babel:python-babel -python2-barbican:python-barbican -python2-barbicanclient:python-barbicanclient -python2-bcrypt:python-bcrypt -python2-castellan:python-castellan -python2-certifi:python-certifi -python2-cffi:python-cffi -python2-chardet:python-chardet -python2-cinderclient:python-cinderclient -python2-cliff:python-cliff -python2-coverage:python-coverage -python2-crypto:python-cryptography -python2-cryptography:python-cryptography -python2-dateutil:python-dateutil -python2-debtcollector:python-debtcollector -python2-defusedxml:none -python2-deprecation:python-deprecation -python2-django:python-django -python2-django-babel:python-django-babel -python2-django-compressor:python-django-compressor -python2-django-debreach:none -python2-docker:python-docker-registry-core -python2-eventlet:python-eventlet -python2-extras:python-extras -python2-fasteners:python-fasteners -python2-fixtures:python-fixtures -python2-flask:python-flask -python2-flask-restful:python-flask-restful -python2-funcsigs:python-funcsigs -python2-future:python-future -python2-futures:python-futures -python2-futurist:python-futurist -python2-gevent:python-gevent -python2-glanceclient:python-glanceclient -python2-gnocchiclient:none -python2-google-auth:none -python2-greenlet:python-greenlet -python2-gunicorn:none -python2-heatclient:python-heatclient -python2-idna:python-idna -python2-influxdb:none -python2-ipaddress:python-ipaddress -python2-ironicclient:none -python2-iso8601:python-iso8601 -python2-jinja2:python-jinja2 -python2-jmespath:none -python2-jsonpatch:python-jsonpatch -python2-jsonpointer:python-jsonpointer -python2-jsonschema:python-jsonschema -python2-jwt:none -python2-keystone:python-keystone -python2-keystoneauth1:python-keystoneauth1 -python2-keystoneclient:python-keystoneclient -python2-keystonemiddleware:python-keystonemiddleware -python2-kombu:python-kombu -python2-kubernetes:none -python2-ldap3:none -python2-ldappool:none -python2-libvirt:none -python2-magnumclient:python-magnumclient -python2-markupsafe:python-markupsafe -python2-mimeparse:python-mimeparse -python2-mox3:python-mox3 -python2-msgpack:python-msgpack -python2-munch:none -python2-muranoclient:none -python2-murano-pkg-check:none -python2-netaddr:python-netaddr -python2-neutronclient:python-neutronclient -python2-novaclient:python-novaclient -python2-oauthlib:python-oauthlib -python2-openstackclient:python-openstackclient -python2-openstacksdk:python-openstacksdk -python2-osc-lib:python-osc-lib -python2-os-client-config:python-os-client-config -python2-oslo-cache:none -python2-oslo-concurrency:none -python2-oslo-config:none -python2-oslo-context:none -python2-oslo-db:none -python2-oslo-i18n:none -python2-oslo-log:none -python2-oslo-messaging:none -python2-oslo-middleware:none -python2-oslo-policy:none -python2-oslo-rootwrap:none -python2-oslo-serialization:none -python2-oslo-service:none -python2-oslo-upgradecheck:none -python2-oslo-utils:none -python2-oslo-versionedobjects:none -python2-osprofiler:python-osprofiler -python2-os-service-types:none -python2-pankoclient:none -python2-passlib:python-passlib -python2-pbr:python-pbr -python2-pecan:python-pecan -python2-pexpect:python-pexpect -python2-pika:python-pika -python2-pika_pool:none -python2-psutil:python-psutil -python2-ptyprocess:python-ptyprocess -python2-pyasn1:python-pyasn1 -python2-pyasn1-modules:python-pyasn1-modules -python2-pycadf:python-pycadf -python2-PyMySQL:none -python2-pyngus:none -python2-pyOpenSSL:python-pyopenssl -python2-pyparsing:python-pyparsing -python2-pysaml2:python-pysaml2 -python2-pysnmp:python-pysnmp -python2-pysocks:python-pysocks -python2-qpid-proton:none -python2-rcssmin:python-rcssmin -python2-requests:python-requests -python2-requestsexceptions:python-requestsexceptions -python2-requests-oauthlib:none -python2-rfc3986:python-rfc3986 -python2-rjsmin:python-rjsmin -python2-rsa:python-rsa -python2-ruamel-ordereddict:none -python2-ruamel-yaml:none -python2-ryu:python-ryu -python2-scrypt:python-scrypt -python2-scss:none -python2-setuptools:python-setuptools -python2-simplejson:python-simplejson -python2-singledispatch:python-singledispatch -python2-six:python-six -python2-sqlalchemy:python-sqlalchemy -python2-statsd:python-statsd -python2-stevedore:python-stevedore -python2-swiftclient:python-swiftclient -python2-tenacity:python-tenacity -python2-tinyrpc:python-tinyrpc -python2-traceback2:python-traceback2 -python2-typing:python-typing -python2-ujson:python-ujson -python2-urllib3:python-urllib3 -python2-vine:python-vine -python2-webob:python-webob -python2-wsme:python-wsme -python2-XStatic:python-xstatic -python2-XStatic-Angular:python-xstatic-angular -python2-XStatic-Angular-Bootstrap:python-xstatic-angular-bootstrap -python2-XStatic-Angular-FileUpload:python-xstatic-angular-fileupload -python2-XStatic-Angular-Gettext:python-xstatic-angular-gettext -python2-XStatic-Angular-Schema-Form:python-xstatic-angular-schema-form -python2-XStatic-Bootstrap-SCSS:python-xstatic-bootstrap-scss -python2-XStatic-bootswatch:python-xstatic-bootswatch -python2-XStatic-D3:python-xstatic-d3 -python2-XStatic-Font-Awesome:python-xstatic-font-awesome -python2-XStatic-Jasmine:python-xstatic-jasmine -python2-XStatic-JSEncrypt:python-xstatic-jsencrypt -python2-XStatic-mdi:python-xstatic-mdi -python2-XStatic-objectpath:python-xstatic-objectpath -python2-XStatic-roboto-fontface:python-xstatic-roboto-fontface -python2-XStatic-smart-table:python-xstatic-smart-table -python2-XStatic-termjs:none -python2-XStatic-tv4:python-xstatic-tv4 -python2-yappi:python-yappi -python2-yaql:none -python-3parclient:python-hp3parclient -python-aniso8601:none -python-backports:none -python-backports-ssl_match_hostname:none -python-beaker:none -python-bson:none -python-ceph-compat:none -python-cephfs:none -python-cherrypy:none -python-configobj:none -python-configshell:none -python-construct:none -python-d2to1:none -python-deltarpm:none -python-django-bash-completion:none -python-django-horizon:none -python-docker-pycreds:none -python-dogpile-cache:none -python-dogpile-core:none -python-ethtool:none -python-firewall:none -python-fmclient:none -python-gobject-base:none -python-iniparse:none -python-inotify:none -python-inventoryclient:none -python-IPy:python-ipy -python-jwcrypto:none -python-kmod:none -python-lefthandclient:none -python-linux-procfs:none -python-migrate:none -python-openstackclient-lang:none -python-oslo-cache-lang:none -python-oslo-concurrency-lang:none -python-oslo-db-lang:none -python-oslo-i18n-lang:none -python-oslo-log-lang:none -python-oslo-middleware-lang:none -python-oslo-policy-lang:none -python-oslo-utils-lang:none -python-oslo-versionedobjects-lang:none -python-paste-deploy:none -python-perf:none -python-pycadf-common:none -python-pycurl:none -python-pyelftools:none -python-rados:none -python-rbd:none -python-repoze-lru:none -python-rgw:none -python-rtslib:python-rtslib-fb -python-ryu-common:none -python-schedutils:none -python-semantic_version:none -python-slip:python-slip-dbus -python-smartpm:none -python-unittest2:none -python-urlgrabber:none -python-urwid:none -python-versiontools:none -python-XStatic-Angular-lrdragndrop:python-xstatic-angular-lrdragndrop -python-XStatic-Bootstrap-Datepicker:python-xstatic-bootstrap-datepicker -python-XStatic-Hogan:python-xstatic-hogan -python-XStatic-jQuery:python-xstatic-jquery -python-XStatic-JQuery-Migrate:python-xstatic-jquery-migrate -python-XStatic-JQuery-quicksearch:none -python-XStatic-JQuery-TableSorter:none -python-XStatic-jquery-ui:python-xstatic-jquery-ui -python-XStatic-Magic-Search:python-xstatic-magic-search -python-XStatic-Rickshaw:python-xstatic-rickshaw -python-XStatic-Spin:python-xstatic-spin -python-zmq:none -pytz:python-pytz -pyxattr:none -PyYAML:python-pyyaml -qat17-rt:none -qemu-img-ev:none -qemu-kvm-common-ev:none -qemu-kvm-ev:none -qemu-kvm-tools-ev:none -qpid-proton-c:none -qrencode-libs:none -quota-nls:none -rabbitmq-server-config:none -rdma:rdma-core -registry-token-server:none -requests-toolbelt:none -roboto-fontface-common:none -roboto-fontface-fonts:none -rootfiles:none -rsync-config:none -rtctl:none -rt-setup:none -ruby-augeas:none -rubygem-bigdecimal:none -rubygem-io-console:none -rubygem-json:none -rubygem-psych:none -rubygem-rdoc:none -rubygem-rgen:none -rubygems:none -ruby-irb:none -samba-client-libs:samba -seabios-bin:seabios -seavgabios-bin:none -selinux-policy:refpolicy -selinux-policy-minimum:refpolicy-minimum -selinux-policy-mls:refpolicy-mls -selinux-policy-targeted:refpolicy-targeted -setools-libs:setools -setup:none -setup-config:none -sgabios-bin:none -shadow-utils:shadow -shadow-utils-config:none -shim-x64:none -sm:none -sm-api:none -sm-client:none -sm-common:none -sm-common-libs:none -sm-db:none -sm-eru:none -sm-tools:none -snmp-audittrail:none -snmp-ext:none -spice-server:spice -sqlite:sqlite3 -sshpass:none -starlingx-dashboard:none -storageconfig:none -stx-ocf-scripts:none -stx-platform-helm:none -sudo-config:none -swtpm:none -swtpm-cuse:none -swtpm-libs:none -swtpm-tools:none -sysinv:none -sysinv-agent:none -syslog-ng-config:none -syslog-ng-libdbi:none -systemd-config:none -sysvinit-tools:none -targetcli:none -tboot:none -tcp_wrappers:tcp-wrappers -teamd:none -tis-extensions:none -tis-extensions-controller:none -tpm2-openssl-engine:none -tpm2-tss-devel:none -tsconfig:none -tss2:none -tuna:none -tuned:none -tuned-profiles-realtime:none -unbound-libs:unbound -update-motd:none -ustr:none -util-linux-config:none -uuid:none -virt-what:none -vm-topology:none -web-assets-filesystem:none -workerconfig:none -workerconfig-standalone:none -workerconfig-subfunction:none -worker-utils:none -wrs-ssl:none -xml-common:none -xstatic-angular-bootstrap-common:none -XStatic-Angular-common:none -xstatic-angular-fileupload-common:none -xstatic-angular-gettext-common:none -xstatic-angular-schema-form-common:none -xstatic-bootstrap-scss-common:none -xstatic-d3-common:none -xstatic-jasmine-common:none -xstatic-jsencrypt-common:none -xstatic-objectpath-common:none -xstatic-smart-table-common:none -xstatic-termjs-common:none -xstatic-tv4-common:none -yum:none -yum-metadata-parser:none -yum-plugin-fastestmirror:none diff --git a/docs/reports/stxpkgs.lst b/docs/reports/stxpkgs.lst deleted file mode 100644 index c149324..0000000 --- a/docs/reports/stxpkgs.lst +++ /dev/null @@ -1,1166 +0,0 @@ -acl:2.2.51-14.el7 -acpid:2.0.19-9.el7 -alsa-lib:1.1.6-2.el7 -ansible:2.7.5-1.el7.ans -apr:1.4.8-3.el7 -apr-util:1.5.2-6.el7 -attr:2.4.46-13.el7 -audit:2.8.4-4.el7 -audit-config:1.0-0.tis -audit-libs:2.8.4-4.el7 -audit-libs-python:2.8.4-4.el7 -augeas-libs:1.4.0-6.el7 -authconfig:6.2.8-30.el7 -autogen-libopts:5.18-5.el7 -avahi-libs:0.6.31-19.el7 -basesystem:10.0-7.el7.centos -bash:4.2.46-31.el7.tis -bash-completion:2.1-6.el7 -bc:1.06.95-13.el7 -bind-libs:9.9.4-72.el7 -bind-libs-lite:9.9.4-72.el7 -bind-license:9.9.4-72.el7 -bind-utils:9.9.4-72.el7 -binutils:2.27-34.base.el7 -biosdevname:0.7.3-1.el7 -boost-system:1.53.0-27.el7 -boost-thread:1.53.0-27.el7 -bootswatch-common:3.3.7.0-1.el7 -bootswatch-fonts:3.3.7.0-1.el7 -bridge-utils:1.5-9.el7 -btrfs-progs:4.9.1-1.el7 -build-info:1.0-4.tis -bzip2-1.0.6-13.el7.x86_64.rpm -bzip2-libs:1.0.6-13.el7 -ca-certificates:2018.2.22-70.0.el7 -c-ares:1.10.0-3.el7 -celt051-0.5.1.3-8.el7.x86_64.rpm -centos-logos:70.0.6-3.el7.centos -centos-release:7-6.1810.2.el7.centos -centos-release-config:1.0-1.tis -ceph:13.2.2-0.el7.tis -ceph-base:13.2.2-0.el7.tis -ceph-common:13.2.2-0.el7.tis -ceph-fuse:13.2.2-0.el7.tis -ceph-manager:1.0-5.tis -ceph-mds:13.2.2-0.el7.tis -ceph-mgr:13.2.2-0.el7.tis -ceph-mon:13.2.2-0.el7.tis -ceph-osd:13.2.2-0.el7.tis -ceph-radosgw:13.2.2-0.el7.tis -cgcs-patch:1.0-27.tis -cgcs-patch-agent:1.0-27.tis -cgcs-patch-controller:1.0-27.tis -cgcs-users:1.0-0.tis -cgts-client:1.0-67.tis -checkpolicy:2.5-8.el7 -chkconfig:1.7.4-1.el7 -cifs-utils:6.2-10.el7 -cloud-provider-openstack:1.13.1-1.tis -collectd:5.8.0-4.el7 -collectd-extensions:1.0-0.tis -collector:1.0-27.tis -config-gate:1.0-0.tis -config-gate-worker:1.0-0.tis -conntrack-tools:1.4.4-4.el7 -containerd.io:1.2.5-3.1.el7 -containernetworking-cni:0.5.1-1.el7 -container-selinux:2.74-1.el7 -controllerconfig:1.0-151.tis -coreutils:8.22-23.el7 -cpio:2.11-27.el7 -cracklib:2.9.0-11.el7 -cracklib-dicts:2.9.0-11.el7 -createrepo:0.9.9-28.el7 -cronie:1.4.11-20.el7 -cronie-anacron:1.4.11-20.el7 -crontabs:1.11-6.20121102git.el7 -cryptsetup:2.0.3-3.el7 -cryptsetup-libs:2.0.3-3.el7 -cups-libs:1.6.3-35.el7 -curl:7.29.0-51.el7 -cyrus-sasl:2.1.26-23.el7 -cyrus-sasl-gssapi:2.1.26-23.el7 -cyrus-sasl-lib:2.1.26-23.el7 -dbus:1.10.24-12.el7 -dbus-glib:0.100-7.el7 -dbus-libs:1.10.24-12.el7 -dbus-python:1.1.1-9.el7 -deltarpm:3.6-3.el7 -device-mapper:1.02.146-4.el7 -device-mapper-event:1.02.146-4.el7 -device-mapper-event-libs:1.02.146-4.el7 -device-mapper-libs:1.02.146-4.el7 -device-mapper-multipath:0.4.9-119.el7 -device-mapper-multipath-libs:0.4.9-119.el7 -device-mapper-persistent-data:0.7.3-3.el7 -dhclient:4.2.5-68.el7.centos.1.tis -dhcp:4.2.5-68.el7.centos.1.tis -dhcp-common:4.2.5-68.el7.centos.1.tis -dhcp-config:1.0-2.tis -dhcp-libs:4.2.5-68.el7.centos.1.tis -diffutils:3.3-4.el7 -distributedcloud-client-dcmanagerclient:1.0.0-1.tis -distributedcloud-dcdbsync:1.0.0-1.tis -distributedcloud-dcmanager:1.0.0-1.tis -distributedcloud-dcorch:1.0.0-1.tis -dmidecode:3.1-2.el7 -dnsmasq:2.76-7.el7.tis.7 -dnsmasq-config:1.0-1.tis -dnsmasq-utils:2.76-7.el7.tis.7 -docker-ce:18.09.6-3.el7 -docker-ce-cli:18.09.6-3.el7 -docker-config:1.0-2.tis -docker-distribution:2.6.2-1.tis -docker-forward-journald:1.10.3-44.el7.centos -dosfstools:3.0.20-10.el7 -dpkg:1.18.24-0.tis -dracut:033-554.el7 -dracut-config-rescue:033-554.el7 -dracut-network:033-554.el7 -drbd:8.4.3-0.tis.7 -drbd-bash-completion:8.4.3-0.tis.7 -drbd-heartbeat:8.4.3-0.tis.7 -drbd-pacemaker:8.4.3-0.tis.7 -drbd-udev:8.4.3-0.tis.7 -drbd-utils:8.4.3-0.tis.7 -e2fsprogs:1.42.9-13.el7 -e2fsprogs-libs:1.42.9-13.el7 -ebtables:2.0.10-16.el7 -efibootmgr:17-2.el7 -efivar-libs:36-11.el7 -elfutils-default-yama-scope:0.172-2.el7 -elfutils-libelf:0.172-2.el7 -elfutils-libs:0.172-2.el7 -enable-dev-patch:1.0-1.tis -erlang-asn1-18.3.4.4-2.el7.x86_64.rpm -erlang-compiler:18.3.4.4-2.el7 -erlang-crypto:18.3.4.4-2.el7 -erlang-eldap:18.3.4.4-2.el7 -erlang-erts:18.3.4.4-2.el7 -erlang-hipe:18.3.4.4-2.el7 -erlang-inets:18.3.4.4-2.el7 -erlang-kernel:18.3.4.4-2.el7 -erlang-mnesia:18.3.4.4-2.el7 -erlang-os_mon:18.3.4.4-2.el7 -erlang-otp_mibs:18.3.4.4-2.el7 -erlang-public_key:18.3.4.4-2.el7 -erlang-runtime_tools:18.3.4.4-2.el7 -erlang-sasl:18.3.4.4-2.el7 -erlang-sd_notify:0.1-9.el7 -erlang-snmp:18.3.4.4-2.el7 -erlang-ssl:18.3.4.4-2.el7 -erlang-stdlib:18.3.4.4-2.el7 -erlang-syntax_tools:18.3.4.4-2.el7 -erlang-tools:18.3.4.4-2.el7 -erlang-xmerl:18.3.4.4-2.el7 -etcd:3.2.24-1.tis -ethtool:4.8-9.el7 -eventlog:0.2.13-4.el7 -expat:2.1.0-10.el7 -expect:5.45-14.el7 -facter:2.4.4-4.el7.tis -file:5.11-35.el7 -file-libs:5.11-35.el7 -filesystem:3.2-25.el7 -filesystem-scripts:1.0-2.tis -findutils:4.5.11-6.el7 -fipscheck:1.4.1-6.el7 -fipscheck-lib:1.4.1-6.el7 -firewalld:0.5.3-5.el7 -firewalld-filesystem:0.5.3-5.el7 -flac-libs:1.3.0-5.el7 -fm-api:1.0-14.tis -fm-common:1.0-9.tis -fm-doc:1.0-16.tis -fm-mgr:1.0-6.tis -fm-rest-api:1.0-3.tis -fontawesome-fonts:4.4.0-1.el7 -fontawesome-fonts-web:4.4.0-1.el7 -fontpackages-filesystem:1.44-8.el7 -freetype:2.8-12.el7 -fuse:2.9.2-11.el7 -fuse-libs:2.9.2-11.el7 -gamin:0.1.10-16.el7 -gawk:4.0.2-4.el7 -gdb:7.6.1-114.el7 -gdbm:1.10-8.el7 -gdisk:0.8.10-2.el7 -GeoIP:1.5.0-13.el7 -gettext:0.19.8.1-2.el7 -gettext-libs:0.19.8.1-2.el7 -glib2-2.56.1-2.el7.x86_64.rpm -glibc:2.17-260.el7 -glibc-common:2.17-260.el7 -glib-networking:2.56.1-1.el7 -glusterfs:5.2-1.el7 -glusterfs-api:5.2-1.el7 -glusterfs-cli:5.2-1.el7 -glusterfs-client-xlators:5.2-1.el7 -glusterfs-libs:5.2-1.el7 -gmp:6.0.0-15.el7 -gnupg2-2.0.22-5.el7_5.x86_64.rpm -gnutls:3.3.29-8.el7 -gnutls-dane:3.3.29-8.el7 -gnutls-utils:3.3.29-8.el7 -gobject-introspection:1.56.1-1.el7 -gperftools-libs:2.6.1-1.el7 -gpgme:1.3.2-5.el7 -gpm-libs:1.20.7-5.el7 -grep:2.20-3.el7 -groff-base:1.22.2-8.el7 -grub2-2.02-0.76.el7.centos.tis.12.x86_64.rpm -grub2-common:2.02-0.76.el7.centos.tis -grub2-efi-x64-2.02-0.76.el7.centos.tis.12.x86_64.rpm -grub2-efi-x64-modules:2.02-0.76.el7.centos.tis -grub2-efi-x64-pxeboot:2.02-0.76.el7.centos.tis -grub2-pc:2.02-0.76.el7.centos.tis -grub2-pc-modules:2.02-0.76.el7.centos.tis -grub2-tools:2.02-0.76.el7.centos.tis -grub2-tools-extra:2.02-0.76.el7.centos.tis -grub2-tools-minimal:2.02-0.76.el7.centos.tis -grubby:8.28-25.el7.tis -gsettings-desktop-schemas:3.28.0-2.el7 -gsm:1.0.13-11.el7 -gssproxy:0.7.0-21.el7 -gzip:1.5-10.el7 -haproxy:1.5.18-8.el7.tis -haproxy-config:1.0-1.tis -hardlink:1.0-19.el7 -helm:2.13.1-0.tis -hiera:1.3.4-5.el7 -hostname:3.13-3.el7 -httpd:2.4.6-88.el7.centos -httpd-tools:2.4.6-88.el7.centos -hwdata:0.252-9.1.el7 -ima-evm-utils:1.1-2.el7 -influxdb-0.9.5.1-1.x86_64.rpm -influxdb-extensions:1.0-0.tis -info:5.1-5.el7 -initscripts:9.49.46-1.el7.tis -initscripts-config:1.0-0.tis -inventory:1.0-2.tis -io-scheduler:1.0-0.tis -iotop:0.6-4.el7 -iperf3-3.1.7-2.el7.x86_64.rpm -ipmitool:1.8.18-7.el7 -iproute:4.11.0-14.el7 -iprutils:2.4.16.1-1.el7 -ipset:6.38-3.el7 -ipset-libs:6.38-3.el7 -iptables:1.4.21-28.el7 -iptables-config:1.0-0.tis -iptables-services:1.4.21-28.el7 -iptables-utils:1.4.21-28.el7 -iputils:20160308-10.el7 -ipxe-roms-qemu:20170123-1.git4e85b27.el7 -iscsi-initiator-utils:6.2.0.874-10.el7 -iscsi-initiator-utils-config:1.0-0.tis -iscsi-initiator-utils-iscsiuio:6.2.0.874-10.el7 -isomd5sum:1.0.10-5.el7 -ivykis:0.36.3-1.el7 -jansson:2.10-1.el7 -json-c:0.11-4.el7 -kbd:1.15.5-15.el7 -kbd-legacy:1.15.5-15.el7 -kbd-misc:1.15.5-15.el7 -kernel:3.10.0-957.12.2.el7.1.tis -kernel-rt:3.10.0-957.12.2.rt56.929.el7.tis -kernel-rt-kvm:3.10.0-957.12.2.rt56.929.el7.tis -kernel-rt-tools:3.10.0-957.12.2.rt56.929.el7.tis -kernel-rt-tools-libs:3.10.0-957.12.2.rt56.929.el7.tis -kernel-tools:3.10.0-957.12.2.el7.1.tis -kernel-tools-libs:3.10.0-957.12.2.el7.1.tis -kexec-tools:2.0.15-21.el7 -keyutils:1.5.8-3.el7 -keyutils-libs:1.5.8-3.el7 -kmod:20-23.el7 -kmod-drbd:8.4.11-1.tis -kmod-drbd-rt:8.4.11-1.tis -kmod-e1000e:3.4.2.1-0.tis -kmod-e1000e-rt:3.4.2.1-0.tis -kmod-i40e:2.7.29-0.tis -kmod-i40e-rt:2.7.29-0.tis -kmod-i40evf:3.6.15-0.tis -kmod-i40evf-rt:3.6.15-0.tis -kmod-integrity:4.12-0.tis.7 -kmod-integrity-rt:4.12-0.tis.7 -kmod-ixgbe:5.5.5-0.tis -kmod-ixgbe-rt:5.5.5-0.tis -kmod-ixgbevf:4.5.3-0.tis -kmod-ixgbevf-rt:4.5.3-0.tis -kmod-libs:20-23.el7 -kmod-tpm:4.12-0.tis -kmod-tpm-rt:4.12-0.tis -kpartx:0.4.9-119.el7 -krb5-libs:1.15.1-34.el7 -kubernetes:1.13.5-1.tis -kubernetes-client:1.13.5-1.tis -kubernetes-kubeadm:1.13.5-1.tis -kubernetes-master:1.13.5-1.tis -kubernetes-node:1.13.5-1.tis -ldapscripts:2.0.8-0.tis -less:458-9.el7 -leveldb:1.12.0-11.el7 -libacl:2.2.51-14.el7 -libaio:0.3.109-13.el7 -libassuan:2.1.0-3.el7 -libasyncns:0.8-7.el7 -libattr:2.4.46-13.el7 -libbasicobjects:0.1.1-32.el7 -libblkid:2.23.2-59.el7 -libcacard:2.5.2-2.1.el7 -libcap:2.22-9.el7 -libcap-ng:0.7.5-4.el7 -libcephfs2-13.2.2-0.el7.tis.25.x86_64.rpm -libcgroup:0.41-20.el7 -libcollection:0.7.0-32.el7 -libcom_err:1.42.9-13.el7 -libconfig:1.4.9-5.el7 -libcroco:0.6.12-4.el7 -libcurl:7.29.0-51.el7 -libdaemon:0.14-7.el7 -libdb:5.3.21-24.el7 -libdbi:0.8.4-6.el7 -libdb-utils:5.3.21-24.el7 -libdrm:2.4.91-3.el7 -libedit:3.0-12.20121213cvs.el7 -libestr:0.1.9-2.el7 -libev:4.15-7.el7 -libevent:2.0.21-4.el7.tis -libfdt-devel:1.4.4-0.tis -libffi:3.0.13-18.el7 -libgcc:4.8.5-36.el7 -libgcrypt:1.5.3-14.el7 -libgomp:4.8.5-36.el7 -libgpg-error:1.12-3.el7 -libgudev1-219-62.el7_6.5.tis.11.x86_64.rpm -libibumad:45mlnx1-1.45101.tis -libibverbs:45mlnx1-1.45101.tis -libICE:1.0.9-9.el7 -libidn:1.28-4.el7 -libini_config:1.3.1-32.el7 -libjpeg-turbo:1.2.90-6.el7 -libldb:1.3.4-1.el7 -libmnl:1.0.3-7.el7 -libmodman:2.0.1-8.el7 -libmount:2.23.2-59.el7 -libndp:1.2-7.el7 -libnet:1.1.6-7.el7 -libnetfilter_conntrack:1.0.6-1.el7 -libnetfilter_cthelper:1.0.0-9.el7 -libnetfilter_cttimeout:1.0.0-6.el7 -libnetfilter_queue:1.0.2-2.el7 -libnfnetlink:1.0.1-4.el7 -libnfsidmap:0.25-19.el7 -libnl:1.1.4-3.el7 -libnl3-3.2.28-4.el7.x86_64.rpm -libnl3-cli:3.2.28-4.el7 -liboath:2.4.1-9.el7 -libogg:1.3.0-7.el7 -libpath_utils:0.2.1-32.el7 -libpcap:1.5.3-11.el7 -libpciaccess:0.14-1.el7 -libpipeline:1.2.3-3.el7 -libpng:1.5.13-7.el7 -libproxy:0.4.11-11.el7 -libpwquality:1.2.3-5.el7 -librados2-13.2.2-0.el7.tis.25.x86_64.rpm -libradosstriper1-13.2.2-0.el7.tis.25.x86_64.rpm -librbd1-13.2.2-0.el7.tis.25.x86_64.rpm -librdmacm:45mlnx1-1.45101.tis -libref_array:0.1.5-32.el7 -libreport-filesystem:2.1.11-42.el7.centos -librgw2-13.2.2-0.el7.tis.25.x86_64.rpm -libseccomp:2.3.1-3.el7 -libselinux:2.5-14.1.el7 -libselinux-python:2.5-14.1.el7 -libselinux-ruby:2.5-14.1.el7 -libselinux-utils:2.5-14.1.el7 -libsemanage:2.5-14.el7 -libsemanage-python:2.5-14.el7 -libsepol:2.5-10.el7 -libSM:1.2.2-2.el7 -libsmartcols:2.23.2-59.el7 -libsndfile:1.0.25-10.el7 -libss:1.42.9-13.el7 -libssh2-1.4.3-12.el7.x86_64.rpm -libstdc++-4.8.5-36.el7.x86_64.rpm -libsysfs:2.1.0-16.el7 -libtalloc:2.1.13-1.el7 -libtasn1-4.10-1.el7.x86_64.rpm -libtdb:1.3.15-1.el7 -libteam:1.27-5.el7 -libtevent:0.9.36-1.el7 -libtirpc:0.2.4-0.15.el7 -libtomcrypt:1.17-33.20170623gitcd6e602.el7 -libtommath:1.0-8.el7 -libtool-ltdl:2.4.2-22.el7 -libtpms:0.6.0-2.tis -libunistring:0.9.3-9.el7 -libusbx:1.0.21-1.el7 -libuser:0.60-9.el7 -libutempter:1.1.6-4.el7 -libuuid:2.23.2-59.el7 -libverto:0.2.5-4.el7 -libverto-libevent:0.2.5-4.el7 -libverto-tevent:0.2.5-4.el7 -libvirt:4.7.0-1.tis -libvirt-bash-completion:4.7.0-1.tis -libvirt-client:4.7.0-1.tis -libvirt-daemon:4.7.0-1.tis -libvirt-daemon-config-network:4.7.0-1.tis -libvirt-daemon-config-nwfilter:4.7.0-1.tis -libvirt-daemon-driver-interface:4.7.0-1.tis -libvirt-daemon-driver-lxc:4.7.0-1.tis -libvirt-daemon-driver-network:4.7.0-1.tis -libvirt-daemon-driver-nodedev:4.7.0-1.tis -libvirt-daemon-driver-nwfilter:4.7.0-1.tis -libvirt-daemon-driver-qemu:4.7.0-1.tis -libvirt-daemon-driver-secret:4.7.0-1.tis -libvirt-daemon-driver-storage:4.7.0-1.tis -libvirt-daemon-driver-storage-core:4.7.0-1.tis -libvirt-daemon-driver-storage-disk:4.7.0-1.tis -libvirt-daemon-driver-storage-gluster:4.7.0-1.tis -libvirt-daemon-driver-storage-iscsi:4.7.0-1.tis -libvirt-daemon-driver-storage-logical:4.7.0-1.tis -libvirt-daemon-driver-storage-mpath:4.7.0-1.tis -libvirt-daemon-driver-storage-rbd:4.7.0-1.tis -libvirt-daemon-driver-storage-scsi:4.7.0-1.tis -libvirt-docs:4.7.0-1.tis -libvirt-libs:4.7.0-1.tis -libvorbis:1.3.3-8.el7 -libwbclient:4.8.3-4.el7 -libX11-1.6.5-2.el7.x86_64.rpm -libX11-common:1.6.5-2.el7 -libXau:1.0.8-2.1.el7 -libxcb:1.13-1.el7 -libXext:1.3.3-3.el7 -libXi:1.7.9-1.el7 -libxml2-2.9.1-6.el7_2.3.x86_64.rpm -libxml2-python:2.9.1-6.el7 -libxslt:1.1.28-5.el7 -libXtst:1.2.3-1.el7 -libyaml:0.1.4-11.el7 -lighttpd:1.4.52-1.el7.tis.7 -lighttpd-config:1.0-1.tis -lighttpd-fastcgi:1.4.52-1.el7.tis.7 -lighttpd-mod_geoip:1.4.52-1.el7.tis.7 -lighttpd-mod_mysql_vhost:1.4.52-1.el7.tis.7 -linux-firmware:20180911-69.git85c5d90.el7 -linuxptp:1.8-6.el7 -lksctp-tools:1.0.17-2.el7 -lldpad:1.0.1-3.git036e314.el7 -lldpd:0.9.0-0.tis -lm_sensors-libs:3.4.0-6.20160601gitf9185e5.el7 -logmgmt:1.0-4.tis -logrotate:3.8.6-17.el7.tis -logrotate-config:1.0-0.tis -lsof:4.87-6.el7 -lsscsi:0.27-6.el7 -lua:5.1.4-15.el7 -lvm2-2.02.177-4.el7.x86_64.rpm -lvm2-libs:2.02.177-4.el7 -lz4-1.7.5-2.el7.x86_64.rpm -lzo:2.06-8.el7 -lzop:1.03-10.el7 -mailcap:2.1.41-2.el7 -mailx:12.5-19.el7 -make:3.82-23.el7 -man-db:2.6.3-11.el7 -mariadb-common:10.1.28-1.el7.tis -mariadb-config:10.1.28-1.el7.tis -mariadb-libs:10.1.28-1.el7.tis -mcstrans:0.3.4-5.el7 -mdadm:4.1-rc1_2.el7 -mdi-common:1.4.57.0-4.el7 -mdi-fonts:1.4.57.0-4.el7 -memcached:1.4.39-1.el7 -memcached-custom:1.0-1.tis -microcode_ctl:2.1-47.2.el7 -mlnx-ofa_kernel-modules:4.5-OFED.4.5.1.0.1.1.gb4fdfac.tis -mlnx-ofa_kernel-rt-modules:4.5-OFED.4.5.1.0.1.1.gb4fdfac.tis -mlx4-config:1.0.0-2.tis -mod_wsgi:3.4-18.el7 -mokutil:15-1.tis -monitor-tools:1.0-0.tis -mozjs17-17.0.0-20.el7.x86_64.rpm -mtce:1.0-152.tis -mtce-compute:1.0-7.tis -mtce-control:1.0-7.tis -mtce-guestAgent:1.0-142.tis -mtce-guestServer:1.0-142.tis -mtce-hostw:1.0-152.tis -mtce-hwmon:1.0-152.tis -mtce-lmon:1.0-152.tis -mtce-pmon:1.0-152.tis -mtce-storage:1.0-5.tis -mtools:4.0.18-5.el7 -MySQL-python:1.2.5-1.el7 -namespace-utils:1.0-0.tis -ncurses:5.9-14.20130511.el7 -ncurses-base:5.9-14.20130511.el7 -ncurses-libs:5.9-14.20130511.el7 -netcf-libs:0.2.8-4.el7 -net-snmp:5.7.2-37.el7.tis -net-snmp-agent-libs:5.7.2-37.el7.tis -net-snmp-config:1.0-0.tis -net-snmp-libs:5.7.2-37.el7.tis -net-snmp-python:5.7.2-37.el7.tis -net-snmp-utils:5.7.2-37.el7.tis -nettle:2.7.1-8.el7 -net-tools:2.0-0.24.20131004git.el7.tis -newt:0.52.15-4.el7 -newt-python:0.52.15-4.el7 -nfscheck:1.0-0.tis -nfs-utils:1.3.0-0.61.el7 -nfs-utils-config:1.0-1.tis -nfv:1.0-75.tis -nfv-client:1.0-75.tis -nfv-common:1.0-75.tis -nfv-plugins:1.0-75.tis -nfv-tools:1.0-75.tis -nfv-vim:1.0-75.tis -nmap-ncat:6.40-16.el7 -novnc:0.6.2-1.el7 -nscd:2.17-260.el7 -nspr:4.19.0-1.el7 -nss:3.36.0-7.el7 -nss-pam-ldapd:0.8.13-16.el7 -nss-pem:1.0.3-5.el7 -nss-softokn:3.36.0-5.el7 -nss-softokn-freebl:3.36.0-5.el7 -nss-sysinit:3.36.0-7.el7 -nss-tools:3.36.0-7.el7 -nss-util:3.36.0-1.el7 -ntfs-3g:2017.3.23-6.el7 -ntfsprogs:2017.3.23-6.el7 -ntp:4.2.6p5-28.el7.centos -ntp-config:1.0-0.tis -ntpdate:4.2.6p5-28.el7.centos -ntp-perl:4.2.6p5-28.el7.centos -numactl-libs:2.0.9-7.el7 -OpenIPMI-modalias:2.0.23-2.el7 -openldap:2.4.44-20.el7.tis -openldap-clients:2.4.44-20.el7.tis -openldap-config:1.0-0.tis -openldap-servers:2.4.44-20.el7.tis -openpgm:5.2.122-2.el7 -openscap:1.2.17-2.el7 -openscap-scanner:1.2.17-2.el7 -openssh:7.4p1-16.el7_4.tis -openssh-clients:7.4p1-16.el7_4.tis -openssh-config:1.0-0.tis -openssh-server:7.4p1-16.el7_4.tis -openssl-1.0.2k:16.el7 -openssl-libs-1.0.2k:16.el7 -openstack-barbican:8.0.0-0.1.0rc1.el7 -openstack-barbican-api:8.0.0-0.1.0rc1.el7 -openstack-barbican-common:8.0.0-0.1.0rc1.el7 -openstack-barbican-keystone-listener:8.0.0-0.1.0rc1.el7 -openstack-barbican-worker:8.0.0-0.1.0rc1.el7 -openstack-dashboard:14.0.0-2.tis -openstack-dashboard-theme:14.0.0-2.tis -openstack-keystone:15.0.0-0.2.el7.tis -openstack-ras:1.0.0-0.tis -openvswitch:2.11.0-0.tis -openvswitch-config:1.0-1.tis -opus:1.0.2-6.el7 -os-prober:1.58-9.el7 -OVMF:20150414-2.gitc9e5618.el7 -p11-kit:0.23.5-3.el7 -p11-kit-trust:0.23.5-3.el7 -pam:1.1.8-22.el7 -pam-config:1.0-1.tis -parted:3.1-29.el7.tis -passwd:0.79-4.el7 -patch-alarm:1.0-2.tis -pci-irq-affinity-agent:1.0-1.tis -pciutils:3.5.1-3.el7 -pciutils-libs:3.5.1-3.el7 -pcre:8.32-17.el7 -perf:3.10.0-957.12.2.el7.1.tis -perl:5.16.3-294.el7 -perl-Carp:1.26-244.el7 -perl-constant:1.27-2.el7 -perl-Data-Dumper:2.145-3.el7 -perl-Encode:2.51-7.el7 -perl-Exporter:5.68-3.el7 -perl-File-Path:2.09-2.el7 -perl-File-Temp:0.23.01-3.el7 -perl-Filter:1.49-3.el7 -perl-Getopt-Long:2.40-3.el7 -perl-HTTP-Tiny:0.033-3.el7 -perl-libs:5.16.3-294.el7 -perl-macros:5.16.3-294.el7 -perl-parent:0.225-244.el7 -perl-PathTools:3.40-5.el7 -perl-Pod-Escapes:1.04-294.el7 -perl-podlators:2.5.1-3.el7 -perl-Pod-Perldoc:3.20-4.el7 -perl-Pod-Simple:3.28-4.el7 -perl-Pod-Usage:1.63-3.el7 -perl-Scalar-List-Utils:1.27-248.el7 -perl-Socket:2.010-4.el7 -perl-Storable:2.45-3.el7 -perl-Text-ParseWords:3.29-4.el7 -perl-threads:1.87-4.el7 -perl-threads-shared:1.43-6.el7 -perl-Time-HiRes:1.9725-3.el7 -perl-Time-Local:1.2300-2.el7 -pinentry:0.8.1-17.el7 -pixman:0.34.0-1.el7 -pkgconfig:0.27.1-4.el7 -platform-kickstarts:1.0.0-3.tis -platform-util:1.0-17.tis -platform-util-noncontroller:1.0-17.tis -playbookconfig:1.0-2.tis -pm-qos-mgr:1.0-1.tis -pm-utils:1.4.1-27.el7 -policycoreutils:2.5-29.el7 -policycoreutils-newrole:2.5-29.el7 -policycoreutils-python:2.5-29.el7 -polkit:0.112-18.el7 -polkit-pkla-compat:0.1-4.el7 -popt:1.13-16.el7 -postgresql:9.2.24-1.el7 -postgresql-contrib:9.2.24-1.el7 -postgresql-libs:9.2.24-1.el7 -postgresql-server:9.2.24-1.el7 -procps-ng:3.3.10-23.el7 -psmisc:22.20-15.el7 -pth:2.0.7-23.el7 -pulseaudio-libs:10.0-5.el7 -puppet:4.8.2-1.el7.tis -puppet-apache:1.10.0-2.05a0aacgit.el7 -puppet-barbican:11.3.0-1.el7 -puppet-boolean:1.0.2-1.tis -puppet-ceph:2.4.1-1.el7.tis -puppet-certmonger:1.1.1-1.1157a7egit.el7 -puppet-collectd:5.1.0-2.4a3843cgit.el7 -puppet-concat:2.2.0-2.fdf4a84git.el7 -puppet-create_resources:0.0.1-0.tis -puppet-dcdbsync:1.0.0-1.tis -puppet-dcmanager:1.0.0-1.tis -puppet-dcorch:1.0.0-1.tis -puppet-dnsmasq:1.1.0-0.tis -puppet-drbd:0.3.1-rc0.tis -puppet-etcd:1.11.0-1.f43e129git.el7 -puppet-filemapper:1.1.3-0.tis -puppet-firewall:1.8.2-2.2f892e9git.el7 -puppet-fm:1.0.0-1.tis -puppet-haproxy:1.5.0-4.6ffcb07git.el7.tis -puppet-horizon:11.5.0-1.el7.tis -puppet-inifile:1.6.0-2.c1f1d1egit.el7 -puppet-keystone:11.3.0-1.el7.tis -puppet-kmod:2.1.1-2.0d69a96git.el7 -puppet-ldap:0.2.4-0.tis -puppet-lvm:0.5.0-0.tis -puppet-manifests:1.0.0-89.tis -puppet-memcached:3.0.2-1.adf8b63git.el7 -puppet-mtce:1.0.0-9.tis -puppet-mysql:3.11.0-1.920dd76git.el7 -puppet-network:1.0.2-0.tis.7 -puppet-nfv:1.0.0-5.tis -puppet-nslcd:0.0.1-0.tis -puppet-nssdb:1.0.1-1.el7 -puppet-openstacklib:11.5.0-1.el7.tis -puppet-oslo:11.3.0-1.el7.tis -puppet-patching:1.0.0-2.tis -puppet-postgresql:4.8.0-0.tis -puppet-puppi:2.2.3-0.tis -puppet-rabbitmq:5.6.0-4.5ac45degit.el7.tis -puppet-smapi:1.0.0-1.tis -puppet-sshd:1.0.0-1.tis -puppet-staging:1.0.4-1.b466d93git.el7.tis -puppet-stdlib:4.18.0-2.el7.tis -puppet-sysctl:0.0.11-1.el7 -puppet-sysinv:1.0.0-5.tis -puppet-vlan:0.1.0-1.el7 -puppet-vswitch:7.3.0-1.el7 -pxe-network-installer:1.0-28.tis -pygpgme:0.3-9.el7 -pyliblzma:0.5.3-11.el7 -pyparsing:2.1.10-3.el7 -pyparted:3.9-15.el7 -python:2.7.5-76.el7.tis -python-3parclient:4.2.3-0.tis -python-alembic:0.9.7-1.el7 -python-amqp:2.1.4-3.el7 -python-aniso8601-0.82-3.el7.noarch.rpm -python-anyjson:0.3.3-3.el7 -python-aodhclient:1.2.0-1.tis -python-appdirs:1.4.0-4.el7 -python-asn1crypto:0.23.0-2.el7 -python-babel:2.3.4-1.el7 -python-backports:1.0-8.el7 -python-backports-ssl_match_hostname:3.5.0.1-1.el7 -python-barbican:8.0.0-0.1.0rc1.el7 -python-barbicanclient:4.8.1-1.tis -python-bcrypt:3.1.4-4.el7 -python-beaker:1.5.4-10.el7 -python-beautifulsoup4-4.6.0-1.el7.noarch.rpm -python-bson:3.0.3-1.el7 -python-cachetools:1.1.6-2.el7 -python-castellan:0.19.0-1.el7 -python-cephclient:13.2.2.0-0.tis -python-ceph-compat:13.2.2-0.el7.tis -python-cephfs:13.2.2-0.el7.tis -python-certifi:2018.10.15-1.el7 -python-cffi:1.11.2-1.el7 -python-chardet:3.0.4-7.el7 -python-cherrypy:3.2.2-4.el7 -python-cinderclient:4.1.0-1.tis -python-click:6.3-1.el7 -python-cliff:2.13.0-1.el7 -python-cliff:2.8.2-1.el7 -python-cmd2-0.6.8-8.el7.noarch.rpm -python-configobj:4.7.2-7.el7 -python-configshell:1.1.fb23-5.el7 -python-construct:2.5.1-4.el7 -python-contextlib2-0.5.1-2.el7.noarch.rpm -python-coverage:4.4.1-1.el7 -python-crypto:2.6.1-15.el7 -python-cryptography:2.5-1.el7 -python-d2to1-0.2.11-1.el7.noarch.rpm -python-daemon:1.6-4.el7 -python-dateutil:2.4.2-1.el7 -python-dateutil:2.6.1-1.el7 -python-debtcollector:1.17.1-1.el7 -python-decorator:3.4.0-3.el7 -python-defusedxml:0.5.0-2.el7 -python-deltarpm:3.6-3.el7 -python-deprecation:1.0-3.el7 -python-devel:2.7.5-76.el7.tis -python-django:1.11.20-1.el7 -python-django-appconf:1.0.1-4.el7 -python-django-babel:0.6.2-1.el7 -python-django-bash-completion:1.11.20-1.el7 -python-django-compressor:2.1-5.el7 -python-django-debreach:1.5.2-1.el7 -python-django-horizon:14.0.0-2.tis -python-django-pyscss:2.0.2-1.el7 -python-docker:3.3.0-1.el7 -python-docker-pycreds:0.3.0-7.el7 -python-dogpile-cache:0.6.2-1.el7 -python-dogpile-core:0.4.1-2.el7 -python-editor:0.4-4.el7 -python-enum34-1.0.4-1.el7.noarch.rpm -python-ethtool:0.8-7.el7 -python-eventlet:0.18.4-2.el7.tis -python-extras:0.0.3-2.el7 -python-extras:1.0.0-2.el7 -python-fasteners:0.14.1-6.el7 -python-firewall:0.5.3-5.el7 -python-fixtures:3.0.0-2.el7 -python-fixtures:3.0.0-7.el7 -python-flask:1.0.2-1.el7 -python-flask-restful:0.3.6-7.el7 -python-fmclient:1.0-4.tis -python-funcsigs:1.0.2-4.el7 -python-future:0.16.0-4.el7 -python-futures:3.1.1-5.el7 -python-futurist:1.3.1-1.el7 -python-gevent:1.1.2-2.el7 -python-glanceclient:2.16.0-1.tis -python-gnocchiclient:7.0.4-1.tis -python-gobject-base:3.22.0-1.el7 -python-google-auth:1.3.0-1.el7 -python-greenlet:0.4.9-1.el7 -python-gunicorn:19.7.1-1.el7 -python-heatclient:1.17.0-1.tis -python-httplib2-0.9.2-1.el7.noarch.rpm -python-idna:2.5-1.el7 -python-influxdb:4.0.0-1.el7 -python-iniparse:0.4-9.el7 -python-inotify:0.9.4-4.el7 -python-inventoryclient:1.0-2.tis -python-ipaddr:2.1.11-1.el7 -python-ipaddress:1.0.16-3.el7 -python-ipaddress:1.0.18-5.el7 -python-IPy:0.75-6.el7 -python-ironicclient:2.7.0-1.tis -python-iso8601-0.1.11-7.el7.noarch.rpm -python-itsdangerous:0.23-2.el7 -python-jinja2-2.8.1-1.el7.noarch.rpm -python-jmespath:0.9.0-5.el7 -python-jsonpatch:1.21-1.el7 -python-jsonpointer:1.10-4.el7 -python-jsonschema:2.5.1-3.el7 -python-jwcrypto:0.4.2-1.el7 -python-jwt:1.6.1-1.el7 -python-keyring:5.7.1-1.tis -python-keystone:15.0.0-0.2.el7.tis -python-keystoneauth1-3.13.1-1.tis.0.noarch.rpm -python-keystoneclient:3.19.0-1.tis -python-keystonemiddleware:5.2.0-1.el7 -python-kmod:0.9-4.el7 -python-kombu:4.0.2-5.el7 -python-kubernetes:8.0.0-8.el7 -python-ldap:2.4.15-2.el7 -python-ldap3-2.4.1-3.el7.noarch.rpm -python-ldappool:2.1.0-1.el7 -python-lefthandclient:2.1.0-0.tis -python-lesscpy-0.9j:4.el7 -python-libs:2.7.5-76.el7.tis -python-libvirt:4.7.0-1.tis -python-linecache2-1.0.0-1.el7.noarch.rpm -python-linux-procfs:0.4.9-4.el7 -python-lockfile:0.9.1-4.el7.centos -python-logutils:0.3.3-3.el7 -python-lxml:3.2.1-4.el7 -python-magnumclient:2.12.0-1.tis -python-mako:0.8.1-2.el7 -python-markupsafe:0.23-16.el7 -python-memcached:1.58-1.el7 -python-migrate:0.11.0-1.el7 -python-mimeparse:1.6.0-4.el7 -python-monotonic:0.6-1.el7 -python-mox3-0.23.0-1.el7.noarch.rpm -python-msgpack:0.5.6-4.el7 -python-munch:2.2.0-2.el7 -python-muranoclient:1.1.1-1.tis -python-murano-pkg-check:0.3.0-2.el7 -python-netaddr:0.7.18-1.el7 -python-netaddr:0.7.19-5.el7 -python-netifaces:0.10.4-3.el7 -python-neutronclient:6.12.0-1.tis -python-novaclient:13.0.0-1.tis.7 -python-oauthlib:2.0.1-8.el7 -python-openstackclient:3.18.0-1.tis.7 -python-openstackclient-lang:3.18.0-1.tis.7 -python-openstacksdk:0.25.0-1.tis -python-osc-lib:1.11.1-1.el7 -python-os-client-config:1.28.0-1.el7 -python-oslo-cache:1.30.3-1.el7 -python-oslo-cache-lang:1.30.3-1.el7 -python-oslo-concurrency:3.27.0-1.el7 -python-oslo-concurrency-lang:3.27.0-1.el7 -python-oslo-config:6.8.1-1.el7 -python-oslo-context:2.22.1-1.el7 -python-oslo-db:4.40.0-1.el7 -python-oslo-db-lang:4.40.0-1.el7 -python-oslo-i18n:3.17.1-1.el7 -python-oslo-i18n-lang:3.17.1-1.el7 -python-oslo-log:3.39.2-1.el7 -python-oslo-log-lang:3.39.2-1.el7 -python-oslo-messaging:5.30.6-1.el7.tis -python-oslo-middleware:3.36.0-1.el7 -python-oslo-middleware-lang:3.36.0-1.el7 -python-oslo-policy:2.1.1-1.el7 -python-oslo-policy-lang:2.1.1-1.el7 -python-oslo-rootwrap:5.9.1-1.el7 -python-oslo-serialization:2.20.2-1.el7 -python-oslo-service:1.38.0-1.el7 -python-oslo-upgradecheck:0.2.1-1.el7 -python-oslo-utils:3.40.3-1.el7 -python-oslo-utils-lang:3.40.3-1.el7 -python-oslo-versionedobjects:1.33.3-1.el7 -python-oslo-versionedobjects-lang:1.33.3-1.el7 -python-osprofiler:2.3.0-1.el7 -python-os-service-types:1.3.0-1.el7 -python-pankoclient:0.5.0-1.tis.7 -python-paramiko:2.1.1-9.el7 -python-passlib:1.7.0-4.el7 -python-paste:1.7.5.1-9.20111221hg1498.el7 -python-paste-deploy:1.5.2-6.el7 -python-pathlib:1.0.1-1.el7 -python-pbr:3.1.1-1.el7 -python-pecan:1.1.2-1.el7 -python-pep8-1.5.7-2.el7.noarch.rpm -python-perf:3.10.0-957.12.2.el7.1.tis -python-pexpect:4.6-1.el7 -python-pika:0.10.0-9.el7 -python-pika_pool:0.1.3-3.el7 -python-pint:0.6-2.el7 -python-ply:3.4-11.el7 -python-prettytable:0.7.2-3.el7 -python-psutil:5.2.2-2.el7 -python-psycopg2-2.5.1-3.el7.tis.2.x86_64.rpm -python-ptyprocess:0.5.2-3.el7 -python-pyasn1-0.1.9-7.el7.noarch.rpm -python-pyasn1-modules:0.1.9-7.el7 -python-pycadf:2.6.0-1.el7 -python-pycadf-common:2.6.0-1.el7 -python-pycparser:2.14-1.el7 -python-pycurl:7.19.0-19.el7 -python-pyelftools:0.22-0.5.git20130619.a1d9681.el7 -python-pymongo:3.0.3-1.el7 -python-PyMySQL:0.9.2-1.el7 -python-pyngus:2.2.4-1.el7 -python-pyOpenSSL:17.3.0-3.el7 -python-pyparsing:2.1.10-3.el7 -python-pysaml2-4.5.0-4.el7.noarch.rpm -python-pysnmp:4.3.2-3.el7 -python-pysocks:1.6.8-5.el7 -python-pyudev:0.15-9.el7 -python-qpid-proton:0.24.0-2.el7 -python-rados:13.2.2-0.el7.tis -python-rbd:13.2.2-0.el7.tis -python-rcssmin:1.0.6-2.el7 -python-repoze-lru:0.4-3.el7 -python-requests:2.21.0-2.el7.tis -python-requestsexceptions:1.4.0-1.el7 -python-requests-oauthlib:0.8.0-5.el7 -python-retrying:1.2.3-4.el7 -python-rfc3986-1.2.0-1.el7.noarch.rpm -python-rgw:13.2.2-0.el7.tis -python-rjsmin:1.0.12-2.el7 -python-routes:2.4.1-1.el7 -python-rsa:3.4.1-1.el7 -python-rtslib:2.1.fb63-13.el7 -python-ruamel-ordereddict:0.4.9-3.el7 -python-ruamel-yaml:0.13.14-1.el7 -python-ryu:4.19-0.tis -python-ryu-common:4.19-0.tis -python-schedutils:0.4-6.el7 -python-scrypt:0.8.0-2.el7 -python-scss:1.3.4-6.el7 -python-semantic_version:2.4.2-2.el7 -python-setuptools:38.5.1-1.el7.tis -python-simplegeneric:0.8-7.el7 -python-simplejson:3.10.0-1.el7 -python-simplejson:3.5.3-5.el7 -python-singledispatch:3.4.0.3-4.el7 -python-six:1.10.0-9.el7 -python-slip:0.4.0-4.el7 -python-slip-dbus:0.4.0-4.el7 -python-smartpm:1.4.1-0.tis -python-sqlalchemy:1.1.11-1.el7 -python-sqlparse:0.1.18-5.el7 -python-statsd:3.2.1-5.el7 -python-stevedore:1.25.1-1.el7 -python-swiftclient:3.4.0-1.el7 -python-tempita:0.5.1-8.el7 -python-tenacity:4.4.0-1.el7 -python-testtools:1.8.0-2.el7 -python-tinyrpc:0.5-4.20170523git1f38ac.el7 -python-traceback2-1.4.0-7.el7.noarch.rpm -python-typing:3.6.1-1.el7 -python-ujson:1.35-1.el7 -python-unicodecsv:0.14.1-4.el7 -python-unittest2-1.1.0-4.el7.noarch.rpm -python-urlgrabber:3.10-9.el7 -python-urllib3-1.21.1-1.el7.noarch.rpm -python-urwid:1.1.1-3.el7 -python-versiontools:1.9.1-4.el7 -python-vine:1.1.3-2.el7 -python-waitress:0.8.9-5.el7 -python-warlock:1.0.1-1.el7 -python-webob:1.8.2-1.el7 -python-websocket-client:0.34.0-3.el7 -python-websockify:0.8.0-1.el7 -python-webtest:2.0.23-1.el7 -python-werkzeug:0.9.1-2.el7 -python-wrapt:1.10.8-2.el7 -python-wsme:0.9.2-1.el7.tis -python-XStatic:1.0.1-8.el7 -python-XStatic-Angular:1.5.8.0-1.el7 -python-XStatic-Angular-Bootstrap:2.2.0.0-1.el7 -python-XStatic-Angular-FileUpload:12.0.4.0-1.el7 -python-XStatic-Angular-Gettext:2.3.8.0-1.el7 -python-XStatic-Angular-lrdragndrop:1.0.2.2-2.el7 -python-XStatic-Angular-Schema-Form:0.8.13.0-0.1.pre_review.el7 -python-XStatic-Bootstrap-Datepicker:1.3.1.0-1.el7 -python-XStatic-Bootstrap-SCSS:3.3.7.1-2.el7 -python-XStatic-bootswatch:3.3.7.0-1.el7 -python-XStatic-D3-3.5.17.0-1.el7.noarch.rpm -python-XStatic-Font-Awesome:4.7.0.0-3.el7 -python-XStatic-Hogan:2.0.0.2-2.el7 -python-XStatic-Jasmine:2.4.1.1-1.el7 -python-XStatic-jQuery:1.10.2.1-1.el7 -python-XStatic-JQuery-Migrate:1.2.1.1-2.el7 -python-XStatic-JQuery-quicksearch:2.0.3.1-2.el7 -python-XStatic-JQuery-TableSorter:2.14.5.1-2.el7 -python-XStatic-jquery-ui:1.12.0.1-1.el7 -python-XStatic-JSEncrypt:2.3.1.1-1.el7 -python-XStatic-Magic-Search:0.2.0.1-2.el7 -python-XStatic-mdi:1.4.57.0-4.el7 -python-XStatic-objectpath:1.2.1.0-0.1.pre_review.el7 -python-XStatic-Rickshaw:1.5.0.0-4.el7 -python-XStatic-roboto-fontface:0.5.0.0-1.el7 -python-XStatic-smart-table:1.4.13.2-1.el7 -python-XStatic-Spin:1.2.5.2-2.el7 -python-XStatic-termjs:0.0.7.0-1.el7 -python-XStatic-tv4-1.2.7.0-0.1.pre_review.el7.noarch.rpm -python-yappi:1.0-1.el7 -python-yaql:1.1.3-2.el7 -python-zmq:14.7.0-2.el7 -pytz:2016.10-2.el7 -pyxattr:0.5.1-5.el7 -PyYAML:3.10-11.el7 -qat17-4.5.0-00034.tis.1.x86_64.rpm -qat17-rt:4.5.0-00034.tis -qemu-img-ev:3.0.0-0.tis -qemu-kvm-common-ev:3.0.0-0.tis -qemu-kvm-ev:3.0.0-0.tis -qemu-kvm-tools-ev:3.0.0-0.tis -qpid-proton-c:0.24.0-2.el7 -qrencode-libs:3.4.1-3.el7 -quota:4.01-17.el7 -quota-nls:4.01-17.el7 -rabbitmq-server:3.6.5-1.el7.tis.7 -rabbitmq-server-config:1.0-0.tis -radvd:2.17-3.el7 -rdma:7.3_4.7_rc2-6.el7 -rdma-core:45mlnx1-1.45101.tis -readline:6.2-10.el7 -registry-token-server:1.0.0-1.tis -requests-toolbelt:0.5.1-0.tis -resource-agents:4.1.1-12.el7_6.7.tis -roboto-fontface-common:0.5.0.0-1.el7 -roboto-fontface-fonts:0.5.0.0-1.el7 -rootfiles:8.1-11.el7 -rpcbind:0.2.0-47.el7 -rpm:4.14.0-1.tis -rpm-build-libs:4.14.0-1.tis -rpm-libs:4.14.0-1.tis -rpm-plugin-systemd-inhibit:4.14.0-1.tis -rpm-python:4.14.0-1.tis -rsync:3.1.2-4.el7 -rsync-config:1.0-1.tis -rtctl:1.13-2.el7 -rt-setup:1.59-5.el7 -ruby:2.0.0.648-34.el7 -ruby-augeas:0.5.0-1.el7 -rubygem-bigdecimal:1.2.0-34.el7 -rubygem-io-console:0.4.2-34.el7 -rubygem-json:2.0.2-2.el7 -rubygem-psych:2.0.0-34.el7 -rubygem-rdoc:4.0.0-34.el7 -rubygem-rgen:0.6.6-2.el7 -rubygems:2.0.14.1-34.el7 -ruby-irb:2.0.0.648-34.el7 -ruby-libs:2.0.0.648-34.el7 -ruby-shadow:1.4.1-23.el7 -samba-client-libs:4.8.3-4.el7 -samba-common:4.8.3-4.el7 -samba-common-libs:4.8.3-4.el7 -screen:4.1.0-0.25.20120314git3c2946.el7 -seabios-bin:1.11.0-2.el7 -seavgabios-bin:1.11.0-2.el7 -sed:4.2.2-5.el7 -selinux-policy:3.13.1-229.el7 -selinux-policy-minimum:3.13.1-229.el7 -selinux-policy-mls:3.13.1-229.el7 -selinux-policy-targeted:3.13.1-229.el7 -setools-libs:3.3.8-4.el7 -setup:2.8.71-10.el7.tis -setup-config:1.0-0.tis -sgabios-bin-0.20110622svn:4.el7 -shadow-utils:4.1.5.1-25.el7 -shadow-utils-config:1.0-0.tis -shared-mime-info:1.8-4.el7 -shim-x64-15-1.tis.2.x86_64.rpm -slang:2.2.4-11.el7 -sm:1.0.0-30.tis -sm-api:1.0-4.tis -smartmontools:6.5-1.el7 -sm-client:1.0-2.tis -sm-common:1.0.0-20.tis -sm-common-libs:1.0.0-20.tis -sm-db:1.0.0-30.tis -sm-eru:1.0.0-20.tis -sm-tools:1.0-2.tis -snappy:1.1.0-3.el7 -snmp-audittrail:1.0-4.tis -snmp-ext:1.0-2.tis -socat:1.7.3.2-2.el7 -spawn-fcgi:1.6.3-5.el7 -spice-server:0.14.0-6.el7 -sqlite:3.7.17-8.el7 -sshpass:1.06-1.el7 -starlingx-dashboard:1.0-163.tis -storageconfig:1.0-6.tis -strace:4.12-9.el7 -stx-ocf-scripts:1.0-2.tis -stx-platform-helm:1.0-7.tis -sudo:1.8.23-3.el7.tis -sudo-config:1.0-1.tis -swig:2.0.10-5.el7 -swtpm:0.1.0-2.tis -swtpm-cuse:0.1.0-2.tis -swtpm-libs:0.1.0-2.tis -swtpm-tools:0.1.0-2.tis -sysinv:1.0-323.tis -sysinv-agent:1.0-5.tis -syslinux:4.05-15.el7 -syslog-ng:3.5.6-3.el7 -syslog-ng-config:1.0-3.tis -syslog-ng-libdbi:3.5.6-3.el7 -sysstat:10.1.5-17.el7 -systemd:219-62.el7_6.5.tis -systemd-config:1.0-0.tis -systemd-libs:219-62.el7_6.5.tis -systemd-sysv:219-62.el7_6.5.tis -sysvinit-tools:2.88-14.dsf.el7 -tar:1.26-35.el7 -targetcli:2.1.fb46-7.el7 -tboot:1.9.6-3.el7.tis -tcl:8.5.13-8.el7 -tcpdump:4.9.2-3.el7 -tcp_wrappers:7.6-77.el7 -tcp_wrappers-libs:7.6-77.el7 -teamd:1.27-5.el7 -time:1.7-45.el7 -tis-extensions:1.0-2.tis -tis-extensions-controller:1.0-2.tis -tpm2-abrmd:1.1.0-10.el7 -tpm2-openssl-engine:1.0-2.tis -tpm2-tools:3.0.4-2.el7.tis -tpm2-tss:1.4.0-2.el7 -tpm2-tss-devel:1.4.0-2.el7 -traceroute:2.0.22-2.el7 -trousers:0.3.14-2.el7 -tsconfig:1.0-9.tis -tss2-930-1.tis.1.x86_64.rpm -tuna:0.13-6.el7 -tuned:2.8.0-5.el7 -tuned-profiles-realtime:2.8.0-5.el7 -tzdata-2018g:1.el7 -unbound-libs:1.6.6-1.el7 -unzip:6.0-19.el7 -update-motd:1.0-2.tis -usbredir:0.7.1-3.el7 -ustr:1.0.4-16.el7 -util-linux:2.23.2-59.el7 -util-linux-config:1.0-0.tis -uuid:1.6.2-26.el7 -vim-common:7.4.160-5.el7 -vim-enhanced:7.4.160-5.el7 -vim-filesystem:7.4.160-5.el7 -vim-minimal:7.4.160-5.el7 -virt-what:1.18-4.el7 -vm-topology:1.0-1.tis -web-assets-filesystem:5-1.el7 -wget:1.14-18.el7 -which:2.20-7.el7 -workerconfig:1.0-12.tis -workerconfig-standalone:1.0-12.tis -workerconfig-subfunction:1.0-12.tis -worker-utils:1.0-3.tis -wrs-ssl:1.0.0-13.tis -xfsprogs:4.5.0-18.el7 -xml-common:0.6.3-39.el7 -xstatic-angular-bootstrap-common:2.2.0.0-1.el7 -XStatic-Angular-common:1.5.8.0-1.el7 -xstatic-angular-fileupload-common:12.0.4.0-1.el7 -xstatic-angular-gettext-common:2.3.8.0-1.el7 -xstatic-angular-schema-form-common:0.8.13.0-0.1.pre_review.el7 -xstatic-bootstrap-scss-common:3.3.7.1-2.el7 -xstatic-d3-common:3.5.17.0-1.el7 -xstatic-jasmine-common:2.4.1.1-1.el7 -xstatic-jsencrypt-common:2.3.1.1-1.el7 -xstatic-objectpath-common:1.2.1.0-0.1.pre_review.el7 -xstatic-smart-table-common:1.4.13.2-1.el7 -xstatic-termjs-common:0.0.7.0-1.el7 -xstatic-tv4-common:1.2.7.0-0.1.pre_review.el7 -xz:5.2.2-1.el7 -xz-libs:5.2.2-1.el7 -yajl:2.0.4-4.el7 -yum:3.4.3-161.el7.centos -yum-metadata-parser:1.1.4-10.el7 -yum-plugin-fastestmirror:1.1.31-50.el7 -zeromq:4.0.5-4.el7 -zip:3.0-11.el7 -zlib:1.2.7-18.el7 diff --git a/docs/reports/yocto-pkgs.txt b/docs/reports/yocto-pkgs.txt deleted file mode 100644 index 8d9efd7..0000000 --- a/docs/reports/yocto-pkgs.txt +++ /dev/null @@ -1,309 +0,0 @@ -acl:acl -acpid:acpid -alsa-lib:alsa-lib -apr:apr -apr-util:apr-util -attr:attr -audit:audit -bash:bash -bash-completion:bash-completion -bc:bc -bind:bind -binutils:binutils -boost:boost -bridge-utils:bridge-utils -bzip2:bzip2 -ca-certificates:ca-certificates -c-ares:c-ares -celt051:celt051 -ceph:ceph -checkpolicy:checkpolicy -chkconfig:chkconfig -cifs-utils:cifs-utils -collectd:collectd -conntrack-tools:conntrack-tools -coreutils:coreutils -cpio:cpio -cracklib:cracklib -cronie:cronie -cryptsetup:cryptsetup -curl:curl -cyrus-sasl:cyrus-sasl -dbus:dbus -dbus-glib:dbus-glib -dhcp:dhcp -diffutils:diffutils -dmidecode:dmidecode -dnsmasq:dnsmasq -docker-ce:docker-ce -docker-distribution:docker-distribution -dosfstools:dosfstools -dpkg:dpkg -dracut:dracut -drbd:drbd -drbd-utils:drbd-utils -e2fsprogs:e2fsprogs -ebtables:ebtables -efibootmgr:efibootmgr -etcd:etcd -ethtool:ethtool -expat:expat -expect:expect -facter:facter -file:file -findutils:findutils -freetype:freetype -fuse:fuse -gawk:gawk -gdb:gdb -gdbm:gdbm -gettext:gettext -glibc:glibc -glib-networking:glib-networking -glusterfs:glusterfs -gmp:gmp -gnutls:gnutls -gobject-introspection:gobject-introspection -gpgme:gpgme -grep:grep -grubby:grubby -gsettings-desktop-schemas:gsettings-desktop-schemas -gzip:gzip -hiera:hiera -hwdata:hwdata -ima-evm-utils:ima-evm-utils -iotop:iotop -iperf3:iperf3 -ipmitool:ipmitool -iptables:iptables -iputils:iputils -iscsi-initiator-utils:iscsi-initiator-utils -isomd5sum:isomd5sum -jansson:jansson -json-c:json-c -kbd:kbd -kexec-tools:kexec-tools -keyutils:keyutils -kmod:kmod -kubernetes:kubernetes -less:less -leveldb:leveldb -libaio:libaio -libassuan:libassuan -libcap:libcap -libcap-ng:libcap-ng -libcgroup:libcgroup -libconfig:libconfig -libcroco:libcroco -libdaemon:libdaemon -libdbi:libdbi -libdrm:libdrm -libedit:libedit -libestr:libestr -libev:libev -libevent:libevent -libffi:libffi -libgcc:libgcc -libgcrypt:libgcrypt -libgpg-error:libgpg-error -libibverbs:libibverbs -libidn:libidn -libjpeg-turbo:libjpeg-turbo -libldb:libldb -libmnl:libmnl -libndp:libndp -libnet:libnet -libnfnetlink:libnfnetlink -libnl:libnl -libogg:libogg -libpcap:libpcap -libpciaccess:libpciaccess -libpipeline:libpipeline -libpng:libpng -libproxy:libproxy -libpwquality:libpwquality -librdmacm:librdmacm -libseccomp:libseccomp -libselinux:libselinux -libsemanage:libsemanage -libsepol:libsepol -libssh2:libssh2 -libstdc++:libstdc++ -libtalloc:libtalloc -libtasn1:libtasn1 -libtdb:libtdb -libteam:libteam -libtevent:libtevent -libtirpc:libtirpc -libunistring:libunistring -libuser:libuser -libutempter:libutempter -libvirt:libvirt -libvorbis:libvorbis -libxcb:libxcb -libxml2:libxml2 -libxslt:libxslt -libyaml:libyaml -lighttpd:lighttpd -linux-firmware:linux-firmware -linuxptp:linuxptp -lksctp-tools:lksctp-tools -lldpd:lldpd -logrotate:logrotate -lsof:lsof -lsscsi:lsscsi -lua:lua -lvm2:lvm2 -lz4:lz4 -lzo:lzo -lzop:lzop -mailcap:mailcap -mailx:mailx -make:make -man-db:man-db -mcstrans:mcstrans -mdadm:mdadm -memcached:memcached -mokutil:mokutil -mtools:mtools -ncurses:ncurses -net-snmp:net-snmp -nettle:nettle -net-tools:net-tools -nfs-utils:nfs-utils -novnc:novnc -nspr:nspr -nss:nss -nss-pam-ldapd:nss-pam-ldapd -ntp:ntp -openldap:openldap -openssh:openssh -openssl:openssl -openvswitch:openvswitch -p11-kit:p11-kit -parted:parted -pciutils:pciutils -perf:perf -perl:perl -pinentry:pinentry -pixman:pixman -pkgconfig:pkgconfig -pm-utils:pm-utils -policycoreutils:policycoreutils -polkit:polkit -popt:popt -postgresql:postgresql -psmisc:psmisc -puppet:puppet -puppet-vswitch:puppet-vswitch -python:python -python-anyjson:python-anyjson -python-beautifulsoup4:python-beautifulsoup4 -python-cachetools:python-cachetools -python-cephclient:python-cephclient -python-click:python-click -python-cliff:python-cliff -python-cmd2:python-cmd2 -python-contextlib2:python-contextlib2 -python-daemon:python-daemon -python-dateutil:python-dateutil -python-decorator:python-decorator -python-devel:python-devel -python-django-appconf:python-django-appconf -python-django-pyscss:python-django-pyscss -python-editor:python-editor -python-enum34:python-enum34 -python-extras:python-extras -python-fixtures:python-fixtures -python-httplib2:python-httplib2 -python-ipaddr:python-ipaddr -python-ipaddress:python-ipaddress -python-itsdangerous:python-itsdangerous -python-keyring:python-keyring -python-ldap:python-ldap -python-lesscpy:python-lesscpy -python-linecache2:python-linecache2 -python-lockfile:python-lockfile -python-logutils:python-logutils -python-lxml:python-lxml -python-mako:python-mako -python-memcached:python-memcached -python-monotonic:python-monotonic -python-netaddr:python-netaddr -python-netifaces:python-netifaces -python-paramiko:python-paramiko -python-paste:python-paste -python-pathlib:python-pathlib -python-pep8:python-pep8 -python-pint:python-pint -python-ply:python-ply -python-prettytable:python-prettytable -python-psycopg2:python-psycopg2 -python-pycparser:python-pycparser -python-pymongo:python-pymongo -python-pyudev:python-pyudev -python-retrying:python-retrying -python-routes:python-routes -python-simplegeneric:python-simplegeneric -python-simplejson:python-simplejson -python-slip-dbus:python-slip-dbus -python-sqlparse:python-sqlparse -python-tempita:python-tempita -python-testtools:python-testtools -python-unicodecsv:python-unicodecsv -python-waitress:python-waitress -python-warlock:python-warlock -python-websocket-client:python-websocket-client -python-websockify:python-websockify -python-webtest:python-webtest -python-werkzeug:python-werkzeug -python-wrapt:python-wrapt -qat17:qat17 -quota:quota -rabbitmq-server:rabbitmq-server -radvd:radvd -rdma-core:rdma-core -readline:readline -resource-agents:resource-agents -rpcbind:rpcbind -rpm:rpm -rsync:rsync -ruby:ruby -ruby-shadow:ruby-shadow -screen:screen -sed:sed -shared-mime-info:shared-mime-info -slang:slang -smartmontools:smartmontools -snappy:snappy -socat:socat -spawn-fcgi:spawn-fcgi -strace:strace -sudo:sudo -swig:swig -syslinux:syslinux -syslog-ng:syslog-ng -sysstat:sysstat -systemd:systemd -tar:tar -tcl:tcl -tcpdump:tcpdump -time:time -tpm2-abrmd:tpm2-abrmd -tpm2-tools:tpm2-tools -tpm2-tss:tpm2-tss -traceroute:traceroute -trousers:trousers -tzdata:tzdata -unzip:unzip -usbredir:usbredir -util-linux:util-linux -vim:vim -wget:wget -which:which -xfsprogs:xfsprogs -xz:xz -yajl:yajl -zeromq:zeromq -zip:zip -zlib:zlib diff --git a/docs/reports/ypkgs.lst b/docs/reports/ypkgs.lst deleted file mode 100644 index 7e78fb1..0000000 --- a/docs/reports/ypkgs.lst +++ /dev/null @@ -1,2471 +0,0 @@ -acl:2.2.52-r0 -acpid:2.0.30-r0 -adwaita-icon-theme-symbolic:3.28.0-r0 -alsa-conf:1.1.6-r0 -alsa-state:0.2.0-r5 -alsa-states:0.2.0-r5 -alsa-utils-alsactl:1.1.6-r0 -alsa-utils-alsamixer:1.1.6-r0 -apache2:2.4.34-r0 -at:3.1.20-r0 -attr:2.4.47-r0 -audit:2.8.4-r0 -audit-config:19.05-r0 -autoconf:2.69-r1 -automake:1.16.1-r0 -avahi-daemon:0.7-r0 -avahi-locale-en-gb:0.7-r0 -barbican:2015.1.0+git0+e6f05febbe-r0 -barbican-setup:2015.1.0+git0+e6f05febbe-r0 -base-files:3.0.14-r8 -base-passwd:3.5.29-r0 -bash:4.4.18-r0 -bash-completion:2.8-r0 -bc:1.07.1-r0 -bind-libs:9.11.4-r0 -binutils:2.31.1-r0 -bluez5:5.50-r0 -boost:1.68.0-r0 -boost-log:1.68.0-r0 -boost-math:1.68.0-r0 -boost-serialization:1.68.0-r0 -boost-test:1.68.0-r0 -bridge-utils:1.6-r0 -btrfs-tools:4.17.1-r0 -busybox:1.29.3-r0 -busybox-udhcpc:1.29.3-r0 -bzip2:1.0.6-r5 -ca-certificates:20190110-r0 -ccache:3.4.2-r0 -ceilometer-agent-notification:5.0.0+git0+026a5d475e-r0 -ceilometer-alarm-evaluator:5.0.0+git0+026a5d475e-r0 -ceilometer-alarm-notifier:5.0.0+git0+026a5d475e-r0 -ceilometer-api:5.0.0+git0+026a5d475e-r0 -ceilometer-collector:5.0.0+git0+026a5d475e-r0 -ceilometer-common:5.0.0+git0+026a5d475e-r0 -ceilometer-controller:5.0.0+git0+026a5d475e-r0 -ceilometer-reseller:5.0.0+git0+026a5d475e-r0 -ceilometer-setup:5.0.0+git0+026a5d475e-r0 -cgcs-patch:19.05-r0 -cgcs-users:19.05-r0 -chkconfig:1.3.58-r7 -chkconfig-locale-en-gb:1.3.58-r7 -cifs-utils:6.7-r0 -cinder:11.1.0+git0+4fb3a702ba-r0 -cinder-api:11.1.0+git0+4fb3a702ba-r0 -cinder-backup:11.1.0+git0+4fb3a702ba-r0 -cinder-scheduler:11.1.0+git0+4fb3a702ba-r0 -cinder-setup:11.1.0+git0+4fb3a702ba-r0 -cinder-volume:11.1.0+git0+4fb3a702ba-r0 -cloud-init:0.7.6-r0 -collectd:5.8.0-r0 -config-gate:19.05-r0 -conntrack-tools:1.4.4-r0 -controllerconfig:19.05-r0 -coreutils:8.30-r0 -cpio:2.12-r0 -cpp:8.2.0-r0 -cpp-symlinks:8.2.0-r0 -cracklib:2.9.5-r0 -createrepo-c:0.11.1+git0+434a40babd-r0 -cronie:1.5.2-r0 -cryptsetup:2.0.4-r0 -curl:7.61.0-r0 -db:5.3.28-r1 -dbus-1:1.12.10-r0 -dhcp-client:4.4.1-r0 -dhcp-config:19.05-r0 -dhcp-libs:4.4.1-r0 -dhcp-relay:4.4.1-r0 -dhcp-server:4.4.1-r0 -dhcp-server-config:4.4.1-r0 -diffstat:1.62-r0 -diffutils:3.6-r0 -dmidecode:3.1-r0 -dnf:2.7.5-r0 -dnf-locale-en-gb:2.7.5-r0 -dnsmasq:2.79-r0 -dnsmasq-config:19.05-r0 -docker-config:19.05-r0 -dosfstools:4.1-r0 -dracut:049-r0 -drbd-utils:9.5.0-r0 -dtc:1.4.7-r0 -e2fsprogs:1.44.3-r0 -e2fsprogs-badblocks:1.44.3-r0 -e2fsprogs-e2fsck:1.44.3-r0 -e2fsprogs-mke2fs:1.44.3-r0 -ebtables:2.0.10+4-r4 -ed:1.14.2-r0 -efibootmgr:0.16-r0 -efivar:0.36-r0 -elfutils:0.175-r0 -erlang-appmon:R16B03+1-r0 -erlang-asn1:R16B03+1-r0 -erlang-common-test:R16B03+1-r0 -erlang-compiler:R16B03+1-r0 -erlang-coseventdomain:R16B03+1-r0 -erlang-cosevent:R16B03+1-r0 -erlang-cosfiletransfer:R16B03+1-r0 -erlang-cosnotification:R16B03+1-r0 -erlang-cosproperty:R16B03+1-r0 -erlang-costime:R16B03+1-r0 -erlang-costransactions:R16B03+1-r0 -erlang-crypto:R16B03+1-r0 -erlang-debugger:R16B03+1-r0 -erlang-dialyzer:R16B03+1-r0 -erlang-diameter:R16B03+1-r0 -erlang-doc:R16B03+1-r0 -erlang-edoc:R16B03+1-r0 -erlang-eldap:R16B03+1-r0 -erlang-erl-docgen:R16B03+1-r0 -erlang-erl-interface:R16B03+1-r0 -erlang-erts:R16B03+1-r0 -erlang-et:R16B03+1-r0 -erlang-eunit:R16B03+1-r0 -erlang-gs:R16B03+1-r0 -erlang-hipe:R16B03+1-r0 -erlang-ic:R16B03+1-r0 -erlang-inets:R16B03+1-r0 -erlang-jinterface:R16B03+1-r0 -erlang-kernel-doc:R16B03+1-r0 -erlang-kernel:R16B03+1-r0 -erlang-megaco:R16B03+1-r0 -erlang-mnesia:R16B03+1-r0 -erlang-modules:R16B03+1-r0 -erlang-observer:R16B03+1-r0 -erlang-orber:R16B03+1-r0 -erlang-os-mon:R16B03+1-r0 -erlang-otp-mibs:R16B03+1-r0 -erlang-parsetools:R16B03+1-r0 -erlang-percept:R16B03+1-r0 -erlang-pman:R16B03+1-r0 -erlang-public-key:R16B03+1-r0 -erlang:R16B03+1-r0 -erlang-reltool:R16B03+1-r0 -erlang-runtime-tools:R16B03+1-r0 -erlang-sasl-doc:R16B03+1-r0 -erlang-sasl:R16B03+1-r0 -erlang-snmp:R16B03+1-r0 -erlang-ssh:R16B03+1-r0 -erlang-ssl:R16B03+1-r0 -erlang-stdlib-doc:R16B03+1-r0 -erlang-stdlib:R16B03+1-r0 -erlang-syntax-tools:R16B03+1-r0 -erlang-test-server:R16B03+1-r0 -erlang-toolbar:R16B03+1-r0 -erlang-tools:R16B03+1-r0 -erlang-tv:R16B03+1-r0 -erlang-typer:R16B03+1-r0 -erlang-webtool:R16B03+1-r0 -erlang-xmerl:R16B03+1-r0 -ethtool:4.19-r0 -expect:5.45.4-r0 -facter:2.5.0-r0 -file:5.34-r0 -findutils:4.6.0-r0 -flac:1.3.2-r0 -flex:2.6.0-r0 -flex-libfl:2.6.0-r0 -fm-api:19.05-r0 -fm-common:19.05-r0 -fm-doc:19.05-r0 -fm-mgr:19.05-r0 -fm-rest-api:19.05-r0 -fontconfig-utils:2.12.6-r0 -formfactor:0.0-r4 -fuser:23.1-r0 -fuse-utils:2.9.8-r0 -g++:8.2.0-r0 -gawk:4.2.1-r0 -gcc:8.2.0-r0 -gcc-sanitizers:8.2.0-r0 -gcc-symlinks:8.2.0-r0 -gdb:8.2-r0 -gdbserver:8.2-r0 -geoip:1.6.12-r0 -geoip-database:1.6.12-r0 -gettext:0.19.8.1-r0 -gettext-runtime:0.19.8.1-r0 -glance:15.0.0+git0+06af2eb5ab-r0 -glance-api:15.0.0+git0+06af2eb5ab-r0 -glance-registry:15.0.0+git0+06af2eb5ab-r0 -glance-setup:15.0.0+git0+06af2eb5ab-r0 -glibc-gconv:2.28-r0 -glibc-gconv-cp1252:2.28-r0 -glibc-gconv-ibm437:2.28-r0 -glibc-gconv-ibm850:2.28-r0 -glibc-gconv-ibm851:2.28-r0 -glibc-gconv-ibm852:2.28-r0 -glibc-gconv-ibm855:2.28-r0 -glibc-gconv-ibm857:2.28-r0 -glibc-gconv-ibm860:2.28-r0 -glibc-gconv-ibm861:2.28-r0 -glibc-gconv-ibm862:2.28-r0 -glibc-gconv-ibm863:2.28-r0 -glibc-gconv-ibm865:2.28-r0 -glibc-gconv-ibm866:2.28-r0 -glibc-gconv-ibm869:2.28-r0 -glibc-gconv-iso8859-1:2.28-r0 -glibc-gconv-iso8859-15:2.28-r0 -glibc-localedata-i18n:2.28-r0 -glibc-localedata-i18n-ctype:2.28-r0 -glibc-localedata-iso14651-t1:2.28-r0 -glibc-localedata-iso14651-t1-common:2.28-r0 -glibc-localedata-translit-circle:2.28-r0 -glibc-localedata-translit-cjk-compat:2.28-r0 -glibc-localedata-translit-compat:2.28-r0 -glibc-localedata-translit-font:2.28-r0 -glibc-localedata-translit-fraction:2.28-r0 -glibc-localedata-translit-narrow:2.28-r0 -glibc-localedata-translit-neutral:2.28-r0 -glibc-localedata-translit-small:2.28-r0 -glibc-localedata-translit-wide:2.28-r0 -glibc-locale-en-gb:2.28-r0 -glibc-mtrace:2.28-r0 -glusterfs:3.11.1-r0 -gnome-desktop-testing:2014.1-r1 -gnu-config:20180713+git0+30d53fc428-r0 -gnu-efi:3.0.8-r0 -gnupg:2.2.12-r0 -gobject-introspection:1.58.0-r0 -gperftools:2.7-r0 -gpgme:1.11.1-r0 -gpm:1.99.7+git1fd19417b8a4dd9945347e98dfa97e4cfd798d77-r2 -grep:3.1-r0 -groff:1.22.3-r0 -g++-symlinks:8.2.0-r0 -gtk+3-locale-en:3.22.30-r0 -gtk+3-locale-en-gb:3.22.30-r0 -gzip:1.9-r0 -haproxy-config:19.05-r0 -hdparm:9.56-r0 -heat-api:5.0.0+git0+4348b7abab-r0 -heat-api-cfn:5.0.0+git0+4348b7abab-r0 -heat-cfn:5.0.0+git0+4348b7abab-r0 -heat-common:5.0.0+git0+4348b7abab-r0 -heat-engine:5.0.0+git0+4348b7abab-r0 -heat-setup:5.0.0+git0+4348b7abab-r0 -heat-templates:5.0.0+git0+4348b7abab-r0 -hicolor-icon-theme:0.17-r0 -hiera:1.3.4-r0 -horizon:12.0.0+git0+246ff9f812-r0 -horizon-apache:12.0.0+git0+246ff9f812-r0 -horizon-standalone:12.0.0+git0+246ff9f812-r0 -hwdata:0.316+git0+803819aef8-r0 -ima-evm-utils:1.0+git0+3e2a67bdb0-r0 -initscripts:1.0-r1 -initscripts-config:19.05-r0 -initscripts-functions:1.0-r1 -initscripts-sushell:1.0-r1 -intel-microcode:20190514a-r0 -intltool:0.51.0-r0 -inventory:19.05-r0 -io-scheduler:19.05-r0 -iotop:0.6-r0 -iperf3:3.6-r0 -ipmitool:1.8.18-r0 -iproute2:4.19.0-r0 -iptables:1.6.2-r0 -iptables-config:19.05-r0 -iptables-module-ebt-802-3:1.6.2-r0 -iptables-module-ebt-ip:1.6.2-r0 -iptables-module-ebt-log:1.6.2-r0 -iptables-module-ebt-mark-m:1.6.2-r0 -iptables-module-ip6t-ah:1.6.2-r0 -iptables-module-ip6t-dnat:1.6.2-r0 -iptables-module-ip6t-dnpt:1.6.2-r0 -iptables-module-ip6t-dst:1.6.2-r0 -iptables-module-ip6t-eui64:1.6.2-r0 -iptables-module-ip6t-frag:1.6.2-r0 -iptables-module-ip6t-hbh:1.6.2-r0 -iptables-module-ip6t-hl:1.6.2-r0 -iptables-module-ip6t-icmp6:1.6.2-r0 -iptables-module-ip6t-ipv6header:1.6.2-r0 -iptables-module-ip6t-log:1.6.2-r0 -iptables-module-ip6t-masquerade:1.6.2-r0 -iptables-module-ip6t-mh:1.6.2-r0 -iptables-module-ip6t-netmap:1.6.2-r0 -iptables-module-ip6t-redirect:1.6.2-r0 -iptables-module-ip6t-reject:1.6.2-r0 -iptables-module-ip6t-rt:1.6.2-r0 -iptables-module-ip6t-snat:1.6.2-r0 -iptables-module-ip6t-snpt:1.6.2-r0 -iptables-module-ip6t-srh:1.6.2-r0 -iptables-module-ipt-ah:1.6.2-r0 -iptables-module-ipt-clusterip:1.6.2-r0 -iptables-module-ipt-dnat:1.6.2-r0 -iptables-module-ipt-ecn:1.6.2-r0 -iptables-module-ipt-icmp:1.6.2-r0 -iptables-module-ipt-log:1.6.2-r0 -iptables-module-ipt-masquerade:1.6.2-r0 -iptables-module-ipt-netmap:1.6.2-r0 -iptables-module-ipt-realm:1.6.2-r0 -iptables-module-ipt-redirect:1.6.2-r0 -iptables-module-ipt-reject:1.6.2-r0 -iptables-module-ipt-snat:1.6.2-r0 -iptables-module-ipt-ttl:1.6.2-r0 -iptables-module-ipt-ulog:1.6.2-r0 -iptables-modules:1.6.2-r0 -iptables-module-xt-addrtype:1.6.2-r0 -iptables-module-xt-audit:1.6.2-r0 -iptables-module-xt-bpf:1.6.2-r0 -iptables-module-xt-cgroup:1.6.2-r0 -iptables-module-xt-checksum:1.6.2-r0 -iptables-module-xt-classify:1.6.2-r0 -iptables-module-xt-cluster:1.6.2-r0 -iptables-module-xt-comment:1.6.2-r0 -iptables-module-xt-connbytes:1.6.2-r0 -iptables-module-xt-connlimit:1.6.2-r0 -iptables-module-xt-connmark:1.6.2-r0 -iptables-module-xt-connsecmark:1.6.2-r0 -iptables-module-xt-conntrack:1.6.2-r0 -iptables-module-xt-cpu:1.6.2-r0 -iptables-module-xt-ct:1.6.2-r0 -iptables-module-xt-dccp:1.6.2-r0 -iptables-module-xt-dscp:1.6.2-r0 -iptables-module-xt-ecn:1.6.2-r0 -iptables-module-xt-esp:1.6.2-r0 -iptables-module-xt-hashlimit:1.6.2-r0 -iptables-module-xt-helper:1.6.2-r0 -iptables-module-xt-hmark:1.6.2-r0 -iptables-module-xt-idletimer:1.6.2-r0 -iptables-module-xt-ipcomp:1.6.2-r0 -iptables-module-xt-iprange:1.6.2-r0 -iptables-module-xt-ipvs:1.6.2-r0 -iptables-module-xt-led:1.6.2-r0 -iptables-module-xt-length:1.6.2-r0 -iptables-module-xt-limit:1.6.2-r0 -iptables-module-xt-mac:1.6.2-r0 -iptables-module-xt-mangle:1.6.2-r0 -iptables-module-xt-mark:1.6.2-r0 -iptables-module-xt-multiport:1.6.2-r0 -iptables-module-xt-nfacct:1.6.2-r0 -iptables-module-xt-nflog:1.6.2-r0 -iptables-module-xt-nfqueue:1.6.2-r0 -iptables-module-xt-notrack:1.6.2-r0 -iptables-module-xt-osf:1.6.2-r0 -iptables-module-xt-owner:1.6.2-r0 -iptables-module-xt-physdev:1.6.2-r0 -iptables-module-xt-pkttype:1.6.2-r0 -iptables-module-xt-policy:1.6.2-r0 -iptables-module-xt-quota:1.6.2-r0 -iptables-module-xt-rateest:1.6.2-r0 -iptables-module-xt-recent:1.6.2-r0 -iptables-module-xt-rpfilter:1.6.2-r0 -iptables-module-xt-sctp:1.6.2-r0 -iptables-module-xt-secmark:1.6.2-r0 -iptables-module-xt-set:1.6.2-r0 -iptables-module-xt-socket:1.6.2-r0 -iptables-module-xt-standard:1.6.2-r0 -iptables-module-xt-state:1.6.2-r0 -iptables-module-xt-statistic:1.6.2-r0 -iptables-module-xt-string:1.6.2-r0 -iptables-module-xt-synproxy:1.6.2-r0 -iptables-module-xt-tcp:1.6.2-r0 -iptables-module-xt-tcpmss:1.6.2-r0 -iptables-module-xt-tcpoptstrip:1.6.2-r0 -iptables-module-xt-tee:1.6.2-r0 -iptables-module-xt-time:1.6.2-r0 -iptables-module-xt-tos:1.6.2-r0 -iptables-module-xt-tproxy:1.6.2-r0 -iptables-module-xt-trace:1.6.2-r0 -iptables-module-xt-u32:1.6.2-r0 -iptables-module-xt-udp:1.6.2-r0 -iputils-arping:s20180629-r0 -iputils-clockdiff:s20180629-r0 -iputils-ping:s20180629-r0 -iputils-rarpd:s20180629-r0 -iputils-rdisc:s20180629-r0 -iputils:s20180629-r0 -iputils-tftpd:s20180629-r0 -iputils-tracepath:s20180629-r0 -iputils-traceroute6:s20180629-r0 -iscsi-initiator-utils:2.0.876+git0+bd79e4ed10-r0 -isomd5sum:1.2.3-r0 -iw:4.14-r0 -kbd:2.0.4-r0 -kbd-consolefonts:2.0.4-r0 -kbd-keymaps:2.0.4-r0 -kdump:2.0.17-r0 -kexec:2.0.17-r0 -kexec-tools:2.0.17-r0 -keymaps:1.0-r3 -keystone:12.0.0+git0+d07677aba5-r0 -keystone-cronjobs:12.0.0+git0+d07677aba5-r0 -keystone-setup:12.0.0+git0+d07677aba5-r0 -keyutils:1.5.10-r0 -killall:23.1-r0 -kmod:25+git0+aca4eca103-r0 -kpartx:0.7.7-r0 -ldd:2.28-r0 -less:530-r0 -libacl1:2.2.52-r0 -libaddns-samba4:4.8.4-r0 -libads-samba4:4.8.4-r0 -libaio1:0.3.111-r0 -libapr-1-0:1.6.3-r0 -libaprutil-1-0:1.6.1-r0 -libarchive:3.3.3-r0 -libasan5:8.2.0-r0 -libasm1:0.175-r0 -libasn1util-samba4:4.8.4-r0 -libasound2:1.1.6-r0 -libassuan0:2.5.1-r0 -libatk-1.0-0:2.28.1-r0 -libatk-1.0-locale-en-gb:2.28.1-r0 -libatk-bridge-2.0-0:2.26.2-r0 -libatomic1:8.2.0-r0 -libatspi0:2.28.0-r0 -libatspi-locale-en-gb:2.28.0-r0 -libattr1:2.4.47-r0 -libauth4-samba4:4.8.4-r0 -libauthkrb5-samba4:4.8.4-r0 -libauth-samba4:4.8.4-r0 -libauth-unix-token-samba4:4.8.4-r0 -libavahi-client3:0.7-r0 -libavahi-common3:0.7-r0 -libavahi-core7:0.7-r0 -libbfd:2.31.1-r0 -libblkid1:2.32.1-r0 -libboost-atomic1.68.0:1.68.0-r0 -libboost-chrono1.68.0:1.68.0-r0 -libboost-container1.68.0:1.68.0-r0 -libboost-context1.68.0:1.68.0-r0 -libboost-contract1.68.0:1.68.0-r0 -libboost-coroutine1.68.0:1.68.0-r0 -libboost-date-time1.68.0:1.68.0-r0 -libboost-filesystem1.68.0:1.68.0-r0 -libboost-graph1.68.0:1.68.0-r0 -libboost-iostreams1.68.0:1.68.0-r0 -libboost-locale1.68.0:1.68.0-r0 -libboost-program-options1.68.0:1.68.0-r0 -libboost-python35-1.68.0:1.68.0-r0 -libboost-random1.68.0:1.68.0-r0 -libboost-regex1.68.0:1.68.0-r0 -libboost-signals1.68.0:1.68.0-r0 -libboost-system1.68.0:1.68.0-r0 -libboost-thread1.68.0:1.68.0-r0 -libboost-timer1.68.0:1.68.0-r0 -libboost-wave1.68.0:1.68.0-r0 -libbsd0:0.9.1-r0 -libbz2-1:1.0.6-r5 -libc6:2.28-r0 -libc6-extra-nss:2.28-r0 -libc6-thread-db:2.28-r0 -libc6-utils:2.28-r0 -libcairo2:1.14.12-r0 -libcairo-gobject2:1.14.12-r0 -libcap2:2.25-r0 -libcap-ng0:0.7.9-r0 -libcares2:1.14.0+gitr0+17dc1b3102-r0 -libcelt051-0:0.5.1.3+git0+5555aae843-r0 -libcgroup:0.41-r0 -libcharset3-samba4:4.8.4-r0 -libcliauth-samba4:4.8.4-r0 -libcli-cldap-samba4:4.8.4-r0 -libcli-ldap-common-samba4:4.8.4-r0 -libcli-ldap-samba4:4.8.4-r0 -libcli-nbt-samba4:4.8.4-r0 -libcli-smb-common-samba4:4.8.4-r0 -libcli-spoolss-samba4:4.8.4-r0 -libcluster-samba4:4.8.4-r0 -libcmdline-credentials-samba4:4.8.4-r0 -libcom-err2:1.44.3-r0 -libcommon-auth-samba4:4.8.4-r0 -libcomps0.1.8:0.1.8+git0+01a4759894-r0 -libconfig-general-perl:2.63-r0 -libcroco:0.6.12-r0 -libcrypt1:4.1.1-r0 -libcrypto1.1:1.1.1b-r0 -libcups2:2.2.8-r0 -libcurl4:7.61.0-r0 -libdaemon0:0.14-r0 -libdbd-mysql-perl:4.043-r0 -libdb-glue-samba4:4.8.4-r0 -libdbi-perl:1.641-r0 -libdbus-1-3:1.12.10-r0 -libdbus-glib-1-2:0.110-r0 -libdbwrap-samba4:4.8.4-r0 -libdcerpc0:4.8.4-r0 -libdcerpc-binding0:4.8.4-r0 -libdcerpc-samba4:4.8.4-r0 -libdcerpc-samba-samba4:4.8.4-r0 -libdcerpc-server0:4.8.4-r0 -libdevmapper:2.02.180-r0 -libdfs-server-ad-samba4:4.8.4-r0 -libdmx1:1.1.4-r0 -libdnf1:0.11.1-r0 -libdnsserver-common-samba4:4.8.4-r0 -libdrm2:2.4.94-r0 -libdrm-intel1:2.4.94-r0 -libdrm-nouveau2:2.4.94-r0 -libdrm-radeon1:2.4.94-r0 -libdsdb-garbage-collect-tombstones-samba4:4.8.4-r0 -libdsdb-module-samba4:4.8.4-r0 -libdw1:0.175-r0 -libe2p2:1.44.3-r0 -libedit0:20180525+3.1-r0 -libegl-mesa:18.1.9-r0 -libelf1:0.175-r0 -libepoxy0:1.5.2-r0 -liberation-fonts:2.00.1-r0 -libestr0:0.1.11-r0 -libev4:4.24-r0 -libevdev:1.5.9-r0 -libevent:2.1.8-r0 -libevents-samba4:4.8.4-r0 -libexpat1:2.2.6-r0 -libext2fs2:1.44.3-r0 -libfdisk1:2.32.1-r0 -libffi6:3.2.1-r0 -libflac8:1.3.2-r0 -libflag-mapping-samba4:4.8.4-r0 -libfontconfig1:2.12.6-r0 -libfontenc1:1.1.3-r0 -libform5:6.1+20180630-r0 -libformw5:6.1+20180630-r0 -libfreetype6:2.9.1-r0 -libfribidi0:1.0.5-r0 -libfuse2:2.9.8-r0 -libgbm1:18.1.9-r0 -libgcc1:8.2.0-r0 -libgcrypt:1.8.4-r0 -libgdbm6:1.18-r0 -libgdbm-compat4:1.18-r0 -libgdk-pixbuf-2.0-0:2.36.11-r0 -libgdk-pixbuf-2.0-bin:2.36.11-r0 -libgdk-pixbuf-2.0-loader-gif:2.36.11-r0 -libgdk-pixbuf-2.0-loader-jpeg:2.36.11-r0 -libgdk-pixbuf-2.0-loader-png:2.36.11-r0 -libgdk-pixbuf-2.0-loader-xpm:2.36.11-r0 -libgdk-pixbuf-2.0-locale-en-gb:2.36.11-r0 -libgenrand-samba4:4.8.4-r0 -libgensec-samba4:4.8.4-r0 -libgettextlib:0.19.8.1-r0 -libgettextsrc:0.19.8.1-r0 -libgfapi0:3.11.1-r0 -libglapi0:18.1.9-r0 -libglib-2.0-0:2.58.0-r0 -libglib-2.0-locale-en-gb:2.58.0-r0 -libglib-2.0-utils:2.58.0-r0 -libgl-mesa:18.1.9-r0 -libgmp10:6.1.2-r0 -libgmpxx4:6.1.2-r0 -libgnutls30:3.6.4-r0 -libgomp1:8.2.0-r0 -libgpext-samba4:4.8.4-r0 -libgpg-error:1.32-r0 -libgse-samba4:4.8.4-r0 -libgssapi-krb5-2:1.16.1-r0 -libgssrpc4:1.16.1-r0 -libgtk-3.0:3.22.30-r0 -libgudev-1.0-0:232-r0 -libharfbuzz0:1.8.8-r0 -libhttp-samba4:4.8.4-r0 -libibverbs1:1.1.7-r0 -libice6:1.0.9-r0 -libicudata62:62.1-r0 -libicui18n62:62.1-r0 -libicuuc62:62.1-r0 -libidn2-0:2.0.5-r0 -libinput10:1.11.3-r0 -libinterfaces-samba4:4.8.4-r0 -libiov-buf-samba4:4.8.4-r0 -libjansson4:2.11-r0 -libjpeg62:2.0.0-r0 -libjson-c4:0.13.1-r0 -libk5crypto3:1.16.1-r0 -libkadm5srv-mit11:1.16.1-r0 -libkdb5-9:1.16.1-r0 -libkmod2:25+git0+aca4eca103-r0 -libkrb5-3:1.16.1-r0 -libkrb5samba-samba4:4.8.4-r0 -libkrb5support0:1.16.1-r0 -libksba8:1.3.5-r0 -libldap-2.4-2:2.4.46-r0 -libldb-cmdline-samba4:4.8.4-r0 -libldbsamba-samba4:4.8.4-r0 -libleveldb1:1.20+git0+a53934a3ae-r0 -liblibcli-lsa3-samba4:4.8.4-r0 -liblibcli-netlogon3-samba4:4.8.4-r0 -liblibsmb-samba4:4.8.4-r0 -liblibwbclient-old-samba4:4.8.4-r0 -liblsan0:8.2.0-r0 -liblzma5:5.2.4-r0 -liblzo2-2:2.10-r0 -libmb1:1.12-r0 -libmenu5:6.1+20180630-r0 -libmenuw5:6.1+20180630-r0 -libmessages-dgm-samba4:4.8.4-r0 -libmessages-util-samba4:4.8.4-r0 -libmessaging-samba4:4.8.4-r0 -libmessaging-send-samba4:4.8.4-r0 -libmnl0:1.0.4-r0 -libmount1:2.32.1-r0 -libmozjs:52.9.1-r0 -libmpc3:1.1.0-r0 -libmpfr6:4.0.1-r0 -libmsghdr-samba4:4.8.4-r0 -libmsrpc3-samba4:4.8.4-r0 -libmysqlclient18:5.5.64-r0 -libncurses5:6.1+20180630-r0 -libncursesw5:6.1+20180630-r0 -libndp:1.7-r0 -libndr0:4.8.4-r0 -libndr-krb5pac0:4.8.4-r0 -libndr-nbt0:4.8.4-r0 -libndr-samba4:4.8.4-r0 -libndr-samba-samba4:4.8.4-r0 -libndr-standard0:4.8.4-r0 -libnetapi0:4.8.4-r0 -libnetfilter-conntrack3:1.0.6-r0 -libnetfilter-cthelper0:1.0.0-r0 -libnetfilter-cttimeout1:1.0.0-r0 -libnetfilter-queue1:1.0.2+git981025e103d887fb6a9c9bb49c74ec323108d098-r0 -libnetif-samba4:4.8.4-r0 -libnet-keytab-samba4:4.8.4-r0 -libnetsnmp35:5.8-r0 -libnetsnmpagent35:5.8-r0 -libnewt0.52:0.52.20-r0 -libnewt-python:0.52.20-r0 -libnfnetlink0:1.0.1-r0 -libnl-3-200:3.4.0-r0 -libnl-3-cli:3.4.0-r0 -libnl-genl-3-200:3.4.0-r0 -libnl-idiag-3-200:3.4.0-r0 -libnl-nf-3-200:3.4.0-r0 -libnl-route-3-200:3.4.0-r0 -libnpa-tstream-samba4:4.8.4-r0 -libnpth0:1.6-r0 -libnsl2:1.2.0+git0+37c5ffe303-r0 -libnss-db2:2.28-r0 -libnss-mdns:0.10-r7 -libogg0:1.3.3-r0 -libopus0:1.1.3-r0 -libpam:1.3.0-r5 -libpam-locale-en-gb:1.3.0-r5 -libpam-runtime:1.3.0-r5 -libpanel5:6.1+20180630-r0 -libpanelw5:6.1+20180630-r0 -libpcap1:1.8.1-r0 -libpci3:3.6.2-r0 -libpciaccess0:0.14-r0 -libpcre1:8.42-r0 -libpcre2:10.31-r0 -libpcrecpp0:8.42-r0 -libpcreposix0:8.42-r0 -libperl5:5.24.4-r0 -libpipeline1:1.5.0-r0 -libpixman-1-0:0.34.0-r0 -libpng16-16:1.6.36-r0 -libpopt0:1.16-r3 -libpopt-samba3-samba4:4.8.4-r0 -libposix-eadb-samba4:4.8.4-r0 -libpq5:10.5-r0 -libprinting-migrate-samba4:4.8.4-r0 -libprocess-model-samba4:4.8.4-r0 -libproxy:0.4.15-r0 -libpwquality:1.4.0-r0 -libpython2.7-1.0:2.7.15-r1 -libpython3.5m1.0:3.5.6-r1 -libreadline7:7.0-r0 -libregistry-samba4:4.8.4-r0 -libreplace-samba4:4.8.4-r0 -librepo0:1.8.1-r0 -librsvg-2-2:2.40.20-r0 -librsvg-2-gtk:2.40.20-r0 -libsamba3-util-samba4:4.8.4-r0 -libsamba-cluster-support-samba4:4.8.4-r0 -libsamba-credentials0:4.8.4-r0 -libsamba-debug-samba4:4.8.4-r0 -libsamba-errors1:4.8.4-r0 -libsamba-hostconfig0:4.8.4-r0 -libsamba-modules-samba4:4.8.4-r0 -libsamba-net-samba4:4.8.4-r0 -libsamba-passdb0:4.8.4-r0 -libsamba-policy0:4.8.4-r0 -libsamba-python-samba4:4.8.4-r0 -libsamba-security-samba4:4.8.4-r0 -libsamba-sockets-samba4:4.8.4-r0 -libsamba-util0:4.8.4-r0 -libsamdb0:4.8.4-r0 -libsamdb-common-samba4:4.8.4-r0 -libsasl2-3:2.1.27-r0 -libsctp1:1.0.18+git0+1b077af62d-r0 -libsdl2-2.0-0:2.0.8-r0 -libseccomp:2.3.3-r0 -libsecrets3-samba4:4.8.4-r0 -libsegfault:2.28-r0 -libselinux1:2.8-r0 -libsemanage1:2.8-r0 -libsensors4:3.4.0-r0 -libsepol1:2.8-r0 -libserver-id-db-samba4:4.8.4-r0 -libserver-role-samba4:4.8.4-r0 -libservice-samba4:4.8.4-r0 -libsm6:1.2.2-r0 -libsmartcols1:2.32.1-r0 -libsmbclient-raw-samba4:4.8.4-r0 -libsmbconf0:4.8.4-r0 -libsmbd-base-samba4:4.8.4-r0 -libsmbd-conn-samba4:4.8.4-r0 -libsmbd-shim-samba4:4.8.4-r0 -libsmbldap2:4.8.4-r0 -libsmbldaphelper-samba4:4.8.4-r0 -libsmbpasswdparser-samba4:4.8.4-r0 -libsmb-transport-samba4:4.8.4-r0 -libsm-common1:19.05-r0 -libsnappy1:1.1.7-r0 -libsocket-blocking-samba4:4.8.4-r0 -libsodium23:1.0.16-r0 -libsolv0:0.6.35-r0 -libsolvext0:0.6.35-r0 -libspice-server1:0.14.1+git0+eaa07ef15c_6b93b3fce8-r0 -libsqlite3-0:3.23.1-r0 -libss2:1.44.3-r0 -libssh2-1:1.8.0-r0 -libssl1.1:1.1.1b-r0 -libstartup-notification-1-0:0.12-r2 -libstdc++6:8.2.0-r0 -libsysfs2:2.1.0-r5 -libsys-rw-samba4:4.8.4-r0 -libsystemd0:239-r0 -libtalloc:2.1.14-r0 -libtalloc-report-samba4:4.8.4-r0 -libtasn1-6:4.13-r0 -libtcl8.6-0:8.6.8-r0 -libtdb1:1.3.16-r0 -libtdb-wrap-samba4:4.8.4-r0 -libteam5:1.27-r0 -libtevent0:0.9.37-r0 -libtevent-util0:4.8.4-r0 -libtic5:6.1+20180630-r0 -libticw5:6.1+20180630-r0 -libtime-basic-samba4:4.8.4-r0 -libtinfo5:6.1+20180630-r0 -libtirpc3:1.0.3-r0 -libtool:2.4.6-r0 -libtrusts-util-samba4:4.8.4-r0 -libtsan0:8.2.0-r0 -libubsan1:8.2.0-r0 -libudev1:239-r0 -libulockmgr1:2.9.8-r0 -libunistring2:0.9.10-r0 -libunwind:1.2.1-r0 -liburcu:0.10.1-r0 -libusb-1.0-0:1.0.22-r0 -libuser:0.62-r0 -libuser-locale-en-gb:0.62-r0 -libutempter0:1.1.6+alt2+git0+3ef74fff31-r0 -libutil-cmdline-samba4:4.8.4-r0 -libutil-reg-samba4:4.8.4-r0 -libutil-setid-samba4:4.8.4-r0 -libutil-tdb-samba4:4.8.4-r0 -libuuid1:2.32.1-r0 -libvirt:4.7.0-r0 -libvirt-libvirtd:4.7.0-r0 -libvirt-locale-en-gb:4.7.0-r0 -libvirt-ptest:4.7.0-r0 -libvirt-python:4.7.0-r0 -libvirt-virsh:4.7.0-r0 -libvorbis:1.3.6-r0 -libvte-2.91-0:0.52.2-r0 -libwbclient0:4.8.4-r0 -libwinbind-client-samba4:4.8.4-r0 -libwrap0:7.6-r1 -libx11-6:1.6.6-r0 -libx11-xcb1:1.6.6-r0 -libxattr-tdb-samba4:4.8.4-r0 -libxau6:1.0.8-r0 -libxaw7-7:1.0.13-r2 -libxcb1:1.13-r0 -libxcb-composite0:1.13-r0 -libxcb-damage0:1.13-r0 -libxcb-dpms0:1.13-r0 -libxcb-dri2-0:1.13-r0 -libxcb-dri3-0:1.13-r0 -libxcb-glx0:1.13-r0 -libxcb-present0:1.13-r0 -libxcb-randr0:1.13-r0 -libxcb-record0:1.13-r0 -libxcb-render0:1.13-r0 -libxcb-res0:1.13-r0 -libxcb-screensaver0:1.13-r0 -libxcb-shape0:1.13-r0 -libxcb-shm0:1.13-r0 -libxcb-sync1:1.13-r0 -libxcb-util1:0.4.0-r0 -libxcb-xf86dri0:1.13-r0 -libxcb-xfixes0:1.13-r0 -libxcb-xinerama0:1.13-r0 -libxcb-xinput0:1.13-r0 -libxcb-xkb1:1.13-r0 -libxcb-xselinux0:1.13-r0 -libxcb-xtest0:1.13-r0 -libxcb-xv0:1.13-r0 -libxcb-xvmc0:1.13-r0 -libxcomposite1:0.4.4-r0 -libxcursor1:1.1.15-r0 -libxdamage1:1.1.4-r0 -libxdmcp6:1.1.2-r0 -libxext6:1.3.3-r0 -libxfixes3:5.0.3-r0 -libxfont2-2:2.0.3-r0 -libxft2:2.3.2-r0 -libxi6:1.7.9-r0 -libxinerama1:1.1.4-r0 -libxkbcommon:0.8.2-r0 -libxkbfile1:1.0.9-r0 -libxml2:2.9.8-r0 -libxml-parser-perl:2.44-r0 -libxmu6:1.1.2-r0 -libxmuu1:1.1.2-r0 -libxpm4:3.5.12-r0 -libxrandr2:1.5.1-r0 -libxrender1:0.9.10-r0 -libxshmfence1:1.3-r0 -libxslt:1.1.32-r0 -libxt6:1.1.5-r0 -libxtst6:1.2.3-r0 -libxv1:1.0.11-r0 -libxvmc:1.0.10-r0 -libxxf86dga1:1.1.4-r0 -libxxf86misc1:1.0.4-r0 -libxxf86vm1:1.1.4-r0 -libyajl2:2.1.0-r0 -libyaml-0-2:0.2.1-r0 -libz1:1.2.11-r0 -lighttpd:1.4.51-r0 -lighttpd-config:19.05-r0 -lighttpd-module-access:1.4.51-r0 -lighttpd-module-accesslog:1.4.51-r0 -lighttpd-module-dirlisting:1.4.51-r0 -lighttpd-module-indexfile:1.4.51-r0 -lighttpd-module-staticfile:1.4.51-r0 -linux-firmware:0.0+git0+710963fe53-r0 -linux-firmware-adsp-sst:0.0+git0+710963fe53-r0 -linux-firmware-adsp-sst-license:0.0+git0+710963fe53-r0 -linux-firmware-ar3k:0.0+git0+710963fe53-r0 -linux-firmware-ar3k-license:0.0+git0+710963fe53-r0 -linux-firmware-ar9170:0.0+git0+710963fe53-r0 -linux-firmware-ath10k:0.0+git0+710963fe53-r0 -linux-firmware-ath10k-license:0.0+git0+710963fe53-r0 -linux-firmware-ath6k:0.0+git0+710963fe53-r0 -linux-firmware-ath9k:0.0+git0+710963fe53-r0 -linux-firmware-atheros-license:0.0+git0+710963fe53-r0 -linux-firmware-bcm-0bb4-0306:0.0+git0+710963fe53-r0 -linux-firmware-bcm43143:0.0+git0+710963fe53-r0 -linux-firmware-bcm43236b:0.0+git0+710963fe53-r0 -linux-firmware-bcm43241b0:0.0+git0+710963fe53-r0 -linux-firmware-bcm43241b4:0.0+git0+710963fe53-r0 -linux-firmware-bcm43241b5:0.0+git0+710963fe53-r0 -linux-firmware-bcm43242a:0.0+git0+710963fe53-r0 -linux-firmware-bcm4329:0.0+git0+710963fe53-r0 -linux-firmware-bcm4329-fullmac:0.0+git0+710963fe53-r0 -linux-firmware-bcm4330:0.0+git0+710963fe53-r0 -linux-firmware-bcm43340:0.0+git0+710963fe53-r0 -linux-firmware-bcm4334:0.0+git0+710963fe53-r0 -linux-firmware-bcm4335:0.0+git0+710963fe53-r0 -linux-firmware-bcm43362:0.0+git0+710963fe53-r0 -linux-firmware-bcm4339:0.0+git0+710963fe53-r0 -linux-firmware-bcm43430:0.0+git0+710963fe53-r0 -linux-firmware-bcm43430a0:0.0+git0+710963fe53-r0 -linux-firmware-bcm43455:0.0+git0+710963fe53-r0 -linux-firmware-bcm4350:0.0+git0+710963fe53-r0 -linux-firmware-bcm4350c2:0.0+git0+710963fe53-r0 -linux-firmware-bcm4354:0.0+git0+710963fe53-r0 -linux-firmware-bcm4356:0.0+git0+710963fe53-r0 -linux-firmware-bcm43569:0.0+git0+710963fe53-r0 -linux-firmware-bcm4356-pcie:0.0+git0+710963fe53-r0 -linux-firmware-bcm43570:0.0+git0+710963fe53-r0 -linux-firmware-bcm4358:0.0+git0+710963fe53-r0 -linux-firmware-bcm43602:0.0+git0+710963fe53-r0 -linux-firmware-bcm4366b:0.0+git0+710963fe53-r0 -linux-firmware-bcm4371:0.0+git0+710963fe53-r0 -linux-firmware-bcm4373:0.0+git0+710963fe53-r0 -linux-firmware-bcm43xx:0.0+git0+710963fe53-r0 -linux-firmware-bcm43xx-hdr:0.0+git0+710963fe53-r0 -linux-firmware-bnx2-mips:0.0+git0+710963fe53-r0 -linux-firmware-broadcom-license:0.0+git0+710963fe53-r0 -linux-firmware-carl9170:0.0+git0+710963fe53-r0 -linux-firmware-cypress-license:0.0+git0+710963fe53-r0 -linux-firmware-gplv2-license:0.0+git0+710963fe53-r0 -linux-firmware-i915:0.0+git0+710963fe53-r0 -linux-firmware-i915-license:0.0+git0+710963fe53-r0 -linux-firmware-ibt:0.0+git0+710963fe53-r0 -linux-firmware-ibt-11-5:0.0+git0+710963fe53-r0 -linux-firmware-ibt-12-16:0.0+git0+710963fe53-r0 -linux-firmware-ibt-17:0.0+git0+710963fe53-r0 -linux-firmware-ibt-hw-37-7:0.0+git0+710963fe53-r0 -linux-firmware-ibt-hw-37-8:0.0+git0+710963fe53-r0 -linux-firmware-ibt-license:0.0+git0+710963fe53-r0 -linux-firmware-ibt-misc:0.0+git0+710963fe53-r0 -linux-firmware-imx-sdma-imx6q:0.0+git0+710963fe53-r0 -linux-firmware-imx-sdma-imx7d:0.0+git0+710963fe53-r0 -linux-firmware-imx-sdma-license:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-135-6:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-3160-10:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-3160-12:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-3160-13:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-3160-16:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-3160-17:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-3160-7:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-3160-8:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-3160-9:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-6000-4:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-6000g2a-5:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-6000g2a-6:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-6000g2b-5:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-6000g2b-6:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-6050-4:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-6050-5:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-7260:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-7265:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-7265d:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-8000c:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-8265:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-9000:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-license:0.0+git0+710963fe53-r0 -linux-firmware-iwlwifi-misc:0.0+git0+710963fe53-r0 -linux-firmware-license:0.0+git0+710963fe53-r0 -linux-firmware-liquidio:0.0+git0+710963fe53-r0 -linux-firmware-marvell-license:0.0+git0+710963fe53-r0 -linux-firmware-mt7601u:0.0+git0+710963fe53-r0 -linux-firmware-mt7601u-license:0.0+git0+710963fe53-r0 -linux-firmware-netronome:0.0+git0+710963fe53-r0 -linux-firmware-netronome-license:0.0+git0+710963fe53-r0 -linux-firmware-pcie8897:0.0+git0+710963fe53-r0 -linux-firmware-pcie8997:0.0+git0+710963fe53-r0 -linux-firmware-qat:0.0+git0+710963fe53-r0 -linux-firmware-qat-license:0.0+git0+710963fe53-r0 -linux-firmware-qca:0.0+git0+710963fe53-r0 -linux-firmware-qcom-adreno-a3xx:0.0+git0+710963fe53-r0 -linux-firmware-qcom-adreno-a530:0.0+git0+710963fe53-r0 -linux-firmware-qcom-license:0.0+git0+710963fe53-r0 -linux-firmware-qcom-venus-1.8:0.0+git0+710963fe53-r0 -linux-firmware-qcom-venus-4.2:0.0+git0+710963fe53-r0 -linux-firmware-radeon:0.0+git0+710963fe53-r0 -linux-firmware-radeon-license:0.0+git0+710963fe53-r0 -linux-firmware-ralink:0.0+git0+710963fe53-r0 -linux-firmware-ralink-license:0.0+git0+710963fe53-r0 -linux-firmware-rtl8168:0.0+git0+710963fe53-r0 -linux-firmware-rtl8188:0.0+git0+710963fe53-r0 -linux-firmware-rtl8192ce:0.0+git0+710963fe53-r0 -linux-firmware-rtl8192cu:0.0+git0+710963fe53-r0 -linux-firmware-rtl8192su:0.0+git0+710963fe53-r0 -linux-firmware-rtl8723:0.0+git0+710963fe53-r0 -linux-firmware-rtl8821:0.0+git0+710963fe53-r0 -linux-firmware-rtl-license:0.0+git0+710963fe53-r0 -linux-firmware-sd8686:0.0+git0+710963fe53-r0 -linux-firmware-sd8688:0.0+git0+710963fe53-r0 -linux-firmware-sd8787:0.0+git0+710963fe53-r0 -linux-firmware-sd8797:0.0+git0+710963fe53-r0 -linux-firmware-sd8801:0.0+git0+710963fe53-r0 -linux-firmware-sd8887:0.0+git0+710963fe53-r0 -linux-firmware-sd8897:0.0+git0+710963fe53-r0 -linux-firmware-ti-connectivity-license:0.0+git0+710963fe53-r0 -linux-firmware-usb8997:0.0+git0+710963fe53-r0 -linux-firmware-vt6656:0.0+git0+710963fe53-r0 -linux-firmware-vt6656-license:0.0+git0+710963fe53-r0 -linux-firmware-whence-license:0.0+git0+710963fe53-r0 -linux-firmware-wl12xx:0.0+git0+710963fe53-r0 -linux-firmware-wl18xx:0.0+git0+710963fe53-r0 -linux-firmware-wlcommon:0.0+git0+710963fe53-r0 -linuxptp:1.8-r0 -lldpd:0.9.8-r0 -lmsensors-config-fancontrol:1.0-r0 -lmsensors-config-libsensors:1.0-r0 -lmsensors-config-sensord:1.0-r0 -lmsensors-fancontrol:3.4.0-r0 -lmsensors-isatools:3.4.0-r0 -lmsensors-pwmconfig:3.4.0-r0 -lmsensors-sensord:3.4.0-r0 -lmsensors-sensors:3.4.0-r0 -lmsensors-sensorsconfconvert:3.4.0-r0 -lmsensors-sensorsdetect:3.4.0-r0 -locale-base-en-gb:2.28-r0 -locale-base-en-us:2.28-r0 -logrotate:3.14.0-r0 -lsof:4.91-r0 -lsscsi:0.30-r0 -lua:5.3.4-r0 -lvm2:2.02.180-r0 -lvm2-scripts:2.02.180-r0 -lvm2-udevrules:2.02.180-r0 -lxdm:0.5.3-r0 -lz4:1.8.2-r0 -lzop:1.03-r0 -m4:1.4.18-r0 -mailcap:2.1.48-r0 -mailx:12.5+5-r0 -make:4.2.1-r0 -makedevs:1.0.1-r0 -mariadb:5.5.64-r0 -mariadb-client:5.5.64-r0 -mariadb-server:5.5.64-r0 -mariadb-setupdb:5.5.64-r0 -matchbox-terminal:0.2-r0 -matchbox-wm:1.2.2-r0 -mc:4.8.21-r0 -mc-fish:4.8.21-r0 -mc-helpers:4.8.21-r0 -mc-helpers-perl:4.8.21-r0 -mc-locale-en-gb:4.8.21-r0 -mcstrans:2.8-r0 -mdadm:4.0-r0 -memcached:1.5.10-r0 -memcached-custom:19.05-r0 -mesa-megadriver:18.1.9-r0 -mini-x-session:0.1-r4 -mobile-broadband-provider-info:20170310-r0 -mod-wsgi:4.5.13+git0+f22376f514-r0 -mokutil:0.3.0+git0+e19adc575c-r0 -mozjs:52.9.1-r0 -mtce:19.05-r0 -mtce-compute:19.05-r0 -mtce-control:19.05-r0 -mtce-guestagent:19.05-r0 -mtce-guestserver:19.05-r0 -mtce-hostw:19.05-r0 -mtce-hwmon:19.05-r0 -mtce-lmon:19.05-r0 -mtce-pmon:19.05-r0 -mtce-storage:19.05-r0 -mtdev:1.1.5-r0 -mtools:4.0.18-r0 -multipath-tools:0.7.7-r0 -multipath-tools-libs:0.7.7-r0 -ncurses:6.1+20180630-r0 -ncurses-terminfo:6.1+20180630-r0 -ncurses-terminfo-base:6.1+20180630-r0 -neard:0.16-r0 -netbase:5.4-r0 -netcat-openbsd:1.190-r0 -net-snmp-config:19.05-r0 -nettle:3.4-r0 -net-tools:1.60+26-r0 -neutron:11.0.2+git0+7fd30cb652-r0 -neutron-dhcp-agent:11.0.2+git0+7fd30cb652-r0 -neutron-l3-agent:11.0.2+git0+7fd30cb652-r0 -neutron-linuxbridge-agent:11.0.2+git0+7fd30cb652-r0 -neutron-metadata-agent:11.0.2+git0+7fd30cb652-r0 -neutron-plugin-ml2:11.0.2+git0+7fd30cb652-r0 -neutron-plugin-openvswitch:11.0.2+git0+7fd30cb652-r0 -neutron-plugin-openvswitch-setup:11.0.2+git0+7fd30cb652-r0 -neutron-server:11.0.2+git0+7fd30cb652-r0 -neutron-setup:11.0.2+git0+7fd30cb652-r0 -nfs-utils:2.3.1-r0 -nfs-utils-client:2.3.1-r0 -nfs-utils-mount:2.3.1-r0 -nfv-client:19.05-r0 -nfv-common:19.05-r0 -nfv-plugins:19.05-r0 -nfv-tools:19.05-r0 -nfv-vim:19.05-r0 -nodejs:8.12.0-r0 -nova-api:16.0.4+git0+b535f08085-r0 -nova-api-proxy:19.05-r0 -nova-common:16.0.4+git0+b535f08085-r0 -nova-compute:16.0.4+git0+b535f08085-r0 -nova-conductor:16.0.4+git0+b535f08085-r0 -nova-console:16.0.4+git0+b535f08085-r0 -nova-controller:16.0.4+git0+b535f08085-r0 -nova-ec2:16.0.4+git0+b535f08085-r0 -nova-network:16.0.4+git0+b535f08085-r0 -nova-novncproxy:16.0.4+git0+b535f08085-r0 -nova-scheduler:16.0.4+git0+b535f08085-r0 -nova-setup:16.0.4+git0+b535f08085-r0 -nova-spicehtml5proxy:16.0.4+git0+b535f08085-r0 -novnc:0.4+git0+8f12ca7a5a-r0 -nspr:4.19-r0 -nss:3.39-r0 -nss-pam-ldapd:0.9.8-r0 -ntfs-3g-ntfsprogs:2017.3.23-r0 -ntp:4.2.8p13-r0 -ntp-config:19.05-r0 -ntpdate:4.2.8p13-r0 -ntp-tickadj:4.2.8p13-r0 -numactl:2.0.12+git0+841253d131-r0 -oath:2.6.2-r0 -ofono:1.24-r0 -openipmi:2.0.25-r0 -openipmi-perl:2.0.25-r0 -open-isns:0.98-r0 -openssh:7.8p1+git-r0 -openssh-config:19.05-r0 -openssh-keygen:7.8p1+git-r0 -openssh-scp:7.8p1+git-r0 -openssh-ssh:7.8p1+git-r0 -openssh-sshd:7.8p1+git-r0 -openssl:1.1.1b-r0 -openssl-conf:1.1.1b-r0 -openssl-misc:1.1.1b-r0 -openstack-ras:1.0-r0 -openvswitch:2.10.0+5563e309b80bbea9bff538e71ecfd7e5e538bab9-r0 -openvswitch-switch:2.10.0+5563e309b80bbea9bff538e71ecfd7e5e538bab9-r0 -os-release:1.0-r0 -ovmf-shell-efi:git-r0 -p11-kit:0.23.14-r0 -packagegroup-base:1.0-r8 -packagegroup-base-3g:1.0-r8 -packagegroup-base-acpi:1.0-r8 -packagegroup-base-alsa:1.0-r8 -packagegroup-base-bluetooth:1.0-r8 -packagegroup-base-ext2:1.0-r8 -packagegroup-base-extended:1.0-r8 -packagegroup-base-ipv6:1.0-r8 -packagegroup-base-keyboard:1.0-r8 -packagegroup-base-nfc:1.0-r8 -packagegroup-base-nfs:1.0-r8 -packagegroup-base-pci:1.0-r8 -packagegroup-base-usbgadget:1.0-r8 -packagegroup-base-usbhost:1.0-r8 -packagegroup-base-wifi:1.0-r8 -packagegroup-base-zeroconf:1.0-r8 -packagegroup-cloud-compute:1.0-r0 -packagegroup-cloud-controller:1.0-r0 -packagegroup-cloud-debug:1.0-r0 -packagegroup-cloud-extras:1.0-r0 -packagegroup-cloud-network:1.0-r0 -packagegroup-core-boot:1.0-r1 -packagegroup-core-buildessential:1.0-r0 -packagegroup-core-full-cmdline:1.0-r6 -packagegroup-core-full-cmdline-extended:1.0-r6 -packagegroup-core-full-cmdline-initscripts:1.0-r6 -packagegroup-core-full-cmdline-libs:1.0-r6 -packagegroup-core-full-cmdline-multiuser:1.0-r6 -packagegroup-core-full-cmdline-sys-services:1.0-r6 -packagegroup-core-full-cmdline-utils:1.0-r6 -packagegroup-core-sdk:1.0-r9 -packagegroup-core-ssh-openssh:1.0-r1 -packagegroup-core-standalone-sdk-target:1.0-r8 -packagegroup-core-tools-debug:1.0-r3 -packagegroup-core-x11-base:1.0-r1 -packagegroup-core-x11-utils:1.0-r4 -packagegroup-core-x11-xserver:1.0-r4 -packagegroup-distro-base:1.0-r8 -packagegroup-machine-base:1.0-r8 -packagegroup-stx-config:1.0-r0 -packagegroup-stx-fault:1.0-r0 -packagegroup-stx-ha:1.0-r0 -packagegroup-stx-integ:1.0-r0 -packagegroup-stx-integ-base:1.0-r0 -packagegroup-stx-integ-cff:1.0-r0 -packagegroup-stx-integ-puppet-modules:1.0-r0 -packagegroup-stx-metal:1.0-r0 -packagegroup-stx-nfv:1.0-r0 -packagegroup-stx-update:1.0-r0 -packagegroup-stx-upstream:1.0-r0 -pam-plugin-access:1.3.0-r5 -pam-plugin-deny:1.3.0-r5 -pam-plugin-env:1.3.0-r5 -pam-plugin-faildelay:1.3.0-r5 -pam-plugin-group:1.3.0-r5 -pam-plugin-keyinit:1.3.0-r5 -pam-plugin-lastlog:1.3.0-r5 -pam-plugin-limits:1.3.0-r5 -pam-plugin-loginuid:1.3.0-r5 -pam-plugin-mail:1.3.0-r5 -pam-plugin-motd:1.3.0-r5 -pam-plugin-nologin:1.3.0-r5 -pam-plugin-permit:1.3.0-r5 -pam-plugin-rootok:1.3.0-r5 -pam-plugin-securetty:1.3.0-r5 -pam-plugin-selinux:1.3.0-r5 -pam-plugin-shells:1.3.0-r5 -pam-plugin-unix:1.3.0-r5 -pam-plugin-warn:1.3.0-r5 -pango:1.42.4-r0 -parted:3.2-r1 -patch:2.7.6-r0 -patch-alarm:19.05-r0 -pciutils:3.6.2-r0 -pciutils-ids:3.6.2-r0 -perf:4.18.33-r9 -perl:5.24.4-r0 -perl-module-anydbm-file:5.24.4-r0 -perl-module-app-cpan:5.24.4-r0 -perl-module-app-prove:5.24.4-r0 -perl-module-app-prove-state:5.24.4-r0 -perl-module-app-prove-state-result:5.24.4-r0 -perl-module-app-prove-state-result-test:5.24.4-r0 -perl-module-archive-tar:5.24.4-r0 -perl-module-archive-tar-constant:5.24.4-r0 -perl-module-archive-tar-file:5.24.4-r0 -perl-module-arybase:5.24.4-r0 -perl-module-attribute-handlers:5.24.4-r0 -perl-module-attributes:5.24.4-r0 -perl-module-autodie:5.24.4-r0 -perl-module-autodie-exception:5.24.4-r0 -perl-module-autodie-exception-system:5.24.4-r0 -perl-module-autodie-hints:5.24.4-r0 -perl-module-autodie-scope-guard:5.24.4-r0 -perl-module-autodie-scope-guardstack:5.24.4-r0 -perl-module-autodie-skip:5.24.4-r0 -perl-module-autodie-util:5.24.4-r0 -perl-module-autoloader:5.24.4-r0 -perl-module-autosplit:5.24.4-r0 -perl-module-autouse:5.24.4-r0 -perl-module-b:5.24.4-r0 -perl-module-base:5.24.4-r0 -perl-module-b-concise:5.24.4-r0 -perl-module-b-debug:5.24.4-r0 -perl-module-b-deparse:5.24.4-r0 -perl-module-benchmark:5.24.4-r0 -perl-module-bigint:5.24.4-r0 -perl-module-bignum:5.24.4-r0 -perl-module-bigrat:5.24.4-r0 -perl-module-blib:5.24.4-r0 -perl-module-b-op-private:5.24.4-r0 -perl-module-b-showlex:5.24.4-r0 -perl-module-b-terse:5.24.4-r0 -perl-module-b-xref:5.24.4-r0 -perl-module-bytes:5.24.4-r0 -perl-module-bytes-heavy:5.24.4-r0 -perl-module-carp:5.24.4-r0 -perl-module-carp-heavy:5.24.4-r0 -perl-module--charnames:5.24.4-r0 -perl-module-charnames:5.24.4-r0 -perl-module-class-struct:5.24.4-r0 -perl-module-compress-raw-bzip2:5.24.4-r0 -perl-module-compress-raw-zlib:5.24.4-r0 -perl-module-compress-zlib:5.24.4-r0 -perl-module-config-extensions:5.24.4-r0 -perl-module-config-perl-v:5.24.4-r0 -perl-module-constant:5.24.4-r0 -perl-module-corelist:5.24.4-r0 -perl-module-cpan:5.24.4-r0 -perl-module-cwd:5.24.4-r0 -perl-module-data-dumper:5.24.4-r0 -perl-module-db:5.24.4-r0 -perl-module-dbm-filter:5.24.4-r0 -perl-module-dbm-filter-compress:5.24.4-r0 -perl-module-dbm-filter-encode:5.24.4-r0 -perl-module-dbm-filter-int32:5.24.4-r0 -perl-module-dbm-filter-null:5.24.4-r0 -perl-module-dbm-filter-utf8:5.24.4-r0 -perl-module-deprecate:5.24.4-r0 -perl-module-diagnostics:5.24.4-r0 -perl-module-digest:5.24.4-r0 -perl-module-digest-base:5.24.4-r0 -perl-module-digest-file:5.24.4-r0 -perl-module-digest-md5:5.24.4-r0 -perl-module-digest-sha:5.24.4-r0 -perl-module-dirhandle:5.24.4-r0 -perl-module-dumpvalue:5.24.4-r0 -perl-module-dumpvar:5.24.4-r0 -perl-module-dynaloader:5.24.4-r0 -perl-module-encode:5.24.4-r0 -perl-module-encode-alias:5.24.4-r0 -perl-module-encode-byte:5.24.4-r0 -perl-module-encode-changes:5.24.4-r0 -perl-module-encode-cjkconstants:5.24.4-r0 -perl-module-encode-cn:5.24.4-r0 -perl-module-encode-cn-hz:5.24.4-r0 -perl-module-encode-config:5.24.4-r0 -perl-module-encode-configlocal-pm:5.24.4-r0 -perl-module-encode-ebcdic:5.24.4-r0 -perl-module-encode-encoder:5.24.4-r0 -perl-module-encode-encoding:5.24.4-r0 -perl-module-encode-gsm0338:5.24.4-r0 -perl-module-encode-guess:5.24.4-r0 -perl-module-encode-jp:5.24.4-r0 -perl-module-encode-jp-h2z:5.24.4-r0 -perl-module-encode-jp-jis7:5.24.4-r0 -perl-module-encode-kr-2022-kr:5.24.4-r0 -perl-module-encode-kr:5.24.4-r0 -perl-module-encode-makefile-pl:5.24.4-r0 -perl-module-encode-mime-header:5.24.4-r0 -perl-module-encode-mime-header-iso-2022-jp:5.24.4-r0 -perl-module-encode-mime-name:5.24.4-r0 -perl-module-encode--pm:5.24.4-r0 -perl-module-encode-readme:5.24.4-r0 -perl-module-encode-symbol:5.24.4-r0 -perl-module-encode--t:5.24.4-r0 -perl-module-encode-tw:5.24.4-r0 -perl-module-encode-unicode:5.24.4-r0 -perl-module-encode-unicode-utf7:5.24.4-r0 -perl-module-encoding:5.24.4-r0 -perl-module-encoding-warnings:5.24.4-r0 -perl-module-english:5.24.4-r0 -perl-module-env:5.24.4-r0 -perl-module-errno:5.24.4-r0 -perl-module-experimental:5.24.4-r0 -perl-module-exporter:5.24.4-r0 -perl-module-exporter-heavy:5.24.4-r0 -perl-module-extutils-cbuilder:5.24.4-r0 -perl-module-extutils-cbuilder-base:5.24.4-r0 -perl-module-extutils-cbuilder-platform-aix:5.24.4-r0 -perl-module-extutils-cbuilder-platform-android:5.24.4-r0 -perl-module-extutils-cbuilder-platform-cygwin:5.24.4-r0 -perl-module-extutils-cbuilder-platform-darwin:5.24.4-r0 -perl-module-extutils-cbuilder-platform-dec-osf:5.24.4-r0 -perl-module-extutils-cbuilder-platform-os2:5.24.4-r0 -perl-module-extutils-cbuilder-platform-unix:5.24.4-r0 -perl-module-extutils-cbuilder-platform-vms:5.24.4-r0 -perl-module-extutils-cbuilder-platform-windows:5.24.4-r0 -perl-module-extutils-cbuilder-platform-windows-bcc:5.24.4-r0 -perl-module-extutils-cbuilder-platform-windows-gcc:5.24.4-r0 -perl-module-extutils-cbuilder-platform-windows-msvc:5.24.4-r0 -perl-module-extutils-command:5.24.4-r0 -perl-module-extutils-command-mm:5.24.4-r0 -perl-module-extutils-constant:5.24.4-r0 -perl-module-extutils-constant-base:5.24.4-r0 -perl-module-extutils-constant-proxysubs:5.24.4-r0 -perl-module-extutils-constant-utils:5.24.4-r0 -perl-module-extutils-constant-xs:5.24.4-r0 -perl-module-extutils-embed:5.24.4-r0 -perl-module-extutils-install:5.24.4-r0 -perl-module-extutils-installed:5.24.4-r0 -perl-module-extutils-liblist:5.24.4-r0 -perl-module-extutils-liblist-kid:5.24.4-r0 -perl-module-extutils-makemaker:5.24.4-r0 -perl-module-extutils-makemaker-config:5.24.4-r0 -perl-module-extutils-makemaker-locale:5.24.4-r0 -perl-module-extutils-makemaker-version:5.24.4-r0 -perl-module-extutils-manifest:5.24.4-r0 -perl-module-extutils-miniperl:5.24.4-r0 -perl-module-extutils-mkbootstrap:5.24.4-r0 -perl-module-extutils-mksymlists:5.24.4-r0 -perl-module-extutils-mm:5.24.4-r0 -perl-module-extutils-mm-aix:5.24.4-r0 -perl-module-extutils-mm-any:5.24.4-r0 -perl-module-extutils-mm-beos:5.24.4-r0 -perl-module-extutils-mm-cygwin:5.24.4-r0 -perl-module-extutils-mm-darwin:5.24.4-r0 -perl-module-extutils-mm-dos:5.24.4-r0 -perl-module-extutils-mm-macos:5.24.4-r0 -perl-module-extutils-mm-nw5:5.24.4-r0 -perl-module-extutils-mm-os2:5.24.4-r0 -perl-module-extutils-mm-qnx:5.24.4-r0 -perl-module-extutils-mm-unix:5.24.4-r0 -perl-module-extutils-mm-uwin:5.24.4-r0 -perl-module-extutils-mm-vms:5.24.4-r0 -perl-module-extutils-mm-vos:5.24.4-r0 -perl-module-extutils-mm-win32:5.24.4-r0 -perl-module-extutils-mm-win95:5.24.4-r0 -perl-module-extutils-my:5.24.4-r0 -perl-module-extutils-packlist:5.24.4-r0 -perl-module-extutils-parsexs:5.24.4-r0 -perl-module-extutils-parsexs-constants:5.24.4-r0 -perl-module-extutils-parsexs-countlines:5.24.4-r0 -perl-module-extutils-parsexs-eval:5.24.4-r0 -perl-module-extutils-parsexs-utilities:5.24.4-r0 -perl-module-extutils-testlib:5.24.4-r0 -perl-module-extutils-typemaps:5.24.4-r0 -perl-module-extutils-typemaps-cmd:5.24.4-r0 -perl-module-extutils-typemaps-inputmap:5.24.4-r0 -perl-module-extutils-typemaps-outputmap:5.24.4-r0 -perl-module-extutils-typemaps-type:5.24.4-r0 -perl-module-fatal:5.24.4-r0 -perl-module-fcntl:5.24.4-r0 -perl-module-feature:5.24.4-r0 -perl-module-fields:5.24.4-r0 -perl-module-file-basename:5.24.4-r0 -perl-module-filecache:5.24.4-r0 -perl-module-file-compare:5.24.4-r0 -perl-module-file-copy:5.24.4-r0 -perl-module-file-dosglob:5.24.4-r0 -perl-module-file-fetch:5.24.4-r0 -perl-module-file-find:5.24.4-r0 -perl-module-file-glob:5.24.4-r0 -perl-module-file-globmapper:5.24.4-r0 -perl-module-filehandle:5.24.4-r0 -perl-module-file-path:5.24.4-r0 -perl-module-file-spec:5.24.4-r0 -perl-module-file-spec-amigaos:5.24.4-r0 -perl-module-file-spec-cygwin:5.24.4-r0 -perl-module-file-spec-epoc:5.24.4-r0 -perl-module-file-spec-functions:5.24.4-r0 -perl-module-file-spec-mac:5.24.4-r0 -perl-module-file-spec-os2:5.24.4-r0 -perl-module-file-spec-unix:5.24.4-r0 -perl-module-file-spec-vms:5.24.4-r0 -perl-module-file-spec-win32:5.24.4-r0 -perl-module-file-stat:5.24.4-r0 -perl-module-file-temp:5.24.4-r0 -perl-module-filetest:5.24.4-r0 -perl-module-filter-simple:5.24.4-r0 -perl-module-filter-util-call:5.24.4-r0 -perl-module-findbin:5.24.4-r0 -perl-module-getopt-long:5.24.4-r0 -perl-module-getopt-std:5.24.4-r0 -perl-module-hash-util:5.24.4-r0 -perl-module-hash-util-fieldhash:5.24.4-r0 -perl-module-http-tiny:5.24.4-r0 -perl-module-i18n-collate:5.24.4-r0 -perl-module-i18n-langinfo:5.24.4-r0 -perl-module-i18n-langtags:5.24.4-r0 -perl-module-i18n-langtags-detect:5.24.4-r0 -perl-module-i18n-langtags-list:5.24.4-r0 -perl-module-if:5.24.4-r0 -perl-module-integer:5.24.4-r0 -perl-module-io:5.24.4-r0 -perl-module-io-compress-adapter-bzip2:5.24.4-r0 -perl-module-io-compress-adapter-deflate:5.24.4-r0 -perl-module-io-compress-adapter-identity:5.24.4-r0 -perl-module-io-compress-base:5.24.4-r0 -perl-module-io-compress-base-common:5.24.4-r0 -perl-module-io-compress-bzip2:5.24.4-r0 -perl-module-io-compress-deflate:5.24.4-r0 -perl-module-io-compress-gzip:5.24.4-r0 -perl-module-io-compress-gzip-constants:5.24.4-r0 -perl-module-io-compress-rawdeflate:5.24.4-r0 -perl-module-io-compress-zip:5.24.4-r0 -perl-module-io-compress-zip-constants:5.24.4-r0 -perl-module-io-compress-zlib-constants:5.24.4-r0 -perl-module-io-compress-zlib-extra:5.24.4-r0 -perl-module-io-dir:5.24.4-r0 -perl-module-io-file:5.24.4-r0 -perl-module-io-handle:5.24.4-r0 -perl-module-io-pipe:5.24.4-r0 -perl-module-io-poll:5.24.4-r0 -perl-module-io-seekable:5.24.4-r0 -perl-module-io-select:5.24.4-r0 -perl-module-io-socket:5.24.4-r0 -perl-module-io-socket-inet:5.24.4-r0 -perl-module-io-socket-ip:5.24.4-r0 -perl-module-io-socket-unix:5.24.4-r0 -perl-module-io-uncompress-adapter-bunzip2:5.24.4-r0 -perl-module-io-uncompress-adapter-identity:5.24.4-r0 -perl-module-io-uncompress-adapter-inflate:5.24.4-r0 -perl-module-io-uncompress-anyinflate:5.24.4-r0 -perl-module-io-uncompress-anyuncompress:5.24.4-r0 -perl-module-io-uncompress-base:5.24.4-r0 -perl-module-io-uncompress-bunzip2:5.24.4-r0 -perl-module-io-uncompress-gunzip:5.24.4-r0 -perl-module-io-uncompress-inflate:5.24.4-r0 -perl-module-io-uncompress-rawinflate:5.24.4-r0 -perl-module-io-uncompress-unzip:5.24.4-r0 -perl-module-io-zlib:5.24.4-r0 -perl-module-ipc-cmd:5.24.4-r0 -perl-module-ipc-msg:5.24.4-r0 -perl-module-ipc-open2:5.24.4-r0 -perl-module-ipc-open3:5.24.4-r0 -perl-module-ipc-semaphore:5.24.4-r0 -perl-module-ipc-sharedmem:5.24.4-r0 -perl-module-ipc-sysv:5.24.4-r0 -perl-module-json-pp:5.24.4-r0 -perl-module-json-pp-boolean:5.24.4-r0 -perl-module-less:5.24.4-r0 -perl-module-lib:5.24.4-r0 -perl-module-list-util:5.24.4-r0 -perl-module-list-util-xs:5.24.4-r0 -perl-module-load:5.24.4-r0 -perl-module-loaded:5.24.4-r0 -perl-module-locale:5.24.4-r0 -perl-module-locale-codes:5.24.4-r0 -perl-module-locale-codes-constants:5.24.4-r0 -perl-module-locale-codes-country:5.24.4-r0 -perl-module-locale-codes-country-codes:5.24.4-r0 -perl-module-locale-codes-country-retired:5.24.4-r0 -perl-module-locale-codes-currency:5.24.4-r0 -perl-module-locale-codes-currency-codes:5.24.4-r0 -perl-module-locale-codes-currency-retired:5.24.4-r0 -perl-module-locale-codes-langext:5.24.4-r0 -perl-module-locale-codes-langext-codes:5.24.4-r0 -perl-module-locale-codes-langext-retired:5.24.4-r0 -perl-module-locale-codes-langfam:5.24.4-r0 -perl-module-locale-codes-langfam-codes:5.24.4-r0 -perl-module-locale-codes-langfam-retired:5.24.4-r0 -perl-module-locale-codes-language:5.24.4-r0 -perl-module-locale-codes-language-codes:5.24.4-r0 -perl-module-locale-codes-language-retired:5.24.4-r0 -perl-module-locale-codes-langvar:5.24.4-r0 -perl-module-locale-codes-langvar-codes:5.24.4-r0 -perl-module-locale-codes-langvar-retired:5.24.4-r0 -perl-module-locale-codes-script:5.24.4-r0 -perl-module-locale-codes-script-codes:5.24.4-r0 -perl-module-locale-codes-script-retired:5.24.4-r0 -perl-module-locale-country:5.24.4-r0 -perl-module-locale-currency:5.24.4-r0 -perl-module-locale-language:5.24.4-r0 -perl-module-locale-maketext:5.24.4-r0 -perl-module-locale-maketext-guts:5.24.4-r0 -perl-module-locale-maketext-gutsloader:5.24.4-r0 -perl-module-locale-maketext-simple:5.24.4-r0 -perl-module-locale-script:5.24.4-r0 -perl-module-math-bigfloat:5.24.4-r0 -perl-module-math-bigfloat-trace:5.24.4-r0 -perl-module-math-bigint:5.24.4-r0 -perl-module-math-bigint-calc:5.24.4-r0 -perl-module-math-bigint-calcemu:5.24.4-r0 -perl-module-math-bigint-fastcalc:5.24.4-r0 -perl-module-math-bigint-trace:5.24.4-r0 -perl-module-math-bigrat:5.24.4-r0 -perl-module-math-complex:5.24.4-r0 -perl-module-math-trig:5.24.4-r0 -perl-module-memoize:5.24.4-r0 -perl-module-memoize-anydbm-file:5.24.4-r0 -perl-module-memoize-expire:5.24.4-r0 -perl-module-memoize-expirefile:5.24.4-r0 -perl-module-memoize-expiretest:5.24.4-r0 -perl-module-memoize-ndbm-file:5.24.4-r0 -perl-module-memoize-sdbm-file:5.24.4-r0 -perl-module-memoize-storable:5.24.4-r0 -perl-module-metadata:5.24.4-r0 -perl-module-meta-notation:5.24.4-r0 -perl-module-mime-base64:5.24.4-r0 -perl-module-mime-quotedprint:5.24.4-r0 -perl-module-mro:5.24.4-r0 -perl-module-ndbm-file:5.24.4-r0 -perl-module-net-cmd:5.24.4-r0 -perl-module-net-config:5.24.4-r0 -perl-module-net-domain:5.24.4-r0 -perl-module-net-ftp:5.24.4-r0 -perl-module-net-ftp-a:5.24.4-r0 -perl-module-net-ftp-dataconn:5.24.4-r0 -perl-module-net-ftp-e:5.24.4-r0 -perl-module-net-ftp-i:5.24.4-r0 -perl-module-net-ftp-l:5.24.4-r0 -perl-module-net-hostent:5.24.4-r0 -perl-module-net-netent:5.24.4-r0 -perl-module-net-netrc:5.24.4-r0 -perl-module-net-nntp:5.24.4-r0 -perl-module-net-ping:5.24.4-r0 -perl-module-net-pop3:5.24.4-r0 -perl-module-net-protoent:5.24.4-r0 -perl-module-net-servent:5.24.4-r0 -perl-module-net-smtp:5.24.4-r0 -perl-module-net-time:5.24.4-r0 -perl-module-next:5.24.4-r0 -perl-module-o:5.24.4-r0 -perl-module-odbm-file:5.24.4-r0 -perl-module-ok:5.24.4-r0 -perl-module-opcode:5.24.4-r0 -perl-module-open:5.24.4-r0 -perl-module-ops:5.24.4-r0 -perl-module-overload:5.24.4-r0 -perl-module-overloading:5.24.4-r0 -perl-module-overload-numbers:5.24.4-r0 -perl-module-params-check:5.24.4-r0 -perl-module-parent:5.24.4-r0 -perl-module-parse-cpan-meta:5.24.4-r0 -perl-module-perl5db:5.24.4-r0 -perl-module-perlfaq:5.24.4-r0 -perl-module-perlio:5.24.4-r0 -perl-module-perlio-encoding:5.24.4-r0 -perl-module-perlio-mmap:5.24.4-r0 -perl-module-perlio-scalar:5.24.4-r0 -perl-module-perlio-via:5.24.4-r0 -perl-module-perlio-via-quotedprint:5.24.4-r0 -perl-module-perl-ostype:5.24.4-r0 -perl-module-pod-checker:5.24.4-r0 -perl-module-pod-escapes:5.24.4-r0 -perl-module-pod-find:5.24.4-r0 -perl-module-pod-functions:5.24.4-r0 -perl-module-pod-html:5.24.4-r0 -perl-module-pod-inputobjects:5.24.4-r0 -perl-module-pod-man:5.24.4-r0 -perl-module-pod-parselink:5.24.4-r0 -perl-module-pod-parser:5.24.4-r0 -perl-module-pod-parseutils:5.24.4-r0 -perl-module-pod-perldoc:5.24.4-r0 -perl-module-pod-perldoc-baseto:5.24.4-r0 -perl-module-pod-perldoc-getoptsoo:5.24.4-r0 -perl-module-pod-perldoc-toansi:5.24.4-r0 -perl-module-pod-perldoc-tochecker:5.24.4-r0 -perl-module-pod-perldoc-toman:5.24.4-r0 -perl-module-pod-perldoc-tonroff:5.24.4-r0 -perl-module-pod-perldoc-topod:5.24.4-r0 -perl-module-pod-perldoc-tortf:5.24.4-r0 -perl-module-pod-perldoc-toterm:5.24.4-r0 -perl-module-pod-perldoc-totext:5.24.4-r0 -perl-module-pod-perldoc-totk:5.24.4-r0 -perl-module-pod-perldoc-toxml:5.24.4-r0 -perl-module-pod-plaintext:5.24.4-r0 -perl-module-pod-select:5.24.4-r0 -perl-module-pod-simple:5.24.4-r0 -perl-module-pod-simple-blackbox:5.24.4-r0 -perl-module-pod-simple-checker:5.24.4-r0 -perl-module-pod-simple-debug:5.24.4-r0 -perl-module-pod-simple-dumpastext:5.24.4-r0 -perl-module-pod-simple-dumpasxml:5.24.4-r0 -perl-module-pod-simple-html:5.24.4-r0 -perl-module-pod-simple-htmlbatch:5.24.4-r0 -perl-module-pod-simple-htmllegacy:5.24.4-r0 -perl-module-pod-simple-linksection:5.24.4-r0 -perl-module-pod-simple-methody:5.24.4-r0 -perl-module-pod-simple-progress:5.24.4-r0 -perl-module-pod-simple-pullparser:5.24.4-r0 -perl-module-pod-simple-pullparserendtoken:5.24.4-r0 -perl-module-pod-simple-pullparserstarttoken:5.24.4-r0 -perl-module-pod-simple-pullparsertexttoken:5.24.4-r0 -perl-module-pod-simple-pullparsertoken:5.24.4-r0 -perl-module-pod-simple-rtf:5.24.4-r0 -perl-module-pod-simple-search:5.24.4-r0 -perl-module-pod-simple-simpletree:5.24.4-r0 -perl-module-pod-simple-text:5.24.4-r0 -perl-module-pod-simple-textcontent:5.24.4-r0 -perl-module-pod-simple-tiedoutfh:5.24.4-r0 -perl-module-pod-simple-transcode:5.24.4-r0 -perl-module-pod-simple-transcodedumb:5.24.4-r0 -perl-module-pod-simple-transcodesmart:5.24.4-r0 -perl-module-pod-simple-xhtml:5.24.4-r0 -perl-module-pod-simple-xmloutstream:5.24.4-r0 -perl-module-pod-text:5.24.4-r0 -perl-module-pod-text-color:5.24.4-r0 -perl-module-pod-text-overstrike:5.24.4-r0 -perl-module-pod-text-termcap:5.24.4-r0 -perl-module-pod-usage:5.24.4-r0 -perl-module-posix:5.24.4-r0 -perl-module-re:5.24.4-r0 -perl-modules:5.24.4-r0 -perl-module-safe:5.24.4-r0 -perl-module-scalar-util:5.24.4-r0 -perl-module-sdbm-file:5.24.4-r0 -perl-module-search-dict:5.24.4-r0 -perl-module-selectsaver:5.24.4-r0 -perl-module-selfloader:5.24.4-r0 -perl-module-sigtrap:5.24.4-r0 -perl-module-socket:5.24.4-r0 -perl-module-sort:5.24.4-r0 -perl-module-storable:5.24.4-r0 -perl-module-subs:5.24.4-r0 -perl-module-sub-util:5.24.4-r0 -perl-module-symbol:5.24.4-r0 -perl-module-sys-hostname:5.24.4-r0 -perl-module-sys-syslog:5.24.4-r0 -perl-module-tap-base:5.24.4-r0 -perl-module-tap-formatter-base:5.24.4-r0 -perl-module-tap-formatter-color:5.24.4-r0 -perl-module-tap-formatter-console:5.24.4-r0 -perl-module-tap-formatter-console-parallelsession:5.24.4-r0 -perl-module-tap-formatter-console-session:5.24.4-r0 -perl-module-tap-formatter-file:5.24.4-r0 -perl-module-tap-formatter-file-session:5.24.4-r0 -perl-module-tap-formatter-session:5.24.4-r0 -perl-module-tap-harness:5.24.4-r0 -perl-module-tap-harness-env:5.24.4-r0 -perl-module-tap-object:5.24.4-r0 -perl-module-tap-parser:5.24.4-r0 -perl-module-tap-parser-aggregator:5.24.4-r0 -perl-module-tap-parser-grammar:5.24.4-r0 -perl-module-tap-parser-iterator:5.24.4-r0 -perl-module-tap-parser-iterator-array:5.24.4-r0 -perl-module-tap-parser-iteratorfactory:5.24.4-r0 -perl-module-tap-parser-iterator-process:5.24.4-r0 -perl-module-tap-parser-iterator-stream:5.24.4-r0 -perl-module-tap-parser-multiplexer:5.24.4-r0 -perl-module-tap-parser-result:5.24.4-r0 -perl-module-tap-parser-result-bailout:5.24.4-r0 -perl-module-tap-parser-result-comment:5.24.4-r0 -perl-module-tap-parser-resultfactory:5.24.4-r0 -perl-module-tap-parser-result-plan:5.24.4-r0 -perl-module-tap-parser-result-pragma:5.24.4-r0 -perl-module-tap-parser-result-test:5.24.4-r0 -perl-module-tap-parser-result-unknown:5.24.4-r0 -perl-module-tap-parser-result-version:5.24.4-r0 -perl-module-tap-parser-result-yaml:5.24.4-r0 -perl-module-tap-parser-scheduler:5.24.4-r0 -perl-module-tap-parser-scheduler-job:5.24.4-r0 -perl-module-tap-parser-scheduler-spinner:5.24.4-r0 -perl-module-tap-parser-source:5.24.4-r0 -perl-module-tap-parser-sourcehandler:5.24.4-r0 -perl-module-tap-parser-sourcehandler-executable:5.24.4-r0 -perl-module-tap-parser-sourcehandler-file:5.24.4-r0 -perl-module-tap-parser-sourcehandler-handle:5.24.4-r0 -perl-module-tap-parser-sourcehandler-perl:5.24.4-r0 -perl-module-tap-parser-sourcehandler-rawtap:5.24.4-r0 -perl-module-tap-parser-yamlish-reader:5.24.4-r0 -perl-module-tap-parser-yamlish-writer:5.24.4-r0 -perl-module-term-ansicolor:5.24.4-r0 -perl-module-term-cap:5.24.4-r0 -perl-module-term-complete:5.24.4-r0 -perl-module-term-readline:5.24.4-r0 -perl-module-test:5.24.4-r0 -perl-module-test-builder:5.24.4-r0 -perl-module-test-builder-io-scalar:5.24.4-r0 -perl-module-test-builder-module:5.24.4-r0 -perl-module-test-builder-tester:5.24.4-r0 -perl-module-test-builder-tester-color:5.24.4-r0 -perl-module-test-harness:5.24.4-r0 -perl-module-test-more:5.24.4-r0 -perl-module-test-simple:5.24.4-r0 -perl-module-test-tester:5.24.4-r0 -perl-module-test-tester-capture:5.24.4-r0 -perl-module-test-tester-capturerunner:5.24.4-r0 -perl-module-test-tester-delegate:5.24.4-r0 -perl-module-test-use-ok:5.24.4-r0 -perl-module-text-abbrev:5.24.4-r0 -perl-module-text-balanced:5.24.4-r0 -perl-module-text-parsewords:5.24.4-r0 -perl-module-text-tabs:5.24.4-r0 -perl-module-text-wrap:5.24.4-r0 -perl-module-thread:5.24.4-r0 -perl-module-thread-queue:5.24.4-r0 -perl-module-threads:5.24.4-r0 -perl-module-thread-semaphore:5.24.4-r0 -perl-module-threads-shared:5.24.4-r0 -perl-module-tie-array:5.24.4-r0 -perl-module-tie-file:5.24.4-r0 -perl-module-tie-handle:5.24.4-r0 -perl-module-tie-hash:5.24.4-r0 -perl-module-tie-hash-namedcapture:5.24.4-r0 -perl-module-tie-memoize:5.24.4-r0 -perl-module-tie-refhash:5.24.4-r0 -perl-module-tie-scalar:5.24.4-r0 -perl-module-tie-stdhandle:5.24.4-r0 -perl-module-tie-substrhash:5.24.4-r0 -perl-module-time-gmtime:5.24.4-r0 -perl-module-time-hires:5.24.4-r0 -perl-module-time-local:5.24.4-r0 -perl-module-time-localtime:5.24.4-r0 -perl-module-time-piece:5.24.4-r0 -perl-module-time-seconds:5.24.4-r0 -perl-module-time-tm:5.24.4-r0 -perl-module-unicode-collate:5.24.4-r0 -perl-module-unicode-collate-cjk-big5:5.24.4-r0 -perl-module-unicode-collate-cjk-gb2312:5.24.4-r0 -perl-module-unicode-collate-cjk-jisx0208:5.24.4-r0 -perl-module-unicode-collate-cjk-korean:5.24.4-r0 -perl-module-unicode-collate-cjk-pinyin:5.24.4-r0 -perl-module-unicode-collate-cjk-stroke:5.24.4-r0 -perl-module-unicode-collate-cjk-zhuyin:5.24.4-r0 -perl-module-unicode-collate-locale:5.24.4-r0 -perl-module-unicode-collate-locale-af:5.24.4-r0 -perl-module-unicode-collate-locale-ar:5.24.4-r0 -perl-module-unicode-collate-locale-as:5.24.4-r0 -perl-module-unicode-collate-locale-az:5.24.4-r0 -perl-module-unicode-collate-locale-be:5.24.4-r0 -perl-module-unicode-collate-locale-bg:5.24.4-r0 -perl-module-unicode-collate-locale-bn:5.24.4-r0 -perl-module-unicode-collate-locale-ca:5.24.4-r0 -perl-module-unicode-collate-locale-cs:5.24.4-r0 -perl-module-unicode-collate-locale-cy:5.24.4-r0 -perl-module-unicode-collate-locale-da:5.24.4-r0 -perl-module-unicode-collate-locale-de-phone:5.24.4-r0 -perl-module-unicode-collate-locale-ee:5.24.4-r0 -perl-module-unicode-collate-locale-eo:5.24.4-r0 -perl-module-unicode-collate-locale-es:5.24.4-r0 -perl-module-unicode-collate-locale-es-trad:5.24.4-r0 -perl-module-unicode-collate-locale-et:5.24.4-r0 -perl-module-unicode-collate-locale-fa:5.24.4-r0 -perl-module-unicode-collate-locale-fi:5.24.4-r0 -perl-module-unicode-collate-locale-fil:5.24.4-r0 -perl-module-unicode-collate-locale-fi-phone:5.24.4-r0 -perl-module-unicode-collate-locale-fo:5.24.4-r0 -perl-module-unicode-collate-locale-fr:5.24.4-r0 -perl-module-unicode-collate-locale-gu:5.24.4-r0 -perl-module-unicode-collate-locale-ha:5.24.4-r0 -perl-module-unicode-collate-locale-haw:5.24.4-r0 -perl-module-unicode-collate-locale-hi:5.24.4-r0 -perl-module-unicode-collate-locale-hr:5.24.4-r0 -perl-module-unicode-collate-locale-hu:5.24.4-r0 -perl-module-unicode-collate-locale-hy:5.24.4-r0 -perl-module-unicode-collate-locale-ig:5.24.4-r0 -perl-module-unicode-collate-locale-is:5.24.4-r0 -perl-module-unicode-collate-locale-ja:5.24.4-r0 -perl-module-unicode-collate-locale-kk:5.24.4-r0 -perl-module-unicode-collate-locale-kl:5.24.4-r0 -perl-module-unicode-collate-locale-kn:5.24.4-r0 -perl-module-unicode-collate-locale-ko:5.24.4-r0 -perl-module-unicode-collate-locale-kok:5.24.4-r0 -perl-module-unicode-collate-locale-ln:5.24.4-r0 -perl-module-unicode-collate-locale-lt:5.24.4-r0 -perl-module-unicode-collate-locale-lv:5.24.4-r0 -perl-module-unicode-collate-locale-mk:5.24.4-r0 -perl-module-unicode-collate-locale-ml:5.24.4-r0 -perl-module-unicode-collate-locale-mr:5.24.4-r0 -perl-module-unicode-collate-locale-mt:5.24.4-r0 -perl-module-unicode-collate-locale-nb:5.24.4-r0 -perl-module-unicode-collate-locale-nn:5.24.4-r0 -perl-module-unicode-collate-locale-nso:5.24.4-r0 -perl-module-unicode-collate-locale-om:5.24.4-r0 -perl-module-unicode-collate-locale-or:5.24.4-r0 -perl-module-unicode-collate-locale-pa:5.24.4-r0 -perl-module-unicode-collate-locale-pl:5.24.4-r0 -perl-module-unicode-collate-locale-ro:5.24.4-r0 -perl-module-unicode-collate-locale-ru:5.24.4-r0 -perl-module-unicode-collate-locale-sa:5.24.4-r0 -perl-module-unicode-collate-locale-se:5.24.4-r0 -perl-module-unicode-collate-locale-si:5.24.4-r0 -perl-module-unicode-collate-locale-si-dict:5.24.4-r0 -perl-module-unicode-collate-locale-sk:5.24.4-r0 -perl-module-unicode-collate-locale-sl:5.24.4-r0 -perl-module-unicode-collate-locale-sq:5.24.4-r0 -perl-module-unicode-collate-locale-sr:5.24.4-r0 -perl-module-unicode-collate-locale-sv:5.24.4-r0 -perl-module-unicode-collate-locale-sv-refo:5.24.4-r0 -perl-module-unicode-collate-locale-ta:5.24.4-r0 -perl-module-unicode-collate-locale-te:5.24.4-r0 -perl-module-unicode-collate-locale-th:5.24.4-r0 -perl-module-unicode-collate-locale-tn:5.24.4-r0 -perl-module-unicode-collate-locale-to:5.24.4-r0 -perl-module-unicode-collate-locale-tr:5.24.4-r0 -perl-module-unicode-collate-locale-uk:5.24.4-r0 -perl-module-unicode-collate-locale-ur:5.24.4-r0 -perl-module-unicode-collate-locale-vi:5.24.4-r0 -perl-module-unicode-collate-locale-wae:5.24.4-r0 -perl-module-unicode-collate-locale-wo:5.24.4-r0 -perl-module-unicode-collate-locale-yo:5.24.4-r0 -perl-module-unicode-collate-locale-zh:5.24.4-r0 -perl-module-unicode-collate-locale-zh-big5:5.24.4-r0 -perl-module-unicode-collate-locale-zh-gb:5.24.4-r0 -perl-module-unicode-collate-locale-zh-pin:5.24.4-r0 -perl-module-unicode-collate-locale-zh-strk:5.24.4-r0 -perl-module-unicode-collate-locale-zh-zhu:5.24.4-r0 -perl-module-unicode-normalize:5.24.4-r0 -perl-module-unicode-ucd:5.24.4-r0 -perl-module-unicore:5.24.4-r0 -perl-module-universal:5.24.4-r0 -perl-module-user-grent:5.24.4-r0 -perl-module-user-pwent:5.24.4-r0 -perl-module-utf8:5.24.4-r0 -perl-module-utf8-heavy:5.24.4-r0 -perl-module-version:5.24.4-r0 -perl-module-version-regex:5.24.4-r0 -perl-module-vmsish:5.24.4-r0 -perl-module-xsloader:5.24.4-r0 -pinentry:1.1.0-r0 -pkgconfig:0.29.2+git0+edf8e6f0ea-r0 -pm-qos-mgr:19.05-r0 -pm-utils:1.4.1-r1 -polkit:0.115-r0 -postgresql:10.5-r0 -postgresql-client:10.5-r0 -postgresql-timezone:10.5-r0 -procps:3.3.15-r0 -psmisc:23.1-r0 -pstree:23.1-r0 -ptest-runner:2.2+git0+49956f65bb-r0 -pulseaudio:12.2-r0 -puppet-manifests:19.05-r0 -puppet-modules-wrs:19.05-r0 -pytalloc:2.1.14-r0 -python-2to3:2.7.15-r1 -python3-2to3:3.5.6-r1 -python3-asn1crypto:0.24.0-r0 -python3-asyncio:3.5.6-r1 -python3-attrs:18.1.0-r0 -python3-audio:3.5.6-r1 -python3-automat:0.7.0-r0 -python3-cffi:1.11.5-r0 -python3-click:6.7-r0 -python3-codecs:3.5.6-r1 -python3-compile:3.5.6-r1 -python3-compression:3.5.6-r1 -python3-constantly:15.1.0-r0 -python3-core:3.5.6-r1 -python3-crypt:3.5.6-r1 -python3-cryptography:2.3-r0 -python3-ctypes:3.5.6-r1 -python3-curses:3.5.6-r1 -python3-datetime:3.5.6-r1 -python3-db:3.5.6-r1 -python3-debugger:3.5.6-r1 -python3-difflib:3.5.6-r1 -python3-distutils:3.5.6-r1 -python3-doctest:3.5.6-r1 -python3-email:3.5.6-r1 -python3-fcntl:3.5.6-r1 -python3-gpg:1.11.1-r0 -python3-html:3.5.6-r1 -python3-hyperlink:18.0.0-r0 -python3-idle:3.5.6-r1 -python3-idna:2.7-r0 -python3-image:3.5.6-r1 -python3-incremental:17.5.0-r0 -python3-iniparse:0.4-r0 -python3-io:3.5.6-r1 -python3-json:3.5.6-r1 -python3-logging:3.5.6-r1 -python3-mailbox:3.5.6-r1 -python3-math:3.5.6-r1 -python3-mime:3.5.6-r1 -python3-misc:3.5.6-r1 -python3-mmap:3.5.6-r1 -python3-modules:3.5.6-r1 -python3-multiprocessing:3.5.6-r1 -python3-netclient:3.5.6-r1 -python3-netserver:3.5.6-r1 -python3-numbers:3.5.6-r1 -python3-pickle:3.5.6-r1 -python3-pkgutil:3.5.6-r1 -python3-plistlib:3.5.6-r1 -python3-ply:3.11-r0 -python3-pprint:3.5.6-r1 -python3-profile:3.5.6-r1 -python3-pycparser:2.18-r0 -python3-pydoc:3.5.6-r1 -python3-resource:3.5.6-r1 -python3-rpm:4.14.2-r0 -python3-runpy:3.5.6-r1 -python3-setuptools:40.0.0-r0 -python3-shell:3.5.6-r1 -python3-six:1.11.0-r0 -python3-smtpd:3.5.6-r1 -python3-sqlite3:3.5.6-r1 -python3-stringold:3.5.6-r1 -python3-syslog:3.5.6-r1 -python3-terminal:3.5.6-r1 -python3-threading:3.5.6-r1 -python3-tkinter:3.5.6-r1 -python3-twisted:18.4.0-r0 -python3-twisted-bin:18.4.0-r0 -python3-twisted-conch:18.4.0-r0 -python3-twisted-core:18.4.0-r0 -python3-twisted-mail:18.4.0-r0 -python3-twisted-names:18.4.0-r0 -python3-twisted-pair:18.4.0-r0 -python3-twisted-protocols:18.4.0-r0 -python3-twisted-runner:18.4.0-r0 -python3-twisted-web:18.4.0-r0 -python3-twisted-words:18.4.0-r0 -python3-twisted-zsh:18.4.0-r0 -python3-typing:3.5.6-r1 -python3-unittest:3.5.6-r1 -python3-unixadmin:3.5.6-r1 -python3-venv:3.5.6-r1 -python3-xml:3.5.6-r1 -python3-xmlrpc:3.5.6-r1 -python3-zopeinterface:4.5.0-r0 -python-alembic:1.0.0-r0 -python-amqp:2.3.2-r0 -python-amqplib:1.0.2-r1 -python-anyjson:0.3.3-r0 -python-aodhclient:1.2.0-r0 -python-appdirs:1.4.3-r0 -python-argparse:2.7.15-r1 -python-arrow:0.12.0-r0 -python-asn1crypto:0.24.0-r0 -python-audio:2.7.15-r1 -python-automaton:0.8.0-r0 -python-babel:2.6.0-r0 -python-backports-functools-lru-cache:1.5-r0 -python-barbican:2015.1.0+git0+e6f05febbe-r0 -python-barbicanclient:4.5.2+git0+775de93a61-r0 -python-bcrypt:3.1.4-r0 -python-beautifulsoup4:4.4.1-r0 -python-bsddb:2.7.15-r1 -python-bson:3.7.1-r0 -python-cachetools:1.1.5+git0+42853733d0-r0 -python-castellan:0.12.1+git0+124e9296fe-r0 -python-ceilometer:5.0.0+git0+026a5d475e-r0 -python-ceilometerclient:2.9.0+git0+4ee321feee-r0 -python-ceilometerclient-bash-completion:2.9.0+git0+4ee321feee-r0 -python-certifi:2018.8.13-r0 -python-cffi:1.11.5-r0 -python-chardet:3.0.4-r0 -python-cinder:11.1.0+git0+4fb3a702ba-r0 -python-cinderclient:3.1.0+git0+3640aeab6e-r0 -python-cinderclient-bash-completion:3.1.0+git0+3640aeab6e-r0 -python-click:6.7-r0 -python-cliff:2.9.1-r0 -python-cmd2:0.9.2-r0 -python-codecs:2.7.15-r1 -python-compile:2.7.15-r1 -python-compiler:2.7.15-r1 -python-compression:2.7.15-r1 -python-contextlib2:0.4.0-r0 -python-contextlib:2.7.15-r1 -python-core:2.7.15-r1 -python-coverage:4.0a5-r0 -python-croniter:0.3.5-r0 -python-crypt:2.7.15-r1 -python-cryptography:2.3-r0 -python-ctypes:2.7.15-r1 -python-curses:2.7.15-r1 -python-cursive:0.2.0+git0+ad25a4016c-r0 -python-daemon:2.1.2-r0 -python-datetime:2.7.15-r1 -python-dateutil:2.7.3-r0 -python-db:2.7.15-r1 -python-debtcollector:1.17.1-r0 -python-debugger:2.7.15-r1 -python-decorator:4.3.0-r0 -python-deprecation:1.0.1-r0 -python-designateclient:2.7.0+git0+77a705857f-r0 -python-difflib:2.7.15-r1 -python-distutils:2.7.15-r1 -python-django:1.8.6-r0 -python-django-appconf:1.0.1-r0 -python-django-babel:0.5.1+git0+88b389381c-r0 -python-django-compressor:2.1-r0 -python-django-openstack-auth:3.5.0+git0+9e108ed426-r0 -python-django-pyscss:2.0.2-r0 -python-dnspython:1.15.0-r0 -python-docker-registry-core:2.0.3-r0 -python-doctest:2.7.15-r1 -python-docutils:0.14rc2-r0 -python-dogpile.cache:0.6.2-r0 -python-editor:1.0.3-r0 -python-email:2.7.15-r1 -python-enum:0.4.4-r0 -python-enum34:1.1.6-r0 -python-enum-compat:0.0.2-r0 -python-eventlet:0.20.0-r0 -python-extras:1.0.0-r0 -python-falcon:0.2-r0 -python-fasteners:0.13.0+git0+c055890c98-r0 -python-fcntl:2.7.15-r1 -python-fixtures:3.0.0-r0 -python-flask:0.10.1-r0 -python-flask-restful:0.3.6-r0 -python-fmclient:19.05-r0 -python-funcsigs:1.0.2-r0 -python-functools32:3.2.3+2-r0 -python-futures:3.0.3+git0+6532a7449d-r0 -python-futurist:0.21.0-r0 -python-gdbm:2.7.15-r1 -python-gevent:1.0.1-r0 -python-gevent-websocket:0.10.1-r0 -python-glance:15.0.0+git0+06af2eb5ab-r0 -python-glanceclient:2.8.0+git0+13b25ff1fe-r0 -python-glance-store:0.22.0+git0+49c915f498-r0 -python-gnocchiclient:7.0.4-r0 -python-google-api-python-client:1.6.6-r0 -python-greenlet:0.4.5-r0 -python-happybase:1.1.0-r0 -python-heat:5.0.0+git0+4348b7abab-r0 -python-heat-cfntools:1.2.8-r0 -python-heatclient:1.16.1+git0+b5f3d34cd0-r0 -python-heatclient-bash-completion:1.16.1+git0+b5f3d34cd0-r0 -python-horizon:12.0.0+git0+246ff9f812-r0 -python-hotshot:2.7.15-r1 -python-hp3parclient:3.2.0-r0 -python-html:2.7.15-r1 -python-httplib2:0.11.3-r0 -python-idle:2.7.15-r1 -python-idna:2.7-r0 -python-image:2.7.15-r1 -python-inventoryclient:19.05-r0 -python-io:2.7.15-r1 -python-ipaddr:2.1.11-r0 -python-ipaddress:1.0.22-r0 -python-ipy:0.83-r0 -python-ironicclient:2.7.0-r0 -python-iso8601:0.1.12-r0 -python-itsdangerous:0.24-r0 -python-jinja2:2.10-r0 -python-json:2.7.15-r1 -python-jsonext:0.4.2-r0 -python-jsonpatch:1.23-r0 -python-jsonpath-rw:1.4.0-r0 -python-jsonpath-rw-ext:0.1.9+git0+0a2d032f97-r0 -python-jsonpointer:2.0-r0 -python-jsonschema:2.6.0-r0 -python-kafka:0.9.4+git0+4955582be1-r0 -python-keyring:5.3-r0 -python-keystone:12.0.0+git0+d07677aba5-r0 -python-keystoneauth1:3.2.0-r0 -python-keystoneclient:3.13.0+git0+7ff05baa1f-r0 -python-keystonemiddleware:4.17.0+git0+69aed26934-r0 -python-kombu:4.2.0-r0 -python-lang:2.7.15-r1 -python-ldap:2.4.45-r0 -python-lesscpy:0.10.2-r0 -python-linecache2:1.0.0-r0 -python-lockfile:0.12.2-r0 -python-logging:2.7.15-r1 -python-logutils:0.3.5-r0 -python-lxml:4.2.4-r0 -python-magnumclient:1.0.0.0b1+git0+fb1ff6777e-r0 -python-mailbox:2.7.15-r1 -python-mako:1.0.7-r0 -python-manilaclient:1.4.0+git0+0bbd2144f7-r0 -python-markupsafe:1.0-r0 -python-math:2.7.15-r1 -python-memcached:1.57+git0+664bd3e23f-r0 -python-microversion-parse:0.1.4+git0+1f6eac7c3d-r0 -python-mime:2.7.15-r1 -python-mimeparse:0.1.4-r0 -python-misc:2.7.15-r1 -python-mistralclient:1.1.0+git0+48e2780ee0-r0 -python-mmap:2.7.15-r1 -python-modules:2.7.15-r1 -python-monotonic:1.5-r0 -python-mox3:0.26.0-r0 -python-msgpack:0.5.6-r0 -python-multiprocessing:2.7.15-r1 -python-muranoclient:1.1.1-r0 -python-ndg-httpsclient:0.5.1-r0 -python-netaddr:0.7.19-r0 -python-netclient:2.7.15-r1 -python-netifaces:0.10.4-r0 -python-netserver:2.7.15-r1 -python-networkx:1.11-r0 -python-neutron:11.0.2+git0+7fd30cb652-r0 -python-neutronclient:6.5.0+git0+e145c4ef8a-r0 -python-neutronclient-bash-completion:6.5.0+git0+e145c4ef8a-r0 -python-neutron-lib:1.9.1+git0+f0d7e470c2-r0 -python-nose:1.3.7-r0 -python-nova:16.0.4+git0+b535f08085-r0 -python-nova-bash-completion:16.0.4+git0+b535f08085-r0 -python-novaclient:9.1.1+git0+204eff6dc7-r0 -python-novaclient-bash-completion:9.1.1+git0+204eff6dc7-r0 -python-novnc:0.5.1+git0+3b8ec46fd2-r0 -python-numbers:2.7.15-r1 -python-numpy:1.14.5-r0 -python-oauth2client:4.1.2-r0 -python-oauthlib:2.0.6-r0 -python-openstackclient:3.12.0+git0+ff4abb7d19-r0 -python-openstacksdk:0.9.19+git0+bd60aa4a21-r0 -python-os-brick:1.15.5+git0+4090db7667-r0 -python-osc-lib:1.7.0-r0 -python-os-client-config:1.28.0-r0 -python-oslo.cache:1.14.0+git0+f5b6ddf7d1-r0 -python-oslo.concurrency:3.21.1+git0+8adf9b1f0d-r0 -python-oslo.config:4.11.1+git0+fb07389748-r0 -python-oslo.context:2.17.0+git0+f4b6914db0-r0 -python-oslo.db:4.25.0+git0+71607d59ec-r0 -python-oslo.i18n:3.17.0+git0+f2729cd36f-r0 -python-oslo.log:3.30.0+git0+ad776e84b5-r0 -python-oslo.messaging:5.30.1+git0+a07d852b23-r0 -python-oslo.middleware:3.30.1+git0+d9ad4bae1e-r0 -python-oslo.policy:1.25.1+git0+cb9ab34cd4-r0 -python-oslo.privsep:1.22.1+git0+d27bb5371c-r0 -python-oslo.reports:1.22.0+git0+a837f40bb0-r0 -python-oslo.rootwrap:5.9.0+git0+b7b63e2ecb-r0 -python-oslo.serialization:2.20.0+git0+e56d91427c-r0 -python-oslo.service:1.25.0-r0 -python-oslo.utils:3.28.0+git0+8b3965b9bb-r0 -python-oslo.versionedobjects:1.26.0+git0+78cd10662f-r0 -python-oslo.vmware:2.23.0+git0+95a30dfa24-r0 -python-osprofiler:1.5.0-r0 -python-os-traits:0.3.3+git0+3e8b4a77aa-r0 -python-os-vif:1.7.0+git0+5184b7fc3b-r0 -python-os-win:2.2.0+git0+b507ec4e7c-r0 -python-os-xenapi:0.3.1+git0+7dce682e2a-r0 -python-ovs:2.7.2-r0 -python-ovsdbapp:0.4.1+git0+742754bce3-r0 -python-pankoclient:0.5.0-r0 -python-paramiko:2.4.1-r0 -python-passlib:1.7.1-r0 -python-paste:2.0.3-r0 -python-pastedeploy:1.5.2-r0 -python-pathlib:1.0.1-r0 -python-pbr:4.2.0-r0 -python-pecan:1.3.2-r0 -python-pep8:1.7.1-r0 -python-pexpect:3.3-r0 -python-pickle:2.7.15-r1 -python-pika:0.10.0+git0+b907f91415-r0 -python-pika-pool:0.1.3-r0 -python-pint:0.8.1-r0 -python-pip:18.0-r0 -python-pkgutil:2.7.15-r1 -python-plistlib:2.7.15-r1 -python-ply:3.11-r0 -python-positional:1.1.1-r0 -python-posix-ipc:1.0.0-r0 -python-pprint:2.7.15-r1 -python-prettytable:0.7.2-r0 -python-profile:2.7.15-r1 -python-psutil:5.4.6-r0 -python-psycopg2:2.7.5-r0 -python-ptyprocess:0.6.0-r0 -python-pyasn1:0.4.4-r0 -python-pyasn1-modules:0.2.2-r0 -python-pycadf:1.1.0+git0+c5dc0d9577-r0 -python-pycparser:2.18-r0 -python-pycrypto:2.6.1-r0 -python-pydoc:2.7.15-r1 -python-pygpgme:0.3-r0 -python-pyinotify:0.9.6-r0 -python-pymongo:3.7.1-r0 -python-pyopenssl:18.0.0-r0 -python-pyparsing:2.2.0-r0 -python-pyparted:3.11.1-r0 -python-pyperclip:1.6.2-r0 -python-pypowervm:1.1.10-r0 -python-pyroute2:0.5.2-r0 -python-pysaml2:3.0.2+git0+248c629aa5-r0 -python-pyscss:1.3.4-r0 -python-pysmi:0.2.2-r0 -python-pysnmp:4.3.5-r0 -python-pysocks:1.6.8-r0 -python-pysqlite:2.8.3-r0 -python-pytz:2018.5-r0 -python-pyudev:0.21.0-r0 -python-pyyaml:3.11-r0 -python-pyzmq:17.1.0-r0 -python-rcssmin:1.0.6-r0 -python-re:2.7.15-r1 -python-repoze.lru:0.7-r0 -python-repoze.who:2.2-r0 -python-requests:2.19.1-r0 -python-requestsexceptions:1.3.0-r0 -python-resource:2.7.15-r1 -python-retrying:1.3.3-r0 -python-rfc3986:0.4.1-r0 -python-rfc3987:1.3.7-r0 -python-rjsmin:1.0.12-r0 -python-robotparser:2.7.15-r1 -python-routes:2.4.1+git0+2dcef8079c-r0 -python-rsa:3.4.2-r0 -python-rtslib-fb:2.1.51-r0 -python-runpy:2.7.15-r1 -python-ryu:4.19+git0+51a1130f6c-r0 -python-saharaclient:0.8.0+git0+319ceb6acf-r0 -python-scrypt:0.8.6-r0 -python-semantic-version:2.4.2-r0 -python-setuptools:40.0.0-r0 -python-setuptools-git:1.2-r0 -python-shell:2.7.15-r1 -python-simplegeneric:0.8.1-r0 -python-simplejson:3.16.0-r0 -python-singledispatch:3.4.0.3-r0 -python-six:1.11.0-r0 -python-slip-dbus:0.6.1-r0 -python-smtpd:2.7.15-r1 -python-sphinx:1.7.8-r0 -python-sqlalchemy:1.0.16-r0 -python-sqlalchemy-migrate:0.11.0-r0 -python-sqlite3:2.7.15-r1 -python-sqlparse:0.2.4-r0 -python-statsd:3.2.1-r0 -python-stevedore:1.29.0-r0 -python-strict-rfc3339:0.7-r0 -python-stringold:2.7.15-r1 -python-subprocess:2.7.15-r1 -python-suds-jurko:0.6-r0 -python-swift:2.2.2+git0+4ca08cc395-r0 -python-swiftclient:3.6.0+git0+1cf074f4da-r0 -python-syslog:2.7.15-r1 -python-taskflow:2.14.1+git0+ed867c4fd1-r0 -python-tdb:1.3.16-r0 -python-tempita:0.5.3dev-r0 -python-tenacity:4.5.0-r0 -python-terminal:2.7.15-r1 -python-testtools:2.3.0-r0 -python-textutils:2.7.15-r1 -python-threading:2.7.15-r1 -python-thrift:0.11.0-r0 -python-tinyrpc:0.6-r0 -python-tkinter:2.7.15-r1 -python-tooz:1.48.0-r0 -python-traceback2:1.4.0-r0 -python-trove:4.0.0+git0+1199663529-r0 -python-troveclient:1.3.0+git0+7132f5ff78-r0 -python-typing:3.6.4-r0 -python-ujson:1.35-r0 -python-unicodecsv:0.14.1+git0+4563e33ce3-r0 -python-unittest:2.7.15-r1 -python-unixadmin:2.7.15-r1 -python-uritemplate:3.0.0-r0 -python-urllib3:1.23-r0 -python-vine:1.1.4-r0 -python-voluptuous:0.10.5-r0 -python-waitress:1.1.0-r0 -python-warlock:1.2.0-r0 -python-weakrefmethod:1.0.3-r0 -python-webob:1.8.2-r0 -python-websocket-client:0.44.0-r0 -python-websockify:0.8.0-r0 -python-webtest:2.0.29-r0 -python-werkzeug:0.10.4-r0 -python-wrapt:1.10.11-r0 -python-wsgiref:0.1.2-r0 -python-wsme:0.9.2-r0 -python-xattr:0.6.4-r0 -python-xml:2.7.15-r1 -python-xmlrpc:2.7.15-r1 -python-xstatic:1.0.1-r0 -python-xstatic-angular:1.5.8.0-r0 -python-xstatic-angular-bootstrap:2.2.0.0-r0 -python-xstatic-angular-fileupload:12.0.4.0-r0 -python-xstatic-angular-gettext:2.3.8.0-r0 -python-xstatic-angular-lrdragndrop:1.0.2.2-r0 -python-xstatic-angular-schema-form:0.8.13.0-r0 -python-xstatic-bootstrap-datepicker:1.3.1.0-r0 -python-xstatic-bootstrap-scss:3.3.7.1-r0 -python-xstatic-bootswatch:3.3.7.0-r0 -python-xstatic-d3:3.5.17.0-r0 -python-xstatic-font-awesome:4.7.0.0-r0 -python-xstatic-hogan:2.0.0.2-r0 -python-xstatic-jasmine:2.4.1.1-r0 -python-xstatic-jquery:1.10.2.1-r0 -python-xstatic-jquery-migrate:1.2.1.1-r0 -python-xstatic-jquery.quicksearch:2.0.3.1-r0 -python-xstatic-jquery.tablesorter:2.14.5.1-r0 -python-xstatic-jquery-ui:1.11.0.1-r0 -python-xstatic-jsencrypt:2.3.1.1-r0 -python-xstatic-mdi:1.4.57.0-r0 -python-xstatic-objectpath:1.2.1.0-r0 -python-xstatic-rickshaw:1.5.0.0-r0 -python-xstatic-roboto-fontface:0.5.0.0-r0 -python-xstatic-smart-table:1.4.13.2-r0 -python-xstatic-spin:1.2.5.2-r0 -python-xstatic-term.js:0.0.7.0-r0 -python-xstatic-tv4:1.2.7.0-r0 -python-yappi:0.98-r0 -python-zaqarclient:0.7.0+git0+a1c2de74c5-r0 -python-zlib:2.7.15-r1 -python-zopeinterface:4.5.0-r0 -qemu:3.0.0-r0 -quilt:0.65-r0 -quota:4.04-r0 -rabbitmq-server:3.2.4-r2 -rabbitmq-server-config:19.05-r0 -radvd:2.17-r0 -requests-toolbelt:0.5.1-r0 -rgb:1.0.6-r0 -rpcbind:0.2.4-r0 -rpm:4.14.2-r0 -rrdtool:1.7.0-r0 -rsync:3.1.3-r0 -rsync-config:19.05-r0 -ruby:2.5.3-r0 -ruby-shadow:2.5.0-r0 -run-postinsts:1.0-r1 -samba:4.8.4-r0 -samba-auth-samba4:4.8.4-r0 -samba-auth-script:4.8.4-r0 -samba-auth-unix:4.8.4-r0 -samba-base:4.8.4-r0 -samba-common:4.8.4-r0 -samba-dsdb-modules:4.8.4-r0 -samba-pdb-ldapsam:4.8.4-r0 -samba-pdb-smbpasswd:4.8.4-r0 -samba-pdb-tdbsam:4.8.4-r0 -samba-python:4.8.4-r0 -screen:4.6.2-r0 -seabios:1.11.2-r0 -sed:4.2.2-r0 -setup-config:19.05-r0 -setxkbmap:1.3.1-r0 -shadow:4.6-r0 -shadow-base:4.6-r0 -shadow-securetty:4.6-r3 -shared-mime-info:1.10-r0 -slang:2.3.2-r0 -sm:19.05-r0 -sm-api:19.05-r0 -smartmontools:6.6-r0 -sm-client:19.05-r0 -sm-common-libs:19.05-r0 -sm-db:19.05-r0 -sm-eru:19.05-r0 -sm-tools:19.05-r0 -snmp-audittrail:19.05-r0 -snmp-ext:19.05-r0 -socat:1.7.3.2-r0 -spawn-fcgi:1.6.4-r0 -sqlite3:3.23.1-r0 -starlingx-dashboard:19.05-r0 -storageconfig:19.05-r0 -strace:4.24-r0 -stx-ocf-scripts:19.05-r0 -sudo:1.8.23-r0 -swift:2.2.2+git0+4ca08cc395-r0 -swift-setup:2.2.2+git0+4ca08cc395-r0 -swig:3.0.12-r0 -sysfsutils:2.1.0-r5 -sysinv:19.05-r0 -sysklogd:1.5.1-r0 -syslog-ng-config:19.05-r0 -sysstat:11.7.4-r0 -systemd:239-r0 -systemd-boot:239-r0 -systemd-bootconf:1.00-r0 -systemd-compat-units:1.0-r2 -systemd-conf:1.0-r0 -systemd-config:19.05-r0 -systemd-container:239-r0 -systemd-extra-utils:239-r0 -systemd-serialgetty:1.0-r5 -systemd-vconsole-setup:239-r0 -tar:1.30-r0 -tcl:8.6.8-r0 -tcpdump:4.9.2-r0 -tcp-wrappers:7.6-r1 -texinfo:6.5-r0 -tgt:1.0.73+git0+013223dc88-r0 -thermald:1.8-r0 -thin-provisioning-tools:0.7.6-r0 -time:1.9-r0 -traceroute:2.1.0-r0 -trousers:0.3.14+git0+4b9a70d578-r0 -trove:4.0.0+git0+1199663529-r0 -trove-api:4.0.0+git0+1199663529-r0 -trove-bin:4.0.0+git0+1199663529-r0 -troveclient:1.3.0+git0+7132f5ff78-r0 -troveclient-bin:1.3.0+git0+7132f5ff78-r0 -trove-conductor:4.0.0+git0+1199663529-r0 -trove-setup:4.0.0+git0+1199663529-r0 -trove-taskmanager:4.0.0+git0+1199663529-r0 -tsconfig:19.05-r0 -tzdata:2019a-r0 -udev:239-r0 -udev-hwdb:239-r0 -unzip:6.0-r5 -update-alternatives-opkg:0.3.6-r0 -update-rc.d:0.8-r0 -usbredir:0.7.1+git0+39aa3c69f6-r0 -usbutils:010-r0 -util-linux:2.32.1-r0 -util-linux-agetty:2.32.1-r0 -util-linux-blkid:2.32.1-r0 -util-linux-cfdisk:2.32.1-r0 -util-linux-config:19.05-r0 -util-linux-fdisk:2.32.1-r0 -util-linux-fsck:2.32.1-r0 -util-linux-getopt:2.32.1-r0 -util-linux-ionice:2.32.1-r0 -util-linux-losetup:2.32.1-r0 -util-linux-lsblk:2.32.1-r0 -util-linux-mkfs:2.32.1-r0 -util-linux-mount:2.32.1-r0 -util-linux-mountpoint:2.32.1-r0 -util-linux-prlimit:2.32.1-r0 -util-linux-readprofile:2.32.1-r0 -util-linux-runuser:2.32.1-r0 -util-linux-sfdisk:2.32.1-r0 -util-linux-su:2.32.1-r0 -util-linux-sulogin:2.32.1-r0 -util-linux-swaponoff:2.32.1-r0 -util-linux-switch-root:2.32.1-r0 -util-linux-umount:2.32.1-r0 -util-linux-uuidgen:2.32.1-r0 -uwsgi:2.0.14+git0+af44211739-r0 -vim:8.1.0347-r0 -vim-common:8.1.0347-r0 -vim-help:8.1.0347-r0 -vim-syntax:8.1.0347-r0 -vim-tutor:8.1.0347-r0 -vim-vimrc:8.1.0347-r0 -vmcore-dmesg:2.0.17-r0 -volatile-binds:1.0-r0 -vte-locale-en-gb:0.52.2-r0 -wayland:1.16.0-r0 -wget:1.19.5-r0 -wget-locale-en-gb:1.19.5-r0 -which:2.21-r3 -workerconfig-standalone:19.05-r0 -workerconfig-subfunction:19.05-r0 -worker-utils:19.05-r0 -wpa-supplicant:2.6-r0 -wpa-supplicant-cli:2.6-r0 -wpa-supplicant-passphrase:2.6-r0 -xauth:1.0.10-r0 -xdpyinfo:1.3.2-r0 -xf86-input-libinput:0.28.0-r0 -xf86-video-ast:1.1.5-r0 -xf86-video-fbdev:0.5.0-r0 -xf86-video-intel:2.99.917+git0+e4fe79cf0d-r0 -xf86-video-modesetting:1.20.1-r0 -xf86-video-vesa:2.4.0-r0 -xfsprogs:4.18.0-r0 -xfsprogs-fsck:4.18.0-r0 -xfsprogs-mkfs:4.18.0-r0 -xfsprogs-repair:4.18.0-r0 -xhost:1.0.7-r0 -xinput:1.6.2-r0 -xinput-calibrator:0.7.5+git0+03dadf5510-r6 -xkbcomp:1.4.2-r0 -xkeyboard-config:2.24-r0 -xkeyboard-config-locale-en-gb:2.24-r0 -xmodmap:1.0.9-r0 -xrandr:1.5.0-r0 -xserver-xf86-config:0.1-r3 -xserver-xorg:1.20.1-r0 -xserver-xorg-extension-glx:1.20.1-r0 -xserver-xorg-module-libint10:1.20.1-r0 -xset:1.2.4-r0 -xterm:330-r0 -xz:5.2.4-r0 -zeromq:4.2.5-r0 -zip:3.0-r2 diff --git a/docs/update-pool.sh b/docs/update-pool.sh new file mode 100755 index 0000000..1303a45 --- /dev/null +++ b/docs/update-pool.sh @@ -0,0 +1,61 @@ +#!/bin/bash + +# To use this script: +usage () { + +cat << EOF + +# This script needs the installed package list. +# 1 - build the project with + +bitbake openstack-image-aio + +# 2 - From bitbake build environment: + +bitbake openstack-image-aio -c devshell +cd ../rootfs +alias prpm='rpm --root=\$PWD --dbpath=/var/lib/rpm ' +prpm -qa | sed -e '/^kernel.*$\|^.*-d[be][gv].*$/d' > ///meta-starlingX/docs/$PKGLIST +exit + +cd ///meta-starlingX/docs/ +./inspect.sh $PKGLIST $PKGPOOL + +################################################################## +# Import Pack Packages_List_efforts.csv with ":" field delimeter.# +################################################################## +EOF +exit 0 +} + +INCLUDED_PKGS="python-ryu-common|python-libs|vim|audit|avahi|bzip2|dbus|e2fsprogs|file|fuse|gettext|kmod|libvirt|lvm2|ncurses|net|net|openssl|pciutils|perl|postgresql|rpm|rpm|systemd|xz|zlib|sqlite|openssl|openssh|wget|grub|elfutils|apr|btrfs-progs|httpd|iproute|libacl|libaio|libassuan|libattr|libcap-ng|libcurl|libdaemon|libffi|libgcc|libgomp|libICE|libidn|libmnl|libselinux|libselinux|libsepol|libsmartcols|libstdc++|libtirpc|libtool-ltdl|libunistring|libuuid|libwbclient|libwbclient|alsa-lib|cups-lib|gnupg2|gnutls|jansson|json-c|libedit|liblkid|libestr|libev|libgudev1|libibverbs|libjpeg-turbo|liboath|libogg|libpciaccess|libpipeline|libpcap|libpng|librdmacm|libsemanage|libsysfs|libteam|libtempter|lm_sensors-libs|lzo|mariadb-common|mtce-guestAgent|mtce-guestServer|newt|newt-python|numactl-libs|openstack-barbican|openstack-dashboard|openstack-keystone|passwd|pcre|pixman|pulseaudio-libs|pygpgme|pyparsing|python-crypto|python-docker|python-flask-restful|python-pika_pool|python-pyOpenSSL|python-3parclient|PyYAML|readline|samba-client-libs|seabios-bin|shadow-utils|spice-server|tcp_wrappers|yajl|cyrus-sasl|efivar-libs|expat|gdbm|glib2|gmp|groff-base|libnl3|mozjs17|openldap|opus|createrepo|c-ares|libXext|libXau|libXi|libXtst|mod_wsgi|popt|device-mapper-multipath|flac-libs|GeoIP|gpm-libs|librdmacm|ntfs|ntfs-progs|OpenIPMI-modalias|pytz|snappy|info|freetype|libutempter|lksctp-tools|lmsensors|erlang-os_mon|erlang-otp_mibs|erlang-public_key|erlang-runtime_tools|erlang-syntax_tools|libblkid|libmount|celt051|leveldb|python-paste-deploy|python-semantic_version|python-repoze-lru|python-django-horizon|python-scss|python-migrate|python-zmq|python-inotify|python-dogpile-cache|python-dogpile-core|python-jwt|python-aodhclient|python-gnocchiclient|python-ironicclient|python-jmespath|python-ldap3|python-muranoclient|python-oslo-cache|python-oslo-concurrency|python-oslo-config|python-oslo-context|python-oslo-db|python-oslo-i18n|python-oslo-log|python-oslo-messaging|python-oslo-middleware|python-oslo-policy|python-oslo-rootwrap|python-oslo-serialization|python-oslo-service|python-oslo-utils|python-oslo-versionedobjects|python-pankoclient|python-pyngus|python-requests-oauthlib|python-configobj|python-alembic|python-amqp|python-appdirs" + +PKGLIST=$1 +PKGPOOL=$2 + +[ ! -f $PKGLIST ] || [ ! -f $PKGPOOL ] && usage; +rm -f reports/* + +# Parse the installed RPM packages into package name and package version +# Package:Version +sed -e 's/\(^.*\)-\([0-9a-zA-Z].*-r[0-9]\)\(.*\)/\1:\2/g' $PKGLIST | sort > reports/ypkgs.txt + +# Parse $PKGPOOL into (1) renamed, (2) none or does not exist in yocto +# and (3) has a corresponding yocto package +awk 'BEGIN { FS = ":" }; {if($2!=$4 && $4!="none") print $2":"$4}' $PKGPOOL > reports/renamed-pkgs.txt +awk 'BEGIN { FS = ":" }; {if($2!=$4 && $4 == "none") print $2":"$4}' $PKGPOOL > reports/none-pkgs.txt +awk 'BEGIN { FS = ":" }; {if ($4 == $2) print $2":"$4}' $PKGPOOL > reports/yocto-pkgs.txt + +# Missing yocto-pkgs.txt + +for f in $(sed -n -e '2,$p' reports/renamed-pkgs.txt; \ + cat reports/yocto-pkgs.txt reports/none-pkgs.txt | egrep -v "INCLUDED_PKGS"); do + spkg=$(echo $f | cut -d':' -f1); + ypkg=$(echo $f | cut -d':' -f2); + [ $ypkg == "none" ] && ypkg=$spkg + grep -q -w ^$ypkg reports/ypkgs.txt && pp+="^[0-9]\+:$spkg:.*$\|" || pm+=("$spkg") +done + +pp[$((${#pp[@]} - 1))]=${pp[$((${#pp[@]} - 1))]%\\|*} +echo "Missing ${#pm[@]} packages!" +sed -e "/${pp[@]}/d" $PKGPOOL > ${PKGPOOL%_[0-9]*}_$(date +%m-%d-%y).csv diff --git a/recipes-core/images/starlingx-image-aio.bb b/recipes-core/images/starlingx-image-aio.bb index b98c8a8..57266e2 100644 --- a/recipes-core/images/starlingx-image-aio.bb +++ b/recipes-core/images/starlingx-image-aio.bb @@ -12,6 +12,10 @@ IMAGE_INSTALL_append = " \ packagegroup-cloud-network \ packagegroup-cloud-debug \ packagegroup-cloud-extras \ + packagegroup-stx \ + packagegroup-stak-python \ + packagegroup-stak-base \ + packagegroup-tpm2 \ " IMAGE_FEATURES += "ssh-server-openssh" diff --git a/recipes-core/packagegroups/packagegroup-stak-base.bb b/recipes-core/packagegroups/packagegroup-stak-base.bb new file mode 100644 index 0000000..bdb9e11 --- /dev/null +++ b/recipes-core/packagegroups/packagegroup-stak-base.bb @@ -0,0 +1,445 @@ +SUMMARY = "Base rootfs for stx and akraino" + +PR = "r0" + +# +# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH +# + +PACKAGE_ARCH = "${MACHINE_ARCH}" + + +inherit packagegroup + +PROVIDES = "${PACKAGES}" +PACKAGES = " \ + packagegroup-stak-base \ + packagegroup-stak-python \ + " + +RDEPENDS_packagegroup-stak-base = " \ + lighttpd \ + tcpdump \ + tzdata \ + numactl \ + samba \ + mariadb \ + traceroute \ + wget \ + expect \ + boost \ + alsa-lib \ + collectd \ + conntrack-tools \ + dosfstools \ + dracut \ + drbd-utils \ + efibootmgr \ + efivar \ + expat \ + facter \ + hwdata \ + iscsi-initiator-utils \ + isomd5sum \ + jansson \ + json-c \ + kexec-tools \ + keyutils \ + kubernetes \ + libcgroup \ + libdrm \ + libedit \ + libestr \ + libev \ + libgudev \ + libibverbs \ + libjpeg-turbo \ + libndp \ + oath \ + libogg \ + libpcap \ + libpciaccess \ + libpipeline \ + libpng \ + libproxy \ + libpwquality \ + libseccomp \ + libsm \ + libssh2 \ + sysfsutils \ + libteam \ + libuser \ + libutempter \ + libvorbis \ + cyrus-sasl \ + ipmitool \ + iperf3 \ + iotop \ + lsof \ + lsscsi \ + lz4 \ + lzop \ + lz4 \ + lzop \ + mailcap \ + mailx \ + mdadm \ + mod-wsgi \ + mokutil \ + mozjs \ + mtools \ + mysql-python \ + libnewt-python \ + nss-pam-ldapd \ + ntfs-3g-ntfsprogs \ + openipmi \ + openldap \ + libopus \ + ovmf-shell-efi \ + p11-kit \ + perf \ + polkit \ + popt \ + pulseaudio \ + screen \ + seabios \ + smartmontools \ + snappy \ + socat \ + spawn-fcgi \ + spice \ + swig \ + sysstat \ + tcp-wrappers \ + trousers \ + xfsprogs \ + yajl \ + zip \ + c-ares \ + cifs-utils \ + createrepo-c \ + gdbm \ + gmp \ + groff \ + libnl \ + mcstrans \ + linuxptp \ + lua \ + lldpd \ + multipath-tools \ + flac \ + freetype \ + geoip \ + glusterfs \ + gobject-introspection \ + gperftools \ + gobject-introspection \ + gperftools \ + gpm \ + hiera \ + leveldb \ + libutempter \ + lksctp-tools \ + quota \ + radvd \ + usbredir \ + texinfo \ + freetype \ + celt051 \ + cryptsetup \ + lmsensors-libsensors \ + lmsensors-fancontrol \ + lmsensors-isatools \ + lmsensors-pwmconfig \ + lmsensors-sensord \ + lmsensors-sensors \ + lmsensors-sensorsconfconvert \ + lmsensors-sensorsdetect \ + " + +RDEPENDS_packagegroup-stak-python = " \ + python-pygpgme \ + python-pyparted \ + python-coverage \ + python-docker-registry-core \ + python-flask-restful \ + python-mox3 \ + python-pexpect \ + python-ptyprocess \ + python-traceback2 \ + python-typing \ + python-ujson \ + python-yappi \ + python-hp3parclient \ + python-click \ + python-daemon \ + python-ipy \ + python-ldap \ + python-linecache2 \ + python-pep8 \ + python-pyudev \ + python-simplegeneric \ + python-slip-dbus \ + python-pytz \ + python-pymysql \ + python-pyzmq \ + python-xstatic-jquery.tablesorter \ + python-xstatic-jquery.quicksearch \ + python-perf \ + python-urwid \ + python-urlgrabber \ + python-semantic-version \ + python-repoze.lru \ + python-pyelftools \ + python-pycurl \ + python-lefthandclient \ + python-jwcrypto \ + python-iniparse \ + python-ethtool \ + python-jmespath \ + python-beaker \ + python-cherrypy \ + python-d2to1 \ + python-firewall \ + python-ldap3 \ + python-pyngus \ + python-pyzmq \ + python-requests-oauthlib \ + python-versiontools \ + python-dogpile.cache \ + python-dogpile.core \ + python-oslo.context \ + python-oslo.db \ + python-configobj \ + python-pyudev \ + python-six \ + python-alembic \ + python-django-debreach \ + python-google-auth \ + python-gunicorn \ + python-influxdb \ + python-ldappool \ + python-munch \ + python-aniso8601 \ + python-yaql \ + python-construct \ + python-yappi \ + python-idna \ + python-selectors34 \ + python-pymisp \ + python-scrypt \ + python-flask \ + python-itsdangerous \ + python-flask-sqlalchemy \ + python-funcsigs \ + python-requests \ + python-pymongo \ + python-pytest-tempdir \ + python-flask-migrate \ + python-robotframework \ + python-webencodings \ + python-flask-nav \ + python-lockfile \ + python-pluggy \ + python-configparser \ + python-dateutil \ + python-enum34 \ + python-monotonic \ + python-humanize \ + python-unidiff \ + python-snakefood \ + python-traceback2 \ + python-babel \ + python-jsonpatch \ + python-cmd2 \ + python-pyusb \ + python-strict-rfc3339 \ + python-robotframework-seriallibrary \ + python-sijax \ + python-click \ + python-zopeinterface \ + python-parse-type \ + python-semver \ + python-bcrypt \ + python-typing \ + python-flask-bcrypt \ + python-pynetlinux \ + python-pyasn1-modules \ + python-pyfirmata \ + python-cryptography \ + python-flask-babel \ + python-urllib3 \ + python-protobuf \ + python-slip-dbus \ + python-singledispatch \ + python-pycodestyle \ + python-blinker \ + python-beautifulsoup4 \ + python-pyalsaaudio \ + python-sh \ + python-mako \ + python-backports-abc \ + python-flask-script \ + python-flask-bootstrap \ + python-asn1crypto \ + python-pysqlite \ + python-pybind11 \ + python-greenlet \ + python-attr \ + python-daemon \ + python-pydbus \ + python-lazy-object-proxy \ + python-crcmod \ + python-pytest \ + python-pytest-runner \ + python-pandas \ + python-pyinotify \ + python-flask-wtf \ + python-daemonize \ + python-wtforms \ + python-pyiface \ + python-pretend \ + pyrtm \ + python-ipaddress \ + python-bitarray \ + python-pyflakes \ + python-snimpy \ + python-pysnmp \ + python-pyjwt \ + python-hyperlink \ + python-sdnotify \ + python-rfc3987 \ + python-vobject \ + python-serpent \ + python-mccabe \ + python-py \ + python-speaklater \ + python-intervals \ + python-flask-mail \ + python-ndg-httpsclient \ + python-wcwidth \ + python-pyparsing \ + python-pep8 \ + python-redis \ + python-psutil \ + python-grpcio-tools \ + python-flask-restful \ + python-mock \ + python-javaobj-py3 \ + python-subprocess32 \ + python-constantly \ + python-netaddr \ + python-pam \ + python-stevedore \ + python-dbusmock \ + python-matplotlib \ + python-attrs \ + python-docutils \ + python-pyopenssl \ + python-setuptools-scm \ + python-smbus \ + python-dnspython \ + python-pycparser \ + python-pyserial \ + python-imaging \ + python-pint \ + python-cython \ + python-flask-login \ + python-html5lib \ + python-flask-xstatic \ + python-chardet \ + python-flask-uploads \ + python-inflection \ + python-twofish \ + python-pytz \ + python-jsonschema \ + python-flask-user \ + python-behave \ + python-pyzmq \ + python-jinja2 \ + python-pyasn1 \ + python-pyudev \ + python-sparts \ + python-epydoc \ + python-feedparser \ + python-pyrex \ + python-progress \ + python-can \ + python-vcversioner \ + python-markupsafe \ + python-paho-mqtt \ + python-grpcio \ + python-xlrd \ + python-visitor \ + python-pyflame \ + python-jsonpointer \ + python-numeric \ + python-ptyprocess \ + python-pyperclip \ + python-wrapt \ + python-appdirs \ + python-cheetah \ + python-dbus \ + python-flask-sijax \ + python-simplejson \ + python-webdav \ + python-pip \ + python-oauthlib \ + python-flask-pymongo \ + python-sqlalchemy \ + python-django \ + python-pbr \ + python-networkx \ + python-decorator \ + python-anyjson \ + python-prompt-toolkit \ + python-pycrypto \ + python-cffi \ + python-djangorestframework \ + python-future \ + python-linecache2 \ + python-pyroute2 \ + python-parse \ + python-feedformatter \ + python-pysocks \ + python-six \ + python-alembic \ + python-pybluez \ + python-pysmi \ + python-gdata \ + python-gevent \ + python-whoosh \ + python-ujson \ + python-xstatic-font-awesome \ + python-pexpect \ + python-iso8601 \ + python-flask-navigation \ + python-pystache \ + python-lxml \ + python-prettytable \ + python-systemd \ + python-cryptography-vectors \ + python-pyhamcrest \ + python-certifi \ + python-ply \ + python-webcolors \ + python-editor \ + python-django-south \ + pamela \ + python-aws-iot-device-sdk-python \ + python-werkzeug \ + python-isort \ + python-periphery \ + python-pytest-helpers-namespace \ + python-paste \ + python-pyyaml \ + python-dominate \ + python-pygpgme \ + python-msgpack \ + python-xstatic \ + python-evdev \ + python-passlib \ + python-oslo.messaging \ + python-horizon \ + python-keyring \ + " diff --git a/recipes-core/packagegroups/packagegroup-stx-config.bb b/recipes-core/packagegroups/packagegroup-stx-config.bb deleted file mode 100644 index b8e36c8..0000000 --- a/recipes-core/packagegroups/packagegroup-stx-config.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "StarlingX/cgsc-root/stx/stx-config" -PR = "r0" - -# -# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH -# -PACKAGE_ARCH = "${MACHINE_ARCH}" - - -inherit packagegroup - -PROVIDES = "${PACKAGES}" -PACKAGES = " \ - packagegroup-stx-config \ - " - -RDEPENDS_packagegroup-stx-config = " \ - config-gate \ - controllerconfig \ - puppet-manifests \ - puppet-modules-wrs \ - storageconfig \ - worker-utils \ - workerconfig-standalone \ - workerconfig-subfunction \ - pm-qos-mgr \ - sysinv \ - " diff --git a/recipes-core/packagegroups/packagegroup-stx-fault.bb b/recipes-core/packagegroups/packagegroup-stx-fault.bb deleted file mode 100644 index 1794a04..0000000 --- a/recipes-core/packagegroups/packagegroup-stx-fault.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "StarlingX/cgsc-root/stx/stx-fault" -PR = "r0" - -# -# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH -# -PACKAGE_ARCH = "${MACHINE_ARCH}" - - -inherit packagegroup - -PROVIDES = "${PACKAGES}" -PACKAGES = " \ - packagegroup-stx-fault\ - " - -RDEPENDS_packagegroup-stx-fault = " \ - fm-api \ - fm-common \ - fm-doc \ - fm-mgr \ - fm-rest-api \ - python-fmclient \ - snmp-audittrail \ - snmp-ext \ - " diff --git a/recipes-core/packagegroups/packagegroup-stx-ha.bb b/recipes-core/packagegroups/packagegroup-stx-ha.bb deleted file mode 100644 index edafebb..0000000 --- a/recipes-core/packagegroups/packagegroup-stx-ha.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "StarlingX/cgsc-root/stx/stx-ha" -PR = "r0" - -# -# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH -# -PACKAGE_ARCH = "${MACHINE_ARCH}" - - -inherit packagegroup - -PROVIDES = "${PACKAGES}" -PACKAGES = " \ - packagegroup-stx-ha\ - " - -RDEPENDS_packagegroup-stx-ha = " \ - sm-api \ - sm \ - sm-client \ - libsm-common \ - sm-common-libs \ - sm-db \ - sm-tools \ - sm-eru \ - " diff --git a/recipes-core/packagegroups/packagegroup-stx-integ.bb b/recipes-core/packagegroups/packagegroup-stx-integ.bb deleted file mode 100644 index e509eb8..0000000 --- a/recipes-core/packagegroups/packagegroup-stx-integ.bb +++ /dev/null @@ -1,62 +0,0 @@ -SUMMARY = "StarlingX/cgsc-root/stx/stx-integ/config-files" -PR = "r0" - -# -# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH -# -PACKAGE_ARCH = "${MACHINE_ARCH}" - - -inherit packagegroup - -PROVIDES = "${PACKAGES}" - -PACKAGES = " \ - packagegroup-stx-integ \ - packagegroup-stx-integ-base \ - packagegroup-stx-integ-cff \ - packagegroup-stx-integ-puppet-modules \ - " - -RDEPENDS_packagegroup-stx-integ = " \ - packagegroup-stx-integ-base \ - packagegroup-stx-integ-cff \ - packagegroup-stx-integ-puppet-modules \ - " - -RDEPENDS_packagegroup-stx-integ-base = " \ - cgcs-users \ - dhcp-config \ - dnsmasq-config \ - haproxy-config \ - initscripts-config \ - net-snmp-config \ - openssh-config \ - setup-config \ - systemd-config \ - lighttpd-config \ - " - -RDEPENDS_packagegroup-stx-integ-cff = " \ - audit-config \ - docker-config \ - io-scheduler \ - iptables-config \ - memcached-custom \ - ntp-config \ - rsync-config \ - syslog-ng-config \ - util-linux-config \ - " -# sudo-config \ -# shadow-utils-config -# pam-config - -RDEPENDS_packagegroup-stx-integ-puppet-modules = " \ - " -# puppet-boolean \ -# puppet-create-resources \ -# puppet-dnsmasq \ -# puppet-drbd \ -# " -# puppet diff --git a/recipes-core/packagegroups/packagegroup-stx-metal.bb b/recipes-core/packagegroups/packagegroup-stx-metal.bb deleted file mode 100644 index e0d6cc8..0000000 --- a/recipes-core/packagegroups/packagegroup-stx-metal.bb +++ /dev/null @@ -1,33 +0,0 @@ -SUMMARY = "StarlingX/cgsc-root/stx/stx-metal" -PR = "r0" - -# -# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH -# -PACKAGE_ARCH = "${MACHINE_ARCH}" - - -inherit packagegroup - -PROVIDES = "${PACKAGES}" -PACKAGES = " \ - packagegroup-stx-metal \ - " - -# The mtce-common contains dev components only and since -# the dev components endup in stx-metal-dev package, not -# adding mtce-common to packagegroup. - -RDEPENDS_packagegroup-stx-metal = " \ - inventory \ - mtce \ - mtce-pmon \ - mtce-hwmon \ - mtce-hostw \ - mtce-lmon \ - mtce-compute \ - mtce-control \ - mtce-storage \ - python-inventoryclient \ - " - diff --git a/recipes-core/packagegroups/packagegroup-stx-nfv.bb b/recipes-core/packagegroups/packagegroup-stx-nfv.bb deleted file mode 100644 index e572314..0000000 --- a/recipes-core/packagegroups/packagegroup-stx-nfv.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "StarlingX/cgsc-root/stx/stx-nfv" -PR = "r0" - -# -# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH -# -PACKAGE_ARCH = "${MACHINE_ARCH}" - - -inherit packagegroup - -PROVIDES = "${PACKAGES}" -PACKAGES = " \ - packagegroup-stx-nfv \ - " - -RDEPENDS_packagegroup-stx-nfv = " \ - nfv-common \ - nfv-plugins \ - nfv-tools \ - nfv-vim \ - nfv-client \ - mtce-guestagent \ - mtce-guestserver \ - nova-api-proxy \ - " diff --git a/recipes-core/packagegroups/packagegroup-stx-update.bb b/recipes-core/packagegroups/packagegroup-stx-update.bb deleted file mode 100644 index 9d5030c..0000000 --- a/recipes-core/packagegroups/packagegroup-stx-update.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "StarlingX/cgsc-root/stx/stx-update" -PR = "r0" - -# -# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH -# -PACKAGE_ARCH = "${MACHINE_ARCH}" - - -inherit packagegroup - -PROVIDES = "${PACKAGES}" -PACKAGES = " \ - packagegroup-stx-update \ - " - -RDEPENDS_packagegroup-stx-update = " \ - cgcs-patch \ - enable-dev-patch \ - patch-alarm \ - tsconfig \ - requests-toolbelt \ - " diff --git a/recipes-core/packagegroups/packagegroup-stx-upstream.bb b/recipes-core/packagegroups/packagegroup-stx-upstream.bb deleted file mode 100644 index 56df341..0000000 --- a/recipes-core/packagegroups/packagegroup-stx-upstream.bb +++ /dev/null @@ -1,50 +0,0 @@ -SUMMARY = "StarlingX/cgsc-root/stx/stx-upstream" -PR = "r0" - -# -# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH -# -PACKAGE_ARCH = "${MACHINE_ARCH}" - - -inherit packagegroup - -PROVIDES = "${PACKAGES}" -PACKAGES = " \ - packagegroup-stx-upstream \ - " - -# TODO: -# See docs/progress.txt file -# Here we are replacing packages with those already present in -# yocto layers. Validate that the packages meet the requirements. - -# TODO: -# See docs/progress.txt file -# Port required/missing packages : -# openstack-helm-infra.bb -# openstack-helm.bb -# python-horizon.bbappend - -RDEPENDS_packagegroup-stx-upstream = " \ - python-barbicanclient \ - python-cinderclient \ - python-glanceclient \ - python-aodhclient \ - python-heatclient \ - python-horizon \ - python-ironicclient \ - python-keystoneauth1 \ - python-keystoneclient \ - python-magnumclient \ - python-muranoclient \ - python-neutronclient \ - python-novaclient \ - python-openstackclient \ - python-openstacksdk \ - stx-ocf-scripts \ - rabbitmq-server-config \ - openstack-ras \ - python-gnocchiclient \ - python-pankoclient \ - " diff --git a/recipes-core/packagegroups/packagegroup-stx.bb b/recipes-core/packagegroups/packagegroup-stx.bb new file mode 100644 index 0000000..fd9a643 --- /dev/null +++ b/recipes-core/packagegroups/packagegroup-stx.bb @@ -0,0 +1,186 @@ +SUMMARY = "StarlingX stx packages" + +PR = "r0" + +# +# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH +# + +PACKAGE_ARCH = "${MACHINE_ARCH}" + + +inherit packagegroup + +PROVIDES = "${PACKAGES}" +PACKAGES = " \ + packagegroup-stx \ + packagegroup-stx-config \ + packagegroup-stx-fault \ + packagegroup-stx-ha \ + packagegroup-stx-integ \ + packagegroup-stx-integ-base \ + packagegroup-stx-integ-cff \ + packagegroup-stx-integ-puppet-modules \ + packagegroup-stx-metal \ + packagegroup-stx-nfv \ + packagegroup-stx-update \ + packagegroup-stx-upstream \ + " + +RDEPENDS_packagegroup-stx = " \ + packagegroup-stx-config \ + packagegroup-stx-fault \ + packagegroup-stx-ha \ + packagegroup-stx-integ \ + packagegroup-stx-metal \ + packagegroup-stx-nfv \ + packagegroup-stx-update \ + packagegroup-stx-upstream \ + starlingx-dashboard \ + " + +RDEPENDS_packagegroup-stx-config = " \ + config-gate \ + controllerconfig \ + puppet-manifests \ + puppet-modules-wrs \ + storageconfig \ + worker-utils \ + workerconfig-standalone \ + workerconfig-subfunction \ + pm-qos-mgr \ + sysinv \ + " + +RDEPENDS_packagegroup-stx-fault = " \ + fm-api \ + fm-common \ + fm-doc \ + fm-mgr \ + fm-rest-api \ + python-fmclient \ + snmp-audittrail \ + snmp-ext \ + " + +RDEPENDS_packagegroup-stx-ha = " \ + sm-api \ + sm \ + sm-client \ + libsm-common \ + sm-common-libs \ + sm-db \ + sm-tools \ + sm-eru \ + " + + +RDEPENDS_packagegroup-stx-integ = " \ + packagegroup-stx-integ-base \ + packagegroup-stx-integ-cff \ + packagegroup-stx-integ-puppet-modules \ + " + +RDEPENDS_packagegroup-stx-integ-base = " \ + cgcs-users \ + dhcp-config \ + dnsmasq-config \ + haproxy-config \ + initscripts-config \ + net-snmp-config \ + openssh-config \ + setup-config \ + systemd-config \ + lighttpd-config \ + " + +RDEPENDS_packagegroup-stx-integ-cff = " \ + audit-config \ + docker-config \ + io-scheduler \ + iptables-config \ + memcached-custom \ + ntp-config \ + rsync-config \ + syslog-ng-config \ + util-linux-config \ + " +# To resolve conflicts use bbappends instead +# sudo-config \ +# shadow-utils-config +# pam-config + +RDEPENDS_packagegroup-stx-integ-puppet-modules = " \ + " +# puppet-boolean \ +# puppet-create-resources \ +# puppet-dnsmasq \ +# puppet-drbd \ +# " +# puppet + + +# The mtce-common contains dev components only and since +# the dev components endup in stx-metal-dev package, not +# adding mtce-common to packagegroup. + +RDEPENDS_packagegroup-stx-metal = " \ + inventory \ + mtce \ + mtce-pmon \ + mtce-hwmon \ + mtce-hostw \ + mtce-lmon \ + mtce-compute \ + mtce-control \ + mtce-storage \ + python-inventoryclient \ + " + +RDEPENDS_packagegroup-stx-nfv = " \ + nfv-common \ + nfv-plugins \ + nfv-tools \ + nfv-vim \ + nfv-client \ + mtce-guestagent \ + mtce-guestserver \ + nova-api-proxy \ + " + +RDEPENDS_packagegroup-stx-update = " \ + cgcs-patch \ + enable-dev-patch \ + patch-alarm \ + tsconfig \ + requests-toolbelt \ + " + +# TODO: +# Port required/missing packages : +# openstack-helm-infra.bb +# openstack-helm.bb +# python-horizon.bbappend + +RDEPENDS_packagegroup-stx-upstream = " \ + python-barbicanclient \ + python-cinderclient \ + python-glanceclient \ + python-aodhclient \ + python-heatclient \ + python-horizon \ + python-ironicclient \ + python-keystoneauth1 \ + python-keystoneclient \ + python-magnumclient \ + python-muranoclient \ + python-neutronclient \ + python-novaclient \ + python-openstackclient \ + python-openstacksdk \ + stx-ocf-scripts \ + rabbitmq-server-config \ + openstack-ras \ + python-gnocchiclient \ + python-pankoclient \ + " diff --git a/recipes-devtools/python/python-aniso8601_git.bb b/recipes-devtools/python/python-aniso8601_git.bb new file mode 100644 index 0000000..6e84edd --- /dev/null +++ b/recipes-devtools/python/python-aniso8601_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Another ISO 8601 parser for Python" + +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=bf2bdb115b4d685026985cc189ca5375" + +SRCREV = "b5aad0fbef5664e624986a10bd1362e0ac05214c" +PROTOCOL = "https" +BRANCH = "master" +S = "${WORKDIR}/git" + +SRC_URI = "git://bitbucket.org/nielsenb/aniso8601.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" + + +DEPENDS += " python" +inherit setuptools distutils pkgconfig diff --git a/recipes-devtools/python/python-beaker_git.bb b/recipes-devtools/python/python-beaker_git.bb index 77b4ee1..2e93d6a 100644 --- a/recipes-devtools/python/python-beaker_git.bb +++ b/recipes-devtools/python/python-beaker_git.bb @@ -3,9 +3,6 @@ DESCRIPTION = "Beaker is a web session and general caching library that includes LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=5297e0e46f5be6c86a87e35afe958cc7" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "4a2cb747c16dc58af39b1ae56e1cf14dfeb9c9a7" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-cherrypy_git.bb b/recipes-devtools/python/python-cherrypy_git.bb index c20e29f..53bbe15 100644 --- a/recipes-devtools/python/python-cherrypy_git.bb +++ b/recipes-devtools/python/python-cherrypy_git.bb @@ -3,9 +3,6 @@ DESCRIPTION = "CherryPy is a pythonic, object-oriented HTTP framework." LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a8cbc5da4e6892b15a972a0b18622b2b" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "9eac6246e6c3e410ee150288e377f88f579cbbbd" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-configobj_git.bb b/recipes-devtools/python/python-configobj_git.bb index 2926d97..c7e1673 100644 --- a/recipes-devtools/python/python-configobj_git.bb +++ b/recipes-devtools/python/python-configobj_git.bb @@ -3,9 +3,6 @@ DESCRIPTION = "ConfigObj is a simple but powerful config file reader and writer: LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=9a851af36881461de16b8fecf59a9e17" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "45fbf1b85b181853caea4d251e6d4c0232735e85" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-construct_git.bb b/recipes-devtools/python/python-construct_git.bb new file mode 100644 index 0000000..6fadc98 --- /dev/null +++ b/recipes-devtools/python/python-construct_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Construct is a powerful declarative and symmetrical parser and builder for binary data" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3fd0f2c25089e629957285e6bc402a20" + +SRCREV = "a6a45f09da003b278cc5955486ad17d9144c136b" +PROTOCOL = "https" +BRANCH = "master" +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/construct/construct.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" + + +DEPENDS += " python python-pbr-native" +inherit setuptools distutils pkgconfig diff --git a/recipes-devtools/python/python-d2to1_git.bb b/recipes-devtools/python/python-d2to1_git.bb index 6ba205a..01eb370 100644 --- a/recipes-devtools/python/python-d2to1_git.bb +++ b/recipes-devtools/python/python-d2to1_git.bb @@ -3,9 +3,6 @@ DESCRIPTION = "d2to1 (the ‘d’ is for ‘distutils’) allows using distutils LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=ec5c9882880dafb7f5a0b8d2642ea581" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "d16d8fdcec77a6d3fcbd10ce23aa8810d8dd3bf2" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-django-debreach_git.bb b/recipes-devtools/python/python-django-debreach_git.bb new file mode 100644 index 0000000..f289280 --- /dev/null +++ b/recipes-devtools/python/python-django-debreach_git.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Simple database sharding (horizontal partitioning) library for Django applications." + +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=04c6b8f6ee56b21d30ecb172b066902c" + + +SRCREV = "b425bb719ea5de583fae7db5b7419e5fed569cb0" +PROTOCOL = "https" +BRANCH = "master" +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/lpomfrey/django-debreach.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" + + +DEPENDS += " python" +inherit setuptools distutils pkgconfig diff --git a/recipes-devtools/python/python-ethtool_git.bb b/recipes-devtools/python/python-ethtool_git.bb index 208b90c..93717a1 100644 --- a/recipes-devtools/python/python-ethtool_git.bb +++ b/recipes-devtools/python/python-ethtool_git.bb @@ -3,9 +3,6 @@ DESCRIPTION = "Python bindings for the ethtool kernel interface" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "b8b09b69ef6d4f8a6f12a6c441305790060dd829" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-firewall_git.bb b/recipes-devtools/python/python-firewall_git.bb index ece68c1..9eee1fd 100644 --- a/recipes-devtools/python/python-firewall_git.bb +++ b/recipes-devtools/python/python-firewall_git.bb @@ -1,11 +1,8 @@ -DESCRIPTION = "emporarily allow access to your current IP address into security groups, and automatically closes the hole when quitting. Convenient for SSH-ing into a box from a home or from any off-site location without worrying about leaving SSH open to the world or dealing with VPN." +DESCRIPTION = "Temporarily allow access to your current IP address into security groups, and automatically closes the hole when quitting. Convenient for SSH-ing into a box from a home or from any off-site location without worrying about leaving SSH open to the world or dealing with VPN." -LICENSE = "UNKNOWNi|BSD" +LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=7f1e0f09645893c55fb92d53ccea0a57" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "59b63088b8b791cc495d809240f94fddaa87dc55" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-google-auth_git.bb b/recipes-devtools/python/python-google-auth_git.bb new file mode 100644 index 0000000..208a039 --- /dev/null +++ b/recipes-devtools/python/python-google-auth_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "This library simplifies using Google’s various server-to-server authentication mechanisms to access Google APIs." + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" + +SRCREV = "1322d896ba725b8d73fd7ac4793601d9f574a839" +PROTOCOL = "https" +BRANCH = "master" +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/googleapis/google-auth-library-python.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" + + +DEPENDS += " python" +inherit setuptools distutils pkgconfig diff --git a/recipes-devtools/python/python-gunicorn_git.bb b/recipes-devtools/python/python-gunicorn_git.bb new file mode 100644 index 0000000..1511637 --- /dev/null +++ b/recipes-devtools/python/python-gunicorn_git.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f75f3fb94cdeab1d607e2adaa6077752" + + +SRCREV = "f38f717539b1b7296720805b8ae3969c3509b9c1" +PROTOCOL = "https" +BRANCH = "master" +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/benoitc/gunicorn.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" + + +DEPENDS += " python" +inherit setuptools distutils pkgconfig diff --git a/recipes-devtools/python/python-influxdb_git.bb b/recipes-devtools/python/python-influxdb_git.bb new file mode 100644 index 0000000..06324ed --- /dev/null +++ b/recipes-devtools/python/python-influxdb_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "d2to1 (the ‘d’ is for ‘distutils’) allows using distutils2-like setup.cfg files for a package’s metadata with a distribute/setuptools setup.py script. It works by providing a distutils2-formatted setup.cfg file containing all of a package’s metadata, and a very minimal setup.py which will slurp its arguments from the setup.cfg." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=046523829184aac3703a4c60c0ae2104" + +SRCREV = "dc83fc6576b6463dcc77a0c101475a2a71ed655a" +PROTOCOL = "https" +BRANCH = "master" +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/influxdata/influxdb-python.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" + + +DEPENDS += " python" +inherit setuptools distutils pkgconfig diff --git a/recipes-devtools/python/python-iniparse_git.bb b/recipes-devtools/python/python-iniparse_git.bb index af6a566..8f3d182 100644 --- a/recipes-devtools/python/python-iniparse_git.bb +++ b/recipes-devtools/python/python-iniparse_git.bb @@ -3,9 +3,6 @@ DESCRIPTION = "Iniparse is a INI parser for Python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "0305d08121461776222e515ae21a8405ee68eef4" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-jmespath_git.bb b/recipes-devtools/python/python-jmespath_git.bb index b3092f9..f0ca54a 100644 --- a/recipes-devtools/python/python-jmespath_git.bb +++ b/recipes-devtools/python/python-jmespath_git.bb @@ -3,9 +3,6 @@ DESCRIPTION = "JMESPath (pronounced “james path”) allows you to declarativel LICENSE = "Amazon" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2683790f5fabb41a3f75b70558799eb4" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "4a4f6dbd98549b2b8fc71bbc19860d317a6abfdb" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-jwcrypto_git.bb b/recipes-devtools/python/python-jwcrypto_git.bb index 69bba29..bd57d45 100644 --- a/recipes-devtools/python/python-jwcrypto_git.bb +++ b/recipes-devtools/python/python-jwcrypto_git.bb @@ -3,9 +3,6 @@ DESCRIPTION = "An implementation of the JOSE Working Group documents: RFC 7515 - LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "437ea86caef224cf769e30cafe30f1c0b4e0f3e2" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-jwt_git.bb b/recipes-devtools/python/python-jwt_git.bb index 9cfef86..6600b4e 100644 --- a/recipes-devtools/python/python-jwt_git.bb +++ b/recipes-devtools/python/python-jwt_git.bb @@ -3,9 +3,6 @@ DESCRIPTION = "A messaging framework built on the QPID Proton engine. It provide LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=54830c88a42666c6835a0f834f93a521" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "39f0ee6fd6d71ee335b1229b91ab0bb47bdd71f0" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-ldap3_git.bb b/recipes-devtools/python/python-ldap3_git.bb index 4831732..52a604f 100644 --- a/recipes-devtools/python/python-ldap3_git.bb +++ b/recipes-devtools/python/python-ldap3_git.bb @@ -1,11 +1,8 @@ DESCRIPTION = "ldap3 is a strictly RFC 4510 conforming LDAP V3 pure Python client library. The same codebase runs in Python 2, Python 3, PyPy and PyPy3." -LICENSE = "UNKNOWNi|BSD" +LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=32be5282b8f7cafe30b89d2980fbc7d0" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "08810e435392a1f1a96d5e65bb444b9cb9e96ae3" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-ldappool_git.bb b/recipes-devtools/python/python-ldappool_git.bb new file mode 100644 index 0000000..721b2f1 --- /dev/null +++ b/recipes-devtools/python/python-ldappool_git.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "A simple connector pool for python-ldap." + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://setup.py;md5=9c24605289b49ad77a51ba7986425158" + + +SRCREV = "f75c1a8a34d4fbe6df7889205b5c6a4db6886c33" +PROTOCOL = "https" +BRANCH = "master" +S = "${WORKDIR}/git" + +SRC_URI = "git://opendev.org/openstack/ldappool.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" + + +DEPENDS += " python python-pbr-native" +inherit setuptools distutils pkgconfig diff --git a/recipes-devtools/python/python-lefthandclient_2.1.0.bb b/recipes-devtools/python/python-lefthandclient_2.1.0.bb index a95afa5..0ccc216 100644 --- a/recipes-devtools/python/python-lefthandclient_2.1.0.bb +++ b/recipes-devtools/python/python-lefthandclient_2.1.0.bb @@ -3,7 +3,6 @@ DESCRIPTION = "This is a Client library that can talk to the HPE LeftHand/StoreV LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" -#SRC_URI[md5sum] = "" SRC_URI[sha256sum] = "efdea5cdd2ecce20f9bb482dd0a6f55bcefc462df42eaef4d85258c04e991b20" SRCREV = "db9773f0f97c5af04da89fcb7dca2a6ddf8d5e4a" @@ -12,6 +11,4 @@ S = "${WORKDIR}/git" SRC_URI = "git://github.com/hpe-storage/python-lefthandclient.git;rev=${SRCREV};branch=${BRANCH}" - - inherit setuptools distutils diff --git a/recipes-devtools/python/python-migrate_git.bb b/recipes-devtools/python/python-migrate_git.bb index 6631e46..06690bf 100644 --- a/recipes-devtools/python/python-migrate_git.bb +++ b/recipes-devtools/python/python-migrate_git.bb @@ -3,9 +3,6 @@ DESCRIPTION = "A simple language agnostic database migration tool" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=123c58ff9658c9062dbe401889464492" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "b53b7168f8ac27e4c557de6e62ad85fe00d99566" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-munch_git.bb b/recipes-devtools/python/python-munch_git.bb new file mode 100644 index 0000000..27090e8 --- /dev/null +++ b/recipes-devtools/python/python-munch_git.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Munch is a dictionary that supports attribute-style access, a la JavaScript." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0291cd32b2d6a91d9b19970c94d0a46" + + +SRCREV = "d0fbbce7b8205a243337faed0b61472dfe09706d" +PROTOCOL = "https" +BRANCH = "master" +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/Infinidat/munch.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" + + +DEPENDS += " python" +inherit setuptools distutils pkgconfig diff --git a/recipes-devtools/python/python-oauthlib_git.bb b/recipes-devtools/python/python-oauthlib_git.bb index 9cfef86..6600b4e 100644 --- a/recipes-devtools/python/python-oauthlib_git.bb +++ b/recipes-devtools/python/python-oauthlib_git.bb @@ -3,9 +3,6 @@ DESCRIPTION = "A messaging framework built on the QPID Proton engine. It provide LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=54830c88a42666c6835a0f834f93a521" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "39f0ee6fd6d71ee335b1229b91ab0bb47bdd71f0" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-perf_1.6.0.bb b/recipes-devtools/python/python-perf_1.6.0.bb index 219ce9f..23eda46 100644 --- a/recipes-devtools/python/python-perf_1.6.0.bb +++ b/recipes-devtools/python/python-perf_1.6.0.bb @@ -2,7 +2,6 @@ DESCRIPTION = "The Python perf module is a toolkit to write, run and analyze ben LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=78bc2e6e87c8c61272937b879e6dc2f8" -# SRC_URI[md5sum] = "0aca5f2ef176ce68e98a5b7e31372835" SRC_URI[sha256sum] = "f7fd3a9a174a17ca36de63563f394eaafc7d4ce11fd3ae7c28d4c38cf6403bef" PYPI_PACKAGE = "perf" diff --git a/recipes-devtools/python/python-pycurl_7.43.0.3.bb b/recipes-devtools/python/python-pycurl_7.43.0.3.bb index c090892..ea42fc2 100644 --- a/recipes-devtools/python/python-pycurl_7.43.0.3.bb +++ b/recipes-devtools/python/python-pycurl_7.43.0.3.bb @@ -1,11 +1,10 @@ DESCRIPTION = "libcurl python bindings" -LICENSE = "LGPL | MIT" +LICENSE = "LGPLv2 | MIT" LIC_FILES_CHKSUM = " \ file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \ file://COPYING-MIT;md5=2df767ed35d8ea83de4a93feb55e7815 \ " -#SRC_URI[md5sum] = "" SRC_URI[sha256sum] = "6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21deda8e" diff --git a/recipes-devtools/python/python-pyelftools_0.25.bb b/recipes-devtools/python/python-pyelftools_0.25.bb index 223bf4e..d2b3b2d 100644 --- a/recipes-devtools/python/python-pyelftools_0.25.bb +++ b/recipes-devtools/python/python-pyelftools_0.25.bb @@ -2,9 +2,7 @@ DESCRIPTION = "pyelftools library for parsing and analyzing elf files" LICENSE = "LGPLv2+" LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc" -#SRC_URI[md5sum] = "" SRC_URI[sha256sum] = "89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24" - PYPI_PACKAGE = "pyelftools" inherit pypi setuptools diff --git a/recipes-devtools/python/python-pyngus_git.bb b/recipes-devtools/python/python-pyngus_git.bb index 47fe67b..6cec631 100644 --- a/recipes-devtools/python/python-pyngus_git.bb +++ b/recipes-devtools/python/python-pyngus_git.bb @@ -3,9 +3,6 @@ DESCRIPTION = "A messaging framework built on the QPID Proton engine. It provide LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "5392392046989f1bb84ba938c30e4d48311075f1" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-requests-oauthlib_git.bb b/recipes-devtools/python/python-requests-oauthlib_git.bb index 04191b5..7aa11bb 100644 --- a/recipes-devtools/python/python-requests-oauthlib_git.bb +++ b/recipes-devtools/python/python-requests-oauthlib_git.bb @@ -3,9 +3,6 @@ DESCRIPTION = "This project provides first-class OAuth library support for Reque LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863" -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" - SRCREV = "e19ac082682ecf3ed06cdcc5538e3c4bb2aa7762" PROTOCOL = "https" BRANCH = "master" diff --git a/recipes-devtools/python/python-scss_git.bb b/recipes-devtools/python/python-scss_git.bb index 108a7d7..848c906 100644 --- a/recipes-devtools/python/python-scss_git.bb +++ b/recipes-devtools/python/python-scss_git.bb @@ -3,8 +3,6 @@ DESCRIPTION = "A simple language agnostic database migration tool" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02 " -#SRC_URI[md5sum] = "" -#SRC_URI[sha256sum] = "" SRCREV = "34fe985e6b43caa9f9b9bcd0dc433be4b2a1fdec" PROTOCOL = "https" diff --git a/recipes-devtools/python/python-urlgrabber_4.0.0.bb b/recipes-devtools/python/python-urlgrabber_4.0.0.bb index a9001ef..cf20aa8 100644 --- a/recipes-devtools/python/python-urlgrabber_4.0.0.bb +++ b/recipes-devtools/python/python-urlgrabber_4.0.0.bb @@ -2,7 +2,6 @@ DESCRIPTION = "A high-level cross-protocol url-grabber." LICENSE = "LGPLv2+" LIC_FILES_CHKSUM = "file://LICENSE;md5=68ad62c64cc6c620126241fd429e68fe" -#SRC_URI[md5sum] = "" SRC_URI[sha256sum] = "79c5a01c5dd31906a7f38ef1f500030e137704804d585644693d3e474ed15f39" DEPENDS += "python-six python-six-native" diff --git a/recipes-devtools/python/python-urwid_2.0.1.bb b/recipes-devtools/python/python-urwid_2.0.1.bb index d0b9ab0..67bd351 100644 --- a/recipes-devtools/python/python-urwid_2.0.1.bb +++ b/recipes-devtools/python/python-urwid_2.0.1.bb @@ -2,7 +2,6 @@ DESCRIPTION = "Urwid is a console user interface library for Python." LICENSE = "LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" -#SRC_URI[md5sum] = "" SRC_URI[sha256sum] = "644d3e3900867161a2fc9287a9762753d66bd194754679adb26aede559bcccbc" diff --git a/recipes-devtools/python/python-versiontools_git.bb b/recipes-devtools/python/python-versiontools_git.bb new file mode 100644 index 0000000..b2e0156 --- /dev/null +++ b/recipes-devtools/python/python-versiontools_git.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Smart replacement for plain tuple used o __version__" +LICENSE = "LGPLv3" +LIC_FILES_CHKSUM = "file://setup.py;md5=ab73495c876271f67ef5e34d4045262b" + + +SRCREV = "833890e18a92cecad3134dacbdecb0cf6cc978ed" +PROTOCOL = "https" +BRANCH = "master" +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/zyga/versiontools.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" + +# PYPI_PACKAGE = "versiontools" +inherit setuptools distutils diff --git a/recipes-devtools/python/python-yaql_git.bb b/recipes-devtools/python/python-yaql_git.bb new file mode 100644 index 0000000..2ff435c --- /dev/null +++ b/recipes-devtools/python/python-yaql_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "YAQL (Yet Another Query Language) is an embeddable and extensible query language, that allows performing complex queries against arbitrary objects. It has a vast and comprehensive standard library of frequently used querying functions and can be extend even further with user-specified functions. YAQL is written in python and is distributed via PyPI." + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +SRCREV = "7385a31b9dbfc777a514ba28fe507fbf904cc779" +PROTOCOL = "https" +BRANCH = "master" +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/openstack/yaql.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" + + +DEPENDS += " python python-pbr-native" +inherit setuptools distutils pkgconfig