mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 19:16:00 +00:00
Compare commits
30 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 514048840f | |||
| 012a1a3767 | |||
| 0168eb6258 | |||
| 2212f350e9 | |||
| 75a06769ea | |||
| 797f6c050c | |||
| 3169a8db4c | |||
| c6e5d09862 | |||
| 76d551ae77 | |||
| 92202763aa | |||
| 3a666723c1 | |||
| ed7e63d752 | |||
| bf6c49b8b9 | |||
| cc0b7da35a | |||
| 33febf4489 | |||
| 52ab50a9c7 | |||
| 70d40d9b59 | |||
| 8b709c2e1b | |||
| ea4e713277 | |||
| ca817a8c5e | |||
| db80ffd052 | |||
| 54e7c47bd6 | |||
| 60cb8aa36a | |||
| 3a5c12aa29 | |||
| 118120ca01 | |||
| f59a650cf4 | |||
| 1dae5422cc | |||
| b4860a0d82 | |||
| 4760d853bb | |||
| 4331a0a193 |
+4
-2
@@ -61,7 +61,7 @@ clean:
|
||||
|
||||
#help proper: Brings your copy of the package to a nearly clean git checkout state.
|
||||
proper: repodel
|
||||
rm -rf results
|
||||
rm -rf results rpms
|
||||
rm -f build.log.round*
|
||||
rm -f mock_build.log mock_srpm.log $(__allsources) report.html
|
||||
|
||||
@@ -154,13 +154,15 @@ pullrebase:
|
||||
fi \
|
||||
fi
|
||||
|
||||
preautospec-checks:
|
||||
|
||||
#help autospec: automatically generates a specfile. If there is
|
||||
#help already a specfile, it will be overwritten. Several files used by
|
||||
#help autospec will be created in the process.
|
||||
#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 clean-old-content
|
||||
autospec: preautospec-checks 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; \
|
||||
|
||||
+3
-1
@@ -190,13 +190,15 @@ releases: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
||||
provides:
|
||||
@$(TOPLVL)/projects/common/provides.sh -f $(FP) -r $(RN)
|
||||
|
||||
preautospecnew-checks:
|
||||
|
||||
#help autospecnew: Creates a new autospec package with for a given URL=$(URL)
|
||||
#help with NAME=$(NAME). Several files used by autospec will be created in the
|
||||
#help process.
|
||||
#help Use MOCK_OPTS environment varible to pass down arbitrary mock options
|
||||
#help to autospec.
|
||||
#help For more information about autospec, see the project page on Github https://github.com/clearlinux/autospec
|
||||
autospecnew: localreponotice
|
||||
autospecnew: preautospecnew-checks localreponotice
|
||||
@if [ -z $(NAME) ] || [ -z $(URL) ]; then \
|
||||
echo "Please specify NAME and URL. The ARCHIVES variable is optional."; \
|
||||
exit 1; \
|
||||
|
||||
@@ -2,10 +2,13 @@ Babel
|
||||
Botan
|
||||
CUnit
|
||||
Cheetah
|
||||
CherryPy
|
||||
ConfigArgParse
|
||||
Counter
|
||||
Cython
|
||||
Django
|
||||
Flask
|
||||
Flask-RESTful
|
||||
FlatBuffers
|
||||
FreeRDP
|
||||
GConf
|
||||
@@ -21,6 +24,7 @@ LibRaw
|
||||
LibVNCServer
|
||||
Linux-PAM
|
||||
LuaJIT
|
||||
M2Crypto
|
||||
Mako
|
||||
Markdown
|
||||
MarkupSafe
|
||||
@@ -86,6 +90,7 @@ R-GeneralizedHyperbolic
|
||||
R-GlobalOptions
|
||||
R-Guerry
|
||||
R-Hmisc
|
||||
R-ICEbox
|
||||
R-ICS
|
||||
R-ICSNP
|
||||
R-IRdisplay
|
||||
@@ -440,10 +445,12 @@ R-locfit
|
||||
R-logspline
|
||||
R-loo
|
||||
R-lpSolve
|
||||
R-lsei
|
||||
R-lsmeans
|
||||
R-lubridate
|
||||
R-mFilter
|
||||
R-magic
|
||||
R-magick
|
||||
R-magrittr
|
||||
R-manipulate
|
||||
R-manipulateWidget
|
||||
@@ -497,6 +504,7 @@ R-neuralnet
|
||||
R-nleqslv
|
||||
R-nloptr
|
||||
R-nortest
|
||||
R-npsurv
|
||||
R-numDeriv
|
||||
R-nws
|
||||
R-nycflights13
|
||||
@@ -519,6 +527,8 @@ R-pbmcapply
|
||||
R-pcaPP
|
||||
R-pcse
|
||||
R-pdfCluster
|
||||
R-pdftools
|
||||
R-pdp
|
||||
R-permute
|
||||
R-phangorn
|
||||
R-pheatmap
|
||||
@@ -582,6 +592,7 @@ R-randomForest
|
||||
R-randomNames
|
||||
R-randtoolbox
|
||||
R-ranger
|
||||
R-rappdirs
|
||||
R-raster
|
||||
R-rasterVis
|
||||
R-reactR
|
||||
@@ -628,6 +639,7 @@ R-rstan
|
||||
R-rstanarm
|
||||
R-rstantools
|
||||
R-rstudioapi
|
||||
R-rsvg
|
||||
R-rversions
|
||||
R-rvest
|
||||
R-sROC
|
||||
@@ -771,6 +783,7 @@ SuiteSparse
|
||||
Tempita
|
||||
Theano
|
||||
Thunar
|
||||
UkPostcodeParser
|
||||
Vertex-theme
|
||||
WALinuxAgent
|
||||
WSGIProxy2
|
||||
@@ -837,7 +850,9 @@ alsa-lib
|
||||
alsa-plugins
|
||||
alsa-utils
|
||||
amqp
|
||||
amtk
|
||||
analitza
|
||||
aniso8601
|
||||
ansible
|
||||
anyjson
|
||||
apache-ant
|
||||
@@ -924,6 +939,7 @@ bleach
|
||||
blinken
|
||||
blinker
|
||||
blktrace
|
||||
blockdiag
|
||||
bluedevil
|
||||
bluez
|
||||
bluez-qt
|
||||
@@ -998,7 +1014,6 @@ chardet
|
||||
check
|
||||
cheese
|
||||
cheroot
|
||||
cherrypy
|
||||
chrome-gnome-shell
|
||||
chrony
|
||||
chrpath
|
||||
@@ -1073,9 +1088,11 @@ colorama
|
||||
colord
|
||||
colord-gtk
|
||||
comedilib
|
||||
commonmark
|
||||
compat-SDL2-soname1
|
||||
compat-cryptsetup-soname4
|
||||
compat-efivar-soname0
|
||||
compat-enchant-soname1
|
||||
compat-fuse-soname2
|
||||
compat-gegl
|
||||
compat-gegl-0.3
|
||||
@@ -1086,6 +1103,7 @@ compat-hdf5-soname10
|
||||
compat-hyperscan-soname4
|
||||
compat-ipset-soname10
|
||||
compat-libical-soname2
|
||||
compat-libidn-soname11
|
||||
compat-libpng-soname12
|
||||
compat-libwebp-soname6
|
||||
compat-llvm-soname4
|
||||
@@ -1141,6 +1159,7 @@ darktable
|
||||
dask
|
||||
db
|
||||
dbus
|
||||
dbus-broker
|
||||
dbus-glib
|
||||
dconf
|
||||
dconf-editor
|
||||
@@ -1153,6 +1172,7 @@ defusedxml
|
||||
dejagnu
|
||||
deprecation
|
||||
desktop-file-utils
|
||||
devhelp
|
||||
dfc
|
||||
dfu-util
|
||||
dhcp
|
||||
@@ -1201,7 +1221,9 @@ dragon
|
||||
drkonqi
|
||||
dstat
|
||||
dtc
|
||||
dtopt
|
||||
dulwich
|
||||
duperemove
|
||||
dwarves
|
||||
dyskctl
|
||||
e2fsprogs
|
||||
@@ -1217,6 +1239,7 @@ elasticsearch
|
||||
elasticsearch-dep
|
||||
elementary-xfce
|
||||
elfutils
|
||||
elixir
|
||||
emacs
|
||||
empy
|
||||
enchant
|
||||
@@ -1285,9 +1308,11 @@ frameworkintegration
|
||||
freeglut
|
||||
freeipmi
|
||||
freetype
|
||||
freezegun
|
||||
fribidi
|
||||
fritzing-app
|
||||
fs
|
||||
funcparserlib
|
||||
funcsigs
|
||||
functools32
|
||||
fuse
|
||||
@@ -1348,6 +1373,7 @@ glusterfs
|
||||
gmic
|
||||
gmime
|
||||
gmp
|
||||
gmqtt
|
||||
gnome-applets
|
||||
gnome-autoar
|
||||
gnome-backgrounds
|
||||
@@ -1359,6 +1385,7 @@ gnome-color-manager
|
||||
gnome-common
|
||||
gnome-control-center
|
||||
gnome-desktop
|
||||
gnome-disk-utility
|
||||
gnome-flashback
|
||||
gnome-font-viewer
|
||||
gnome-icon-theme
|
||||
@@ -1381,7 +1408,7 @@ gnome-system-monitor
|
||||
gnome-terminal
|
||||
gnome-themes-standard
|
||||
gnome-todo
|
||||
gnome-tweak-tool
|
||||
gnome-tweaks
|
||||
gnome-user-docs
|
||||
gnome-video-effects
|
||||
gnome-weather
|
||||
@@ -1397,6 +1424,7 @@ gom
|
||||
goocanvas
|
||||
google-api-python-client
|
||||
google-apitools
|
||||
google-reauth
|
||||
googletest
|
||||
gperf
|
||||
gperftools
|
||||
@@ -1440,6 +1468,7 @@ gtkmm3
|
||||
gtksourceview
|
||||
gtkspell3
|
||||
guile
|
||||
gupnp-av
|
||||
gutenprint
|
||||
gvfs
|
||||
gvim
|
||||
@@ -1459,6 +1488,7 @@ help2man
|
||||
hexchat
|
||||
hgtools
|
||||
hicolor-icon-theme
|
||||
hold
|
||||
home-assistant
|
||||
horizon
|
||||
hostname
|
||||
@@ -1479,8 +1509,11 @@ i2c-tools
|
||||
i3
|
||||
i3lock
|
||||
i3status
|
||||
ias
|
||||
iasimage
|
||||
ibus
|
||||
ibus-libpinyin
|
||||
ibus-table
|
||||
icalendar
|
||||
icdiff
|
||||
iceauth
|
||||
@@ -1488,7 +1521,9 @@ icon-naming-utils
|
||||
icu4c
|
||||
idna
|
||||
idna-ssl
|
||||
ifaddr
|
||||
iftop
|
||||
ilmbase
|
||||
imagesize
|
||||
imapfilter
|
||||
imlib2
|
||||
@@ -1501,13 +1536,13 @@ inotify-tools
|
||||
intel-gpu-tools
|
||||
intel-hybrid-driver
|
||||
intltool
|
||||
invm-frameworks
|
||||
ioc-cbc-tools
|
||||
ioping
|
||||
iotop
|
||||
ipaddr
|
||||
ipaddress
|
||||
iperf
|
||||
ipmctl
|
||||
ipmitool
|
||||
iproute2
|
||||
ipset
|
||||
@@ -1536,7 +1571,6 @@ itsdangerous
|
||||
itstool
|
||||
iw
|
||||
ixion
|
||||
ixpdimm_sw
|
||||
jansson
|
||||
jaraco.functools
|
||||
jedi
|
||||
@@ -1821,6 +1855,7 @@ libappindicator
|
||||
libarchive
|
||||
libarchive-c
|
||||
libassuan
|
||||
libasyncns
|
||||
libatasmart
|
||||
libatomic_ops
|
||||
libb64
|
||||
@@ -1839,6 +1874,7 @@ libcomps
|
||||
libconfig
|
||||
libcroco
|
||||
libcryptui
|
||||
libdaemon
|
||||
libdatrie
|
||||
libdazzle
|
||||
libdbusmenu
|
||||
@@ -1857,6 +1893,7 @@ libexif
|
||||
libexttextcat
|
||||
libffi
|
||||
libfontenc
|
||||
libfprint
|
||||
libfreehand
|
||||
libgcrypt
|
||||
libgd
|
||||
@@ -1880,10 +1917,12 @@ libgusb
|
||||
libgweather
|
||||
libical
|
||||
libidn
|
||||
libidn2
|
||||
libindicator
|
||||
libinput
|
||||
libiscsi
|
||||
libisofs
|
||||
libite
|
||||
libjpeg-turbo
|
||||
libjpeg-turbo-soname8
|
||||
libkcddb
|
||||
@@ -1922,6 +1961,7 @@ libnftnl
|
||||
libnice
|
||||
libnl
|
||||
libnotify
|
||||
libnova
|
||||
libnumbertext
|
||||
liboauth
|
||||
libodfgen
|
||||
@@ -1933,8 +1973,11 @@ libpagemaker
|
||||
libpcap
|
||||
libpciaccess
|
||||
libpeas
|
||||
libpfm
|
||||
libpinyin
|
||||
libpipeline
|
||||
libpng
|
||||
libpsl
|
||||
libpthread-stubs
|
||||
libpwquality
|
||||
libqalculate
|
||||
@@ -1946,6 +1989,7 @@ librepo
|
||||
librevenge
|
||||
librsvg
|
||||
librtlsdr
|
||||
libsafec
|
||||
libsamplerate
|
||||
libsass
|
||||
libseccomp
|
||||
@@ -1954,6 +1998,7 @@ libsigc++
|
||||
libsmbios
|
||||
libsmi
|
||||
libsndfile
|
||||
libsodium
|
||||
libsolv
|
||||
libsoup
|
||||
libspectre
|
||||
@@ -1968,6 +2013,7 @@ libtheora
|
||||
libtirpc
|
||||
libtool
|
||||
libudev0-shim
|
||||
libuev
|
||||
libunistring
|
||||
libunwind
|
||||
libusb
|
||||
@@ -1980,6 +2026,7 @@ libvirt
|
||||
libvirt-glib
|
||||
libvirt-python
|
||||
libvisio
|
||||
libvma
|
||||
libvorbis
|
||||
libvpx
|
||||
libwacom
|
||||
@@ -2020,12 +2067,16 @@ linux-libc-headers
|
||||
linux-lts
|
||||
linux-oracle
|
||||
linux-pk414
|
||||
linux-pk414-preempt-rt
|
||||
linux-preempt-rt
|
||||
linux-steam-integration
|
||||
linux-tools
|
||||
linuxptp
|
||||
lksctp-tools
|
||||
llvm
|
||||
llvmlite
|
||||
lmdb
|
||||
locket
|
||||
logilab-common
|
||||
logrotate
|
||||
logutils
|
||||
@@ -2103,6 +2154,7 @@ mox3
|
||||
mozjs
|
||||
mozjs38
|
||||
mozjs52
|
||||
mozjs60
|
||||
mpc
|
||||
mpfr
|
||||
mpg123
|
||||
@@ -2125,6 +2177,7 @@ mutt
|
||||
mutter
|
||||
mypaint-brushes
|
||||
mypy
|
||||
mypy_extensions
|
||||
mythes
|
||||
nagios-plugins
|
||||
nano
|
||||
@@ -2143,7 +2196,6 @@ net-snmp
|
||||
net-tools
|
||||
netaddr
|
||||
netbase
|
||||
netcat
|
||||
netdisco
|
||||
netifaces
|
||||
nettle
|
||||
@@ -2181,6 +2233,7 @@ nss
|
||||
nss-altfiles
|
||||
ntfs-3g
|
||||
ntlm-auth
|
||||
ntplib
|
||||
numactl
|
||||
numatop
|
||||
numba
|
||||
@@ -2194,6 +2247,7 @@ ocaml
|
||||
ocl-icd
|
||||
octave
|
||||
offlineimap
|
||||
oiio
|
||||
okular
|
||||
olefile
|
||||
onig
|
||||
@@ -2208,6 +2262,7 @@ openal-soft
|
||||
openblas
|
||||
openconnect
|
||||
opencv
|
||||
openexr
|
||||
openjade
|
||||
openjdk
|
||||
openjdk9
|
||||
@@ -2281,6 +2336,7 @@ paramiko
|
||||
parley
|
||||
parsedatetime
|
||||
parso
|
||||
partd
|
||||
parted
|
||||
passlib
|
||||
patch
|
||||
@@ -2310,6 +2366,7 @@ perl-AnyEvent
|
||||
perl-AnyEvent-CacheDNS
|
||||
perl-Apache-Htpasswd
|
||||
perl-Apache-Session
|
||||
perl-App-cpanminus
|
||||
perl-Archive-Cpio
|
||||
perl-Archive-Extract
|
||||
perl-Archive-Tar-Wrapper
|
||||
@@ -2326,10 +2383,13 @@ perl-B-Hooks-OP-Check
|
||||
perl-B-Keywords
|
||||
perl-BSD-Resource
|
||||
perl-Biblio-EndnoteStyle
|
||||
perl-Browser-Open
|
||||
perl-Business-ISBN
|
||||
perl-Business-ISBN-Data
|
||||
perl-Business-ISMN
|
||||
perl-Business-ISSN
|
||||
perl-CDDB-File
|
||||
perl-CGI
|
||||
perl-CGI-Compile
|
||||
perl-CGI-Simple
|
||||
perl-CPAN-Changes
|
||||
@@ -2338,6 +2398,7 @@ perl-CPAN-Meta-Check
|
||||
perl-CPAN-Perl-Releases
|
||||
perl-CSS-DOM
|
||||
perl-CSS-Minifier-XS
|
||||
perl-CSS-Tiny
|
||||
perl-Cache-Simple-TimedExpiry
|
||||
perl-Calendar-Simple
|
||||
perl-Canary-Stability
|
||||
@@ -2356,6 +2417,7 @@ perl-Class-Container
|
||||
perl-Class-Data-Accessor
|
||||
perl-Class-Data-Inheritable
|
||||
perl-Class-ErrorHandler
|
||||
perl-Class-Factory-Util
|
||||
perl-Class-Inspector
|
||||
perl-Class-Load
|
||||
perl-Class-Load-XS
|
||||
@@ -2376,14 +2438,17 @@ perl-Clone-PP
|
||||
perl-Compress-Bzip2
|
||||
perl-Compress-Raw-Lzma
|
||||
perl-Config-Any
|
||||
perl-Config-General
|
||||
perl-Config-Grammar
|
||||
perl-Config-IniFiles
|
||||
perl-Config-Std
|
||||
perl-Config-Tiny
|
||||
perl-Context-Preserve
|
||||
perl-Convert-ASN1
|
||||
perl-Convert-Binary-C
|
||||
perl-Cookie-Baker
|
||||
perl-Cpanel-JSON-XS
|
||||
perl-Crypt-DH-GMP
|
||||
perl-Crypt-Eksblowfish
|
||||
perl-Crypt-GeneratePassword
|
||||
perl-Crypt-Random-Seed
|
||||
@@ -2391,6 +2456,7 @@ perl-Crypt-Rijndael
|
||||
perl-Crypt-SSLeay
|
||||
perl-Crypt-URandom
|
||||
perl-Curses
|
||||
perl-DBD-Pg
|
||||
perl-DBD-SQLite
|
||||
perl-DBD-SQLite2
|
||||
perl-DBI
|
||||
@@ -2399,6 +2465,7 @@ perl-DBIx-Class
|
||||
perl-DBIx-Class-DeploymentHandler
|
||||
perl-DBIx-Class-DynamicDefault
|
||||
perl-DBIx-Class-OptimisticLocking
|
||||
perl-DBIx-Class-Schema-Config
|
||||
perl-DBIx-Connector
|
||||
perl-DBIx-ContextualFetch
|
||||
perl-DBIx-DBSchema
|
||||
@@ -2421,8 +2488,12 @@ perl-Data-Structure-Util
|
||||
perl-Data-Uniqid
|
||||
perl-Data-Validate-IP
|
||||
perl-DateTime
|
||||
perl-DateTime-Format-Builder
|
||||
perl-DateTime-Format-DateParse
|
||||
perl-DateTime-Format-Mail
|
||||
perl-DateTime-Format-MySQL
|
||||
perl-DateTime-Format-Pg
|
||||
perl-DateTime-Format-Strptime
|
||||
perl-DateTime-Format-W3CDTF
|
||||
perl-DateTime-Locale
|
||||
perl-DateTime-TimeZone
|
||||
@@ -2434,6 +2505,7 @@ perl-Devel-CheckOS
|
||||
perl-Devel-Confess
|
||||
perl-Devel-Cover
|
||||
perl-Devel-Cycle
|
||||
perl-Devel-EnforceEncapsulation
|
||||
perl-Devel-GlobalDestruction
|
||||
perl-Devel-Hide
|
||||
perl-Devel-OverloadInfo
|
||||
@@ -2512,6 +2584,7 @@ perl-File-pushd
|
||||
perl-Filesys-Df
|
||||
perl-Filesys-Notify-Simple
|
||||
perl-Font-AFM
|
||||
perl-Font-TTF
|
||||
perl-FreezeThaw
|
||||
perl-Frontier-RPC
|
||||
perl-Future
|
||||
@@ -2569,6 +2642,7 @@ perl-IO-Socket-Timeout
|
||||
perl-IO-String
|
||||
perl-IO-Tee
|
||||
perl-IO-TieCombine
|
||||
perl-IO-Tty
|
||||
perl-IO-stringy
|
||||
perl-IPC-Run
|
||||
perl-IPC-Run3
|
||||
@@ -2637,6 +2711,7 @@ perl-Math-Utils
|
||||
perl-Math-Vec
|
||||
perl-Memoize-ExpireLRU
|
||||
perl-Meta-Builder
|
||||
perl-Minion
|
||||
perl-Mock-Config
|
||||
perl-Modern-Perl
|
||||
perl-Module-Build
|
||||
@@ -2654,8 +2729,12 @@ perl-Module-ScanDeps
|
||||
perl-Module-Starter
|
||||
perl-Module-Util
|
||||
perl-Module-Versions-Report
|
||||
perl-Mojo-IOLoop-ReadWriteProcess
|
||||
perl-Mojo-Pg
|
||||
perl-Mojo-RabbitMQ-Client
|
||||
perl-Mojolicious
|
||||
perl-Mojolicious-Plugin-AssetPack
|
||||
perl-Mojolicious-Plugin-RenderFile
|
||||
perl-Moo
|
||||
perl-Moose
|
||||
perl-MooseX-Role-Parameterized
|
||||
@@ -2671,6 +2750,8 @@ perl-Net-INET6Glue
|
||||
perl-Net-Ident
|
||||
perl-Net-MAC
|
||||
perl-Net-NTP
|
||||
perl-Net-OpenID-Common
|
||||
perl-Net-OpenID-Consumer
|
||||
perl-Net-OpenSSH
|
||||
perl-Net-SFTP-Foreign
|
||||
perl-Net-SMTP-SSL
|
||||
@@ -2690,6 +2771,7 @@ perl-POD2-Base
|
||||
perl-POSIX-strftime-Compiler
|
||||
perl-Package-Constants
|
||||
perl-Package-DeprecationManager
|
||||
perl-Package-Generator
|
||||
perl-Package-New
|
||||
perl-Package-Stash
|
||||
perl-Package-Stash-XS
|
||||
@@ -2697,6 +2779,7 @@ perl-Package-Variant
|
||||
perl-PadWalker
|
||||
perl-Palm-PDB
|
||||
perl-Parallel-ForkManager
|
||||
perl-Parallel-Iterator
|
||||
perl-Params-Classify
|
||||
perl-Params-Util
|
||||
perl-Params-Validate
|
||||
@@ -2707,6 +2790,7 @@ perl-Parse-RecDescent
|
||||
perl-Path-Class
|
||||
perl-Path-Tiny
|
||||
perl-Pegex
|
||||
perl-Perl-Tidy
|
||||
perl-Perl-Version
|
||||
perl-Perl4-CoreLibs
|
||||
perl-Perl6-Export
|
||||
@@ -2805,6 +2889,7 @@ perl-Test-Identity
|
||||
perl-Test-LeakTrace
|
||||
perl-Test-LectroTest
|
||||
perl-Test-LongString
|
||||
perl-Test-Manifest
|
||||
perl-Test-MockModule
|
||||
perl-Test-MockTime
|
||||
perl-Test-More-UTF8
|
||||
@@ -2821,6 +2906,7 @@ perl-Test-RequiresInternet
|
||||
perl-Test-SharedFork
|
||||
perl-Test-Simple
|
||||
perl-Test-Strict
|
||||
perl-Test-Synopsis
|
||||
perl-Test-TCP
|
||||
perl-Test-Taint
|
||||
perl-Test-UseAllModules
|
||||
@@ -2856,6 +2942,7 @@ perl-Tie-IxHash
|
||||
perl-Tie-Simple
|
||||
perl-Time-Duration
|
||||
perl-Time-Duration-Parse
|
||||
perl-Time-ParseDate
|
||||
perl-Time-Period
|
||||
perl-TimeDate
|
||||
perl-Tk-DoubleClick
|
||||
@@ -2939,6 +3026,7 @@ pimcommon
|
||||
pinentry
|
||||
pip
|
||||
pip-legacy
|
||||
pipewire
|
||||
pixman
|
||||
pkcs11-helper
|
||||
pkg-config
|
||||
@@ -3011,6 +3099,7 @@ pyemd
|
||||
pyflakes
|
||||
pygobject
|
||||
pyinotify
|
||||
pykerberos
|
||||
pyliblzma
|
||||
pylint
|
||||
pymemcache
|
||||
@@ -3136,6 +3225,8 @@ quagga
|
||||
quassel
|
||||
quilt
|
||||
rabbitmq-c
|
||||
rabbitmq-server
|
||||
radvd
|
||||
ragel
|
||||
raptor2
|
||||
rasqal
|
||||
@@ -3143,14 +3234,17 @@ rcssmin
|
||||
rdma-core
|
||||
re2c
|
||||
readline
|
||||
recommonmark
|
||||
redis
|
||||
redis-native
|
||||
redland
|
||||
redsocks
|
||||
reno
|
||||
reportlab
|
||||
repoze.lru
|
||||
repoze.who
|
||||
requests
|
||||
requests-kerberos
|
||||
requests-mock
|
||||
requests-ntlm
|
||||
requests-toolbelt
|
||||
@@ -3206,6 +3300,7 @@ sed
|
||||
selenium
|
||||
semantic_version
|
||||
serf
|
||||
serpent
|
||||
setproctitle
|
||||
setserial
|
||||
setuptools
|
||||
@@ -3247,8 +3342,10 @@ spandsp
|
||||
spark-dep
|
||||
speex
|
||||
speexdsp
|
||||
sphinx-feature-classification
|
||||
sphinx_rtd_theme
|
||||
sphinxcontrib-apidoc
|
||||
sphinxcontrib-blockdiag
|
||||
sphinxcontrib-httpdomain
|
||||
sphinxcontrib-newsfeed
|
||||
sphinxcontrib-websupport
|
||||
@@ -3262,6 +3359,7 @@ sqlite-autoconf
|
||||
sqlparse
|
||||
squashfs-tools
|
||||
sshfs
|
||||
sshpass
|
||||
sssd
|
||||
stack
|
||||
startup-notification
|
||||
@@ -3336,6 +3434,7 @@ tgt
|
||||
thermal_daemon
|
||||
thin-provisioning-tools
|
||||
threadweaver
|
||||
thrift
|
||||
thunar-volman
|
||||
thunderbird
|
||||
thunderbolt-software-user-space
|
||||
@@ -3349,6 +3448,7 @@ tiptop
|
||||
tk
|
||||
tmux
|
||||
tokyocabinet
|
||||
toolz
|
||||
tooz
|
||||
tornado
|
||||
totem
|
||||
@@ -3395,6 +3495,7 @@ uwsgi
|
||||
v4l-utils
|
||||
vala
|
||||
valgrind
|
||||
varnish-cache
|
||||
vcstool
|
||||
vcversioner
|
||||
vim
|
||||
@@ -3415,6 +3516,7 @@ vulkan-sdk
|
||||
waffle
|
||||
waitress
|
||||
warlock
|
||||
watchdogd
|
||||
wayland
|
||||
wayland-protocols
|
||||
wcwidth
|
||||
@@ -3529,6 +3631,7 @@ yelp-xsl
|
||||
yum
|
||||
yum-metadata-parser
|
||||
yum-utils
|
||||
zVMCloudConnector
|
||||
zake
|
||||
zc.lockfile
|
||||
zenity
|
||||
|
||||
Reference in New Issue
Block a user