Compare commits

..

35 Commits

Author SHA1 Message Date
clrbuilder 677fe6cbd5 Update packages file for version 24430
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-15 00:53:37 +00:00
clrbuilder 9e54179aea Update packages file for version 24410
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-14 12:02:12 +00:00
Kevron Rees 1145477b30 Add section to documentation about updating package version
Document includes a description for pumping the release, but what
if there is a completely new upstream version?  This patch adds a
section that describes how to update the upstream url for a
package and update the package information accordingly.

Signed-off-by: Kevron Rees <kevron.m.rees@intel.com>
2018-08-13 10:51:27 -07:00
Kevron Rees 19cb72b28e add link to autospec documentation
Documentation only describes how to tweak autospec behavior by
modifying one file ("buildreq_add").  A new developer might not be
aware that there are several other files that can be modified that
will change autospec behavior.  Link to the autospec documentation
so that developers can learn of the other files and how autospec
uses them.

Signed-off-by: Kevron Rees <kevron.m.rees@intel.com>
2018-08-13 10:51:27 -07:00
clrbuilder 497059b257 Update packages file for version 24390
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-13 12:02:49 +00:00
clrbuilder fbda0655f2 Update packages file for version 24370
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-11 23:16:43 +00:00
clrbuilder 1b32d114f3 Update packages file for version 24360
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-10 18:00:13 +00:00
clrbuilder 90a4ceb162 Update packages file for version 24340
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-10 12:02:33 +00:00
clrbuilder 2947369532 Update packages file for version 24330
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-09 18:03:38 +00:00
clrbuilder 26bb3f43f8 Update packages file for version 24310
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-09 06:14:47 +00:00
Patrick McCarty fd509a2295 Hardlink only the rpms created by Mock
In case git repos cloned by autospec into results/ contain RPMs, we do
not want to hardlink those files to rpms/.

Fix the issue by limiting the find depth to 1 level so that the tooling
only hardlinks rpms created by Mock.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2018-08-08 19:14:19 -07:00
clrbuilder eb4fcd4085 Update packages file for version 24300
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-08 18:51:20 +00:00
clrbuilder 4fd9e54785 Update packages file for version 24290
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-08 01:11:27 +00:00
Brett T. Warden 5bc6cc856b Error on specfile and upstreams only when missing
Previously, we always emitted an error and failed when the specfile or
upstream target was requested, breaking the -B switch. Now, we only fail
if the file doesn't actually exist, not just that it was requested via
make.
2018-08-07 09:03:54 -07:00
clrbuilder 3bfdb39ee1 Update packages file for version 24270
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-07 12:02:19 +00:00
clrbuilder b495687f7c Update packages file for version 24240
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-06 12:02:12 +00:00
clrbuilder c719db89dd Update packages file for version 24230
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-05 20:07:59 +00:00
clrbuilder ba9e38f3f0 Update packages file for version 24220
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-04 13:04:54 +00:00
clrbuilder 0d4b01ec83 Update packages file for version 24210
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-03 21:33:20 +00:00
clrbuilder 4867cefcb7 Update packages file for version 24200
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-03 18:02:54 +00:00
clrbuilder e88fcdc4bc Update packages file for version 24190
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-03 12:02:14 +00:00
clrbuilder a381875001 Update packages file for version 24150
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-02 07:07:54 +00:00
clrbuilder 114936fc23 Update packages file for version 24140
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-02 04:52:55 +00:00
Patrick McCarty 3739bc0e0f repoadd: use new rpms directory, and hardlink instead
Since binary RPMs are now stored in the "rpms" directory, follow a
similar method for storing them in the local repo, too.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2018-08-01 09:38:27 -07:00
Patrick McCarty f43a186a78 Store copies of binary RPMs in "rpms" dir
To improve visibility of which RPMs a user may want to install after a
build, copy (hardlink) them to a separate "rpms" directory.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2018-08-01 09:38:27 -07:00
Patrick McCarty da562cb750 Always clean rpms and logs from previous builds
I often find myself running "make clean proper", when by default, I
think the old build artifacts should be removed so that the results
directory is pristine at the start of a new build.

As a result, if users wish to keep all build artifacts from a previous
"make build" or "make autospec", they must keep manual backups, as the
tooling no longer keeps them around.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2018-08-01 09:38:27 -07:00
Patrick McCarty 16467cfbc0 Avoid appending to srpm logs
Mock will append the binary rpm build logs to the srpm logs, but this is
confusing. After the srpm finishes building, rename the log files to
avoid this behavior.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2018-08-01 09:38:27 -07:00
Patrick McCarty 16466cac02 Make results/ directory un-nested again
Because Mock dumps its logs and and resulting rpms in the same directory
(results), shuffling the logs and rpms only after a successful build is
confusing, since they will be untouched for the error case.

It's simpler to avoid moving the files entirely. The only exceptions
will be to avoid clobbering existing log files. Changes of this nature
will appear in later commits and in autospec.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2018-08-01 09:38:27 -07:00
clrbuilder 6e8d00eb30 Update packages file for version 24120
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-01 12:02:17 +00:00
clrbuilder c160c30218 Update packages file for version 24110
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-07-31 18:17:35 +00:00
clrbuilder 9b09c217da Update packages file for version 24100
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-07-31 12:02:22 +00:00
Thiago Macieira 00230e7d1d Use zstd for compressing the mock root cache
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2018-07-30 19:33:17 -07:00
Arjan van de Ven ff40498428 packages update 2018-07-31 01:40:40 +00:00
clrbuilder 6483c7dd86 Update packages file for version 24090
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-07-30 18:02:43 +00:00
clrbuilder d1079234d9 Update packages file for version 24080
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-07-30 12:03:58 +00:00
6 changed files with 214 additions and 36 deletions
+38 -33
View File
@@ -12,9 +12,9 @@ SHELL = /bin/bash
SPECFILE = $(addsuffix .spec, $(PKG_NAME))
SRPMVERS = $(shell [ ! -f $(SPECFILE) ] || rpmspec -D '_vendor clr' --srpm -q --queryformat '%{NAME}-%{VERSION}-%{RELEASE}\n' $(SPECFILE))
SRPMFILE = results/srpm/$(SRPMVERS).src.rpm
SRPMFILE = results/$(SRPMVERS).src.rpm
LATEST_RPMS = $(shell [ ! -s results/logs/build.log ] || for r in `egrep 'Wrote.*/RPMS/.*.rpm' results/logs/build.log | sed 's/.*\///;s/.*debuginfo/debuginfo\/&/'` ; do echo "results/$$r"; done)
LATEST_RPMS = $(wildcard rpms/*.rpm)
RPMS ?= $(LATEST_RPMS)
WITH_SUDO = $(shell cmp /usr/bin/mock /usr/sbin/mock &> /dev/null && echo sudo )
@@ -28,16 +28,18 @@ __missingsources := $(filter-out $(wildcard ${__allsources}), ${__allsources})
endif
$(SPECFILE):
@echo Error: $(SPECFILE) is missing. Please run \`make autospec\` to try and auto
@echo Error: generate one for you.
@exit 1
@[[ -f "$@" ]] || (\
echo Error: $@ is missing. Please run \`make autospec\` to try and auto;\
echo Error: generate one for you.;\
exit 1 )
upstream:
@echo Error: The \"upstream\" file is missing. Try running \`make autospec\` to
@echo Error: auto generate one for you. If you are not using autospec to
@echo Error: generate a spec file, specify the proper "Source*" entries in the
@echo Error: spec header, and try running \`make generateupstream\`.
@exit 1
@[[ -f "$@" ]] || (\
echo Error: The \"$@\" file is missing. Try running \`make autospec\` to;\
echo Error: auto generate one for you. If you are not using autospec to;\
echo Error: generate a spec file, specify the proper "Source*" entries in the;\
echo Error: spec header, and try running \`make generateupstream\`.;\
exit 1 )
#help spdxcheck: Checks that the package license is a valid SPDX license,
#help or that it is in the exceptions list.
@@ -91,24 +93,20 @@ prebuild-checks:
#help Use MOCK_OPTS environment varible to pass down arbitrary mock options.
build: prebuild-checks configemail $(SPECFILE) upstream $(SRPMFILE)
$(MOCK) $(SRPMFILE) --result=results/ --no-cleanup-after --uniqueext=$(PKG_NAME)
mkdir -p results/logs results/debuginfo
mv results/*.log results/logs
-mv results/*-debuginfo*.rpm results/debuginfo/
@perl $(TOPLVL)/projects/common/logcheck.pl results/logs/build.log
@perl $(TOPLVL)/projects/common/count.pl results/logs/build.log &> testresults
$(MAKE) link-new-rpms PKG_REPO_DIR="."
@perl $(TOPLVL)/projects/common/logcheck.pl results/build.log
@perl $(TOPLVL)/projects/common/count.pl results/build.log &> testresults
@$(MAKE) checkblacklist
#help build-nocheck: Same as 'make build', but do not run the package's test suite.
build-nocheck: configemail $(SPECFILE) upstream $(SRPMFILE)
$(MOCK) $(SRPMFILE) --nocheck --result=results/ --no-cleanup-after --uniqueext=$(PKG_NAME)
mkdir -p results/logs results/debuginfo
mv results/*.log results/logs
-mv results/*-debuginfo*.rpm results/debuginfo/
@perl $(TOPLVL)/projects/common/logcheck.pl results/logs/build.log
@perl $(TOPLVL)/projects/common/count.pl results/logs/build.log &> testresults
$(MAKE) link-new-rpms PKG_REPO_DIR="."
@perl $(TOPLVL)/projects/common/logcheck.pl results/build.log
@perl $(TOPLVL)/projects/common/count.pl results/build.log &> testresults
@$(MAKE) checkblacklist
fmvpatches: results/logs/build.log
fmvpatches: results/build.log
@perl $(TOPLVL)/projects/common/fmvpatches.pl $(PKG_NAME)
#help rootshell: Puts you in a root shell at the top of your build root.
@@ -121,9 +119,11 @@ shell:
# Always rebuild the source rpm
.PHONY: $(SRPMFILE)
$(SRPMFILE): $(SPECFILE) $(__allsources) localreponotice
$(SRPMFILE): $(SPECFILE) $(__allsources) localreponotice clean-old-content
@$(MAKE) spdxcheck
$(MOCK) --buildsrpm --source=./ --spec=$(SPECFILE) --result=results/srpm/ --no-cleanup-after --uniqueext=$(PKG_NAME)
$(MOCK) --buildsrpm --source=./ --spec=$(SPECFILE) --result=results/ --no-cleanup-after --uniqueext=$(PKG_NAME)
mv results/root.log results/srpm-root.log
mv results/build.log results/srpm-build.log
# Do a git fetch and a git rebase to apply local commits on top of latest
# commits from the remote. A git fetch/rebase is used rather than a git pull so
@@ -160,8 +160,7 @@ pullrebase:
#help Use MOCK_OPTS environment varible to pass down arbitrary mock options
#help to autospec.
#help For more information, see the project at https://github.com/clearlinux/autospec
autospec: pullrebase localreponotice
rm -f results/srpm/*src.rpm
autospec: pullrebase localreponotice clean-old-content
@if [ -e $(SPECFILE) ] && ! grep -q "# Generated by: autospec.py" $(SPECFILE) ; then \
echo "Specfile already exists and was not created by autospec.py! Aborting."; \
exit 1; \
@@ -178,6 +177,7 @@ autospec: pullrebase localreponotice
$${SETVERSION:+ --version $${SETVERSION}} \
${NON_INTERACTIVE} ${SKIP_GIT} ${CLEANUP} \
$(firstword $(NEWURL) $(URL));
$(MAKE) link-new-rpms PKG_REPO_DIR="."
@$(MAKE) spdxcheck
@$(MAKE) checkblacklist
@if [ -e update_changelog.sh ] && [ -z "$$SKIP_GIT" ] ; then \
@@ -327,7 +327,7 @@ rekoji-nowait:
$(MAKE) KOJI_NOWAIT="--nowait --background" rekoji
logcheck:
@perl $(TOPLVL)/projects/common/logcheck.pl results/logs/build.log
@perl $(TOPLVL)/projects/common/logcheck.pl results/build.log
$(TOPLVL)/repo:
@echo "Creating local RPM repository $(TOPLVL)/repo"
@@ -337,19 +337,24 @@ $(TOPLVL)/repo:
#help repoadd: Adds locally-built RPMs for this package to the local RPM
#help repository. If this repository does not yet exist, it is created and
#help enabled.
repoadd: results/logs/build.log $(TOPLVL)/repo
@if [ -z "`grep '^Wrote: .*$(shell basename $(SRPMFILE))$$' results/logs/build.log`" ]; then \
echo "You have not yet succesfully built this release yet"; exit 1; \
fi
@if [ -f .repo-index ]; then \
repoadd: $(TOPLVL)/repo
@if [ -z "${LATEST_RPMS}" ]; then \
echo "No rpms found in rpms/ directory."; \
exit 1; \
fi; \
if [ -f .repo-index ]; then \
echo "Cleaning old rpms:"; \
for r in `cat .repo-index`; do \
echo "-$$r"; \
rm -f $(TOPLVL)/repo/$$r; \
done; \
rm .repo-index; \
fi
for r in $(LATEST_RPMS); do echo "+$$r"; echo $$(basename $$r) >> .repo-index; cp $$r $(TOPLVL)/repo; done
fi; \
for r in ${LATEST_RPMS}; do \
echo "+$$r"; \
echo $$(basename $$r) >> .repo-index; \
ln -f $$r $(TOPLVL)/repo/; \
done
$(MAKE) localrepocreate
$(call localrepoenable,${PM_CONF},${MOCK_CONF})
+24
View File
@@ -138,6 +138,30 @@ localreponotice:
[ -f $(TOPLVL)/repo/opt-in-build ] || sleep 3; \
fi >&2
.PHONY: clean-old-rpms clean-old-logs clean-old-content
clean-old-rpms:
rm -rf ./rpms
rm -f ./results/*.rpm
clean-old-logs:
rm -f ./results/*.log
clean-old-content: clean-old-rpms clean-old-logs
.PHONY: require-pkg-repo-dir link-new-rpms
require-pkg-repo-dir:
@if [ -z ${PKG_REPO_DIR} ]; then \
echo "Please specify PKG_REPO_DIR to indicate package repo location."; \
exit 1; \
fi
link-new-rpms: require-pkg-repo-dir
mkdir -p ${PKG_REPO_DIR}/rpms
rm -f ${PKG_REPO_DIR}/rpms/*.rpm
find ${PKG_REPO_DIR}/results -maxdepth 1 -name '*.rpm' -exec ln {} ${PKG_REPO_DIR}/rpms/ \;
rm -f ${PKG_REPO_DIR}/rpms/*.src.rpm
.PHONY: help
##### Code
# Make sure that HELPSPACE has exactly HELPLEN spaces in it
+1
View File
@@ -224,6 +224,7 @@ autospecnew: localreponotice
$${SETVERSION:+ --version $${SETVERSION}} \
${NON_INTERACTIVE} ${SKIP_GIT} ${CLEANUP} \
$(URL); \
[ $$? -eq 0 ] && $(MAKE) link-new-rpms PKG_REPO_DIR="${TOPLVL}/packages/${NAME}"; \
$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist $(TOPLVL)/packages/${NAME}/results/*.rpm; \
else \
echo "$(NAME) already exists at $(TOPLVL)/packages/$(NAME)"; \
+14
View File
@@ -102,6 +102,10 @@ $ echo missing-build-req >> buildreq_add
$ make autospec
```
Please see https://github.com/clearlinux/autospec#common-files for
documention on buildreq_add and the other files autospec uses during the
build process.
### Bump the release number for a package
If you simply need to increment a package's release number and rebuild the
@@ -112,6 +116,16 @@ $ make bump
$ make build
```
### Update the release version for a package
If you have an update release version for a package, you can change the url
for the new release in the package/example-pkg/Makefile. After modifying the
new url, run `make autospec` again to fetch the new package and rebuild.
```
$ make autospec
```
## Other topics
### Customizing the mock config
+2
View File
@@ -6,6 +6,8 @@ config_opts['dist'] = 'clear' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['useradd'] = '/usr/sbin/useradd -m -u %(uid)s -g %(gid)s -d %(home)s %(user)s'
config_opts['plugin_conf']['ccache_enable'] = False
config_opts['plugin_conf']['root_cache_opts']['compress_program'] = 'zstd -5'
config_opts['plugin_conf']['root_cache_opts']['extension'] = '.zst'
config_opts['releasever'] = 'clear'
config_opts['package_manager'] = 'dnf'
config_opts['chrootgroup'] = 'mockbuild'
+135 -3
View File
@@ -8,6 +8,7 @@ Flask
FreeRDP
GConf
GitPython
ImageMagick
Jinja2
Keras
Keras_Applications
@@ -36,6 +37,7 @@ PyMySQL
PyWavelets
PyYAML
Pygments
Pyro4
QtAwesome
QtPy
R
@@ -139,6 +141,8 @@ R-Rsolnp
R-Rtsne
R-Rvmmin
R-SDMTools
R-SGP
R-SGPdata
R-SQUAREM
R-Sleuth2
R-SnowballC
@@ -168,6 +172,7 @@ R-adephylo
R-afex
R-alr3
R-analogue
R-animation
R-ape
R-argparse
R-arm
@@ -219,6 +224,7 @@ R-cli
R-clipr
R-clue
R-clustMixType
R-clusterGeneration
R-cmprsk
R-cobs
R-coda
@@ -445,6 +451,7 @@ R-maxLik
R-mclust
R-mcmc
R-mda
R-measures
R-memisc
R-memoise
R-mi
@@ -477,6 +484,7 @@ R-mvnormtest
R-mvoutlier
R-mvtnorm
R-natserv
R-ncbit
R-network
R-neuralnet
R-nleqslv
@@ -508,9 +516,12 @@ R-phangorn
R-pheatmap
R-phylobase
R-phylogram
R-phytools
R-pillar
R-pkgKitten
R-pkgbuild
R-pkgconfig
R-pkgload
R-pkgmaker
R-plm
R-plogr
@@ -663,6 +674,7 @@ R-stringi
R-stringr
R-strucchange
R-styler
R-subplex
R-subselect
R-superpc
R-survey
@@ -702,6 +714,7 @@ R-urltools
R-uroot
R-utf8
R-uuid
R-varImp
R-vcd
R-vcdExtra
R-vcr
@@ -757,10 +770,13 @@ WebOb
WebTest
Werkzeug
Whoosh
WireGuard
XStatic
XStatic-Angular
XStatic-Angular-Bootstrap
XStatic-Angular-FileUpload
XStatic-Angular-Gettext
XStatic-Angular-Schema-Form
XStatic-Angular-lrdragndrop
XStatic-Bootstrap-Datepicker
XStatic-Bootstrap-SCSS
@@ -779,9 +795,11 @@ XStatic-bootswatch
XStatic-jQuery
XStatic-jquery-ui
XStatic-mdi
XStatic-objectpath
XStatic-roboto-fontface
XStatic-smart-table
XStatic-term.js
XStatic-tv4
Z3
abireport
absl-py
@@ -822,6 +840,7 @@ asio
asn1crypto
aspell
aspell-en
aspell-pt_BR
assimp
astor
astroid
@@ -848,6 +867,7 @@ autogen
automake
automaton
awscli
axel
azure-configs
babeltrace
babl
@@ -858,6 +878,7 @@ baloo
baloo-widgets
bandit
baobab
barbican
bash
bash-completion
bash.static
@@ -965,6 +986,7 @@ clr-avx-tools
clr-boot-manager
clr-debug-info
clr-desktop-defaults
clr-fwupd-hooks
clr-hardware-files
clr-init
clr-man-pages
@@ -983,11 +1005,32 @@ clutter-gst
clutter-gtk
cmake
cmd2
cmocka
cmrt
cni
cni-plugins
cockpit
cogl
coinmp
colcon-bash
colcon-cmake
colcon-common-extensions
colcon-core
colcon-defaults
colcon-devtools
colcon-library-path
colcon-metadata
colcon-output
colcon-package-information
colcon-package-selection
colcon-parallel-executor
colcon-pkg-config
colcon-powershell
colcon-python-setup-py
colcon-recursive-crawl
colcon-ros
colcon-test-result
colcon-zsh
collectl
colorama
colord
@@ -1014,7 +1057,6 @@ compat-opencv-soname32
compat-opencv-soname33
compat-protobuf-soname14
compat-protobuf-soname15
compat-python36
compat-readline
component
compute-image-packages
@@ -1051,6 +1093,7 @@ cups
cups-filters
cups-pk-helper
curl
cursive
cve-check-tool
cxxfilt
cycler
@@ -1069,6 +1112,7 @@ debugedit
decorator
defusedxml
dejagnu
deprecation
desktop-file-utils
dfc
dfu-util
@@ -1106,6 +1150,7 @@ dolphin
dos2unix
dosfstools
double-conversion
dovecot
doxygen
dpdk
dracut
@@ -1152,6 +1197,7 @@ fann
farstream
fasteners
fcgi
feh
fftw
file
file-roller
@@ -1163,7 +1209,13 @@ fish
fixtures
flac
flake8
flake8-blind-except
flake8-builtins
flake8-class-newline
flake8-comprehensions
flake8-deprecated
flake8-docstrings
flake8-import-order
flake8-polyfill
flatpak
fldigi
@@ -1189,6 +1241,7 @@ futures
futurist
fwupd
fwupdate
gabbi
garcon
gast
gawk
@@ -1218,6 +1271,7 @@ gftp
ghostscript
gimp
git
gitdb2
gitolite
gjs
glance
@@ -1228,6 +1282,7 @@ glib
glib-networking
glibc
glibmm
glm
glmark2
global
glog
@@ -1279,6 +1334,7 @@ gnupg
gnuplot
gnutls
go
goaccess
gobject-introspection
golang-github-cpuguy83-go-md2man
gom
@@ -1295,6 +1351,7 @@ gptfdisk
gradle
gradle-dep
graphene
graphite
graphviz
greenlet
grep
@@ -1355,6 +1412,7 @@ hunspell
hwloc
hyperscan
hyperstart
hyphen
hypothesis
i2c-tools
i3
@@ -1368,6 +1426,7 @@ iceauth
icon-naming-utils
icu4c
idna
iftop
imagesize
imapfilter
imlib2
@@ -1381,6 +1440,7 @@ intel-gpu-tools
intel-hybrid-driver
intltool
invm-frameworks
ioc-cbc-tools
ioping
iotop
ipaddr
@@ -1399,6 +1459,8 @@ ipython
ipython-sql
ipython_genutils
ipywidgets
ironic
ironic-lib
irqbalance
irrlicht
irssi
@@ -1426,6 +1488,8 @@ json-c
json-glib
jsoncpp
jsonpatch
jsonpath-rw
jsonpath-rw-ext
jsonpointer
jsonschema
jupyter
@@ -1467,6 +1531,8 @@ kdnssd
kdoctools
keepassxc
kemoticons
kernel-config
kernel-config-checker
kernel-install
kexec-tools
keychain
@@ -1525,6 +1591,7 @@ latencytop
lazy-object-proxy
lcms2
lcov
ldap3
lensfun
less
leveldb
@@ -1533,6 +1600,7 @@ libSM
libX11
libXScrnSaver
libXau
libXaw
libXcomposite
libXcursor
libXdamage
@@ -1584,6 +1652,7 @@ libdmx
libdnf
libdrm
libepoxy
liberasurecode
libev
libevdev
libevent
@@ -1620,6 +1689,7 @@ libksba
libksysguard
libmbim
libmediaart
libmicrohttpd
libmnl
libmodulemd
libmspack
@@ -1725,6 +1795,7 @@ llvm
llvmlite
lmdb
logilab-common
logrotate
logutils
lsacpi
lshw
@@ -1760,6 +1831,7 @@ metrics-discovery
micro-config-drive
micro-config-drive-aws
micro-config-drive-oci
microversion_parse
mido
minetest
minetest_game
@@ -1775,6 +1847,7 @@ mock
mod_wsgi
moka-icon-theme
mongodict
mono
monotonic
more-itertools
moreutils
@@ -1792,19 +1865,21 @@ mpfr
mpg123
mpi4py
mpmath
msgpack-python
msgpack
msmtp
msr-tools
mstflint
mtdev
multimon-ng
multipath-tools
munch
murrine
musl
mutt
mutter
mypaint-brushes
mypy
mythes
nagios-plugins
nano
nasm
@@ -1828,6 +1903,7 @@ network-manager-applet
networkmanager-qt
networkx
neutron
neutron-lib
newt
nfs-utils
nftables
@@ -1836,11 +1912,14 @@ nginx
nicstat
ninja
nlopt
nltk
nmap
nodejs
nose
nose-cov
nose-cover3
nose-parameterized
nosexcover
nosync
notebook
notmuch
@@ -1864,14 +1943,17 @@ oauth2client
oauthlib
ocaml
ocl-icd
octave
offlineimap
olefile
onig
onnx
opa-psm2
open-iscsi
open-isns
open-lldp
open-vm-tools
openQA
openal-soft
openblas
openconnect
@@ -1893,10 +1975,16 @@ opusfile
orc
orca
ordereddict
os-api-ref
os-autoinst
os-brick
os-client-config
os-service-types
os-testr
os-traits
os-win
os-xenapi
os_vif
osc-lib
osinfo-db-tools
oslo.cache
@@ -1909,6 +1997,7 @@ oslo.log
oslo.messaging
oslo.middleware
oslo.policy
oslo.privsep
oslo.reports
oslo.rootwrap
oslo.serialization
@@ -1921,6 +2010,8 @@ oslotest
osprofiler
ostree
ovirt-guest-agent
ovs
ovsdbapp
p11-kit
p7zip
packaging
@@ -1950,6 +2041,7 @@ pcre
pcre2
pecan
pep8
performance
perftest
perl
perl-Acme-Damn
@@ -2079,6 +2171,7 @@ perl-Devel-Refactor
perl-Devel-Size
perl-Devel-StackTrace
perl-Devel-StackTrace-AsHTML
perl-Devel-Symdump
perl-Digest-CRC
perl-Digest-HMAC
perl-Digest-JHash
@@ -2121,6 +2214,7 @@ perl-File-FcntlLock
perl-File-Find-Rule
perl-File-Grep
perl-File-HomeDir
perl-File-KeePass
perl-File-LibMagic
perl-File-Listing
perl-File-MMagic
@@ -2283,6 +2377,7 @@ perl-Module-Starter
perl-Module-Util
perl-Module-Versions-Report
perl-Mojolicious
perl-Mojolicious-Plugin-AssetPack
perl-Mozilla-CA
perl-Net-CIDR-Lite
perl-Net-DNS
@@ -2335,6 +2430,7 @@ perl-PerlIO-gzip
perl-PerlIO-utf8_strict
perl-PerlIO-via-Timeout
perl-Pod-Constants
perl-Pod-Coverage
perl-Pod-LaTeX
perl-Pod-Plainer
perl-Pod-Spell
@@ -2398,8 +2494,10 @@ perl-System-Command
perl-TAP-Harness-Archive
perl-Taint-Util
perl-Term-ProgressBar
perl-Term-ReadLine-Gnu
perl-Term-ReadPassword
perl-Term-Shell
perl-Term-ShellUI
perl-Term-Size-Perl
perl-Term-Table
perl-Term-UI
@@ -2561,6 +2659,7 @@ prettytable
proc-macro2
processor-trace
procps-ng
prometheus_client
prompt_toolkit
protobuf
protobuf-c
@@ -2576,6 +2675,7 @@ pwgen
py
pyOpenSSL
pyScss
pyaes
pyaml
pyasn1
pyasn1-modules
@@ -2590,6 +2690,8 @@ pydocstyle
pydot
pydot_ng
pydotplus
pyeclib
pyemd
pyflakes
pygobject
pyinotify
@@ -2600,14 +2702,21 @@ pymongo
pynacl
pypandoc
pyparsing
pyperclip
pypowervm
pyquery
pyrfc3339
pyroute2
pyrsistent
pysaml2
pysendfile
pyserial
pysnmp
pytest
pytest-cov
pytest-forked
pytest-repeat
pytest-rerunfailures
pytest-runner
pytest-timeout
pytest-xdist
@@ -2638,6 +2747,7 @@ python-multilib
python-neutronclient
python-novaclient
python-openstackclient
python-perf
python-pkgconfig
python-pocketlint
python-polib
@@ -2698,21 +2808,26 @@ qtwebsockets
qtx11extras
qtxmlpatterns
quagga
quassel
quilt
rabbitmq-c
ragel
raptor2
rasqal
rcssmin
rdma-core
re2c
readline
redis
redis-native
redland
redsocks
reno
repoze.lru
repoze.who
requests
requests-mock
requests-toolbelt
requestsexceptions
rest
restructuredtext_lint
@@ -2723,6 +2838,8 @@ rfc3986
rjsmin
rng-tools
rope
rosdistro
rospkg
rpcbind
rpm
rr
@@ -2735,6 +2852,7 @@ runc
rust-std32
rustc
rxvt-unicode
ryu
s2tc
s3transfer
sahara
@@ -2753,6 +2871,7 @@ scipy
scons
screen
scripttest
scrypt
sddm
seaborn
seahorse
@@ -2783,12 +2902,14 @@ slang
smart_open
smartcols
smartmontools
smmap2
snappy
snowballstemmer
socat
sof-crosstool-ng
solid
sonnet
sortedcontainers
sos
soundmodem
source-code-pro
@@ -2814,15 +2935,19 @@ squashfs-tools
sshfs
stack
startup-notification
statsd
statsmodels
stestr
stevedore
stow
strace
stress-ng
subunit
subunit2sql
subversion
sudo
suds-jurko
sundials
sure
suricata
swift
@@ -2866,6 +2991,7 @@ testscenarios
testtools
texinfo
texlive
text-unidecode
tflearn
thermal_daemon
thin-provisioning-tools
@@ -2877,11 +3003,12 @@ tiff
tig
tigervnc
time
tinyrpc
tinyxml2
tiptop
tk
tmux
tokyocabinet
toolbelt
tooz
tornado
totem
@@ -2907,6 +3034,7 @@ unicodecsv
unifdef
unison
unittest2
unixODBC
unzip
upower
uritemplate
@@ -2923,6 +3051,7 @@ uwsgi
v4l-utils
vala
valgrind
vcstool
vcversioner
vim
vim-go
@@ -2944,6 +3073,7 @@ warlock
wayland
wayland-protocols
wcwidth
weakrefmethod
webcolors
webencodings
webkitgtk
@@ -2961,6 +3091,8 @@ woff2
wol
wpa_supplicant
wrapt
wsgi_intercept
wsgiref
x11perf
x11vnc
xapian-core