mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 02:56:00 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed15af71c8 | |||
| 3c20fc2ad8 | |||
| d7f6ddcce1 | |||
| 22a927e26b | |||
| 4a29a2d5c1 | |||
| 81ef638151 | |||
| 50b8b07d34 |
+6
-11
@@ -49,13 +49,6 @@ spdxcheck: $(SPECFILE)
|
||||
if ! grep -qx "$$LICENSE" $(TOPLVL)/projects/common/licenses-{spdx,exceptions,extra}; then FAIL=yes; echo "ERROR: License '$$LICENSE' is not an allowed SPDX license ID"; fi; \
|
||||
done; test -z "$$FAIL"
|
||||
|
||||
#help cvecheck: Checks
|
||||
#help for common vulnerabilities and exposures in your package.
|
||||
cvecheck:
|
||||
# https://github.com/ikeydoherty/cve-check-tool
|
||||
# Installation: https://github.com/ikeydoherty/cve-check-tool/wiki
|
||||
cve-check-tool -M $(TOPLVL)/projects/common/mapping $(SPECFILE)
|
||||
|
||||
#help clean: Cleans up the src.rpm file. but not the rpm files or log files.
|
||||
clean:
|
||||
rm -f $(SRPMFILE)
|
||||
@@ -181,7 +174,9 @@ autospec: preautospec-checks pullrebase localreponotice clean-old-content
|
||||
--mock-config $(MOCK_CONFIG_VAL) \
|
||||
--mock-opts "$(MOCK_OPTS)" \
|
||||
$${SETVERSION:+ --version $${SETVERSION}} \
|
||||
${NON_INTERACTIVE} ${SKIP_GIT} ${CLEANUP} \
|
||||
$${NON_INTERACTIVE:+ --non_interactive} \
|
||||
$${SKIP_GIT:+ --skip-git} \
|
||||
$${CLEANUP:+ -C} \
|
||||
$(firstword $(NEWURL) $(URL));
|
||||
$(MAKE) link-new-rpms PKG_REPO_DIR="."
|
||||
@$(MAKE) spdxcheck
|
||||
@@ -206,12 +201,12 @@ for-review.txt:
|
||||
|
||||
#help autospecnogit: Runs autospec, but does not create a commit
|
||||
autospecnogit:
|
||||
$(MAKE) SKIP_GIT=--skip-git autospec
|
||||
$(MAKE) autospec SKIP_GIT=1
|
||||
|
||||
#help autospecnostate: Runs autospec, but cleans up mock chroots
|
||||
#help and disables interactive mode.
|
||||
autospecnostate:
|
||||
$(MAKE) CLEANUP=-C NON_INTERACTIVE=--non_interactive autospec
|
||||
$(MAKE) autospec CLEANUP=1 NON_INTERACTIVE=1
|
||||
|
||||
scanlicense:
|
||||
python3 $(TOPLVL)/projects/autospec/autospec/autospec.py -t . --config $(AUTOSPEC_CONF) --license-only $(firstword $(NEWURL) $(URL)) --name $(PKG_NAME)
|
||||
@@ -220,7 +215,7 @@ scanlicense:
|
||||
bump:
|
||||
git pull --rebase
|
||||
$(MAKE) bumpnogit
|
||||
git add *.spec release
|
||||
git add $(SPECFILE) release
|
||||
git commit -a -m "version bump from $(shell rpmspec -D '_vendor clr' --srpm -q --queryformat '%{VERSION}-%{RELEASE}\n' $(SPECFILE)) to `rpmspec -D '_vendor clr' --srpm -q --queryformat '%{VERSION}-%{RELEASE}\n' $(SPECFILE)`"
|
||||
|
||||
#help bumpnogit: Increments the release file by one and does not commit changes.
|
||||
|
||||
@@ -56,12 +56,6 @@ $(clone_PKGS): $(PACKAGES_FILE) packages/common/Makefile.common
|
||||
$(call subjectprefix,$$pkg); \
|
||||
)
|
||||
|
||||
#help cvecheck: Checks for common vulnerabilities and exposures in your code.
|
||||
cvecheck:
|
||||
# https://github.com/ikeydoherty/cve-check-tool
|
||||
# Installation: https://github.com/ikeydoherty/cve-check-tool/wiki
|
||||
cve-check-tool -n -M $(TOPLVL)/projects/common/mapping $(PACKAGES_FILE)
|
||||
|
||||
#help pull: Performs a git pull --rebase for each package repo, avoiding the creation
|
||||
#help of merge commits, while displaying any changes since your last pull. It is
|
||||
#help silent if there are no changes.
|
||||
|
||||
@@ -4,7 +4,7 @@ Babel
|
||||
Botan
|
||||
CGAL
|
||||
CUnit
|
||||
Cheetah
|
||||
Cheetah3
|
||||
CherryPy
|
||||
Coin
|
||||
ConfigArgParse
|
||||
@@ -46,7 +46,6 @@ MarkupSafe
|
||||
ModemManager
|
||||
MonkeyType
|
||||
MuseScore
|
||||
MySQL-python
|
||||
NetworkManager
|
||||
NetworkManager-openconnect
|
||||
NetworkManager-openvpn
|
||||
@@ -298,6 +297,7 @@ R-csvy
|
||||
R-cubature
|
||||
R-curl
|
||||
R-cvTools
|
||||
R-cyclocomp
|
||||
R-data.table
|
||||
R-date
|
||||
R-dbarts
|
||||
@@ -872,6 +872,7 @@ R-withr
|
||||
R-worrms
|
||||
R-xfun
|
||||
R-xml2
|
||||
R-xmlparsedata
|
||||
R-xopen
|
||||
R-xtable
|
||||
R-xts
|
||||
@@ -901,6 +902,7 @@ SPIRV-Headers
|
||||
SPIRV-Tools
|
||||
SQLAlchemy
|
||||
SQLAlchemy-Utils
|
||||
SVT-AV1
|
||||
Sane
|
||||
Send2Trash
|
||||
Shapely
|
||||
@@ -1018,7 +1020,6 @@ arc-theme
|
||||
argcomplete
|
||||
argon2
|
||||
argon2_cffi
|
||||
argparse
|
||||
aria2
|
||||
ark
|
||||
armadillo
|
||||
@@ -1030,8 +1031,10 @@ asciinema
|
||||
asio
|
||||
asn1crypto
|
||||
aspell
|
||||
aspell-de
|
||||
aspell-en
|
||||
aspell-es
|
||||
aspell-fr
|
||||
aspell-pt_BR
|
||||
assimp
|
||||
astor
|
||||
@@ -1147,7 +1150,6 @@ buildreq-cmake
|
||||
buildreq-configure
|
||||
buildreq-cpan
|
||||
buildreq-distutils
|
||||
buildreq-distutils23
|
||||
buildreq-distutils3
|
||||
buildreq-distutils36
|
||||
buildreq-gnome
|
||||
@@ -1157,6 +1159,7 @@ buildreq-kernel
|
||||
buildreq-make
|
||||
buildreq-meson
|
||||
buildreq-mvn
|
||||
buildreq-nginx
|
||||
buildreq-php
|
||||
buildreq-qmake
|
||||
buildreq-scons
|
||||
@@ -1332,7 +1335,6 @@ compat-mpfr-soname4
|
||||
compat-nettle-soname6
|
||||
compat-opencv-soname32
|
||||
compat-opencv-soname33
|
||||
compat-opencv-soname34
|
||||
compat-openssl-soname-10
|
||||
compat-proj-soname13
|
||||
compat-protobuf-soname14
|
||||
@@ -1387,7 +1389,6 @@ cups-pk-helper
|
||||
curl
|
||||
cursive
|
||||
cve-bin-tool
|
||||
cve-check-tool
|
||||
cxxfilt
|
||||
cycler
|
||||
cyrus-sasl
|
||||
@@ -1415,81 +1416,6 @@ decorator
|
||||
defusedxml
|
||||
dejagnu
|
||||
dejavu-fonts
|
||||
deprecated-Babel
|
||||
deprecated-Cython
|
||||
deprecated-Jinja2
|
||||
deprecated-Mako
|
||||
deprecated-Markdown
|
||||
deprecated-MarkupSafe
|
||||
deprecated-PyYAML
|
||||
deprecated-Pygments
|
||||
deprecated-Sphinx
|
||||
deprecated-WebOb
|
||||
deprecated-Werkzeug
|
||||
deprecated-Whoosh
|
||||
deprecated-alabaster
|
||||
deprecated-asn1crypto
|
||||
deprecated-attrs
|
||||
deprecated-boto3
|
||||
deprecated-botocore
|
||||
deprecated-certifi
|
||||
deprecated-cffi
|
||||
deprecated-chardet
|
||||
deprecated-colorama
|
||||
deprecated-configparser
|
||||
deprecated-contextlib2
|
||||
deprecated-coverage
|
||||
deprecated-cryptography
|
||||
deprecated-docutils
|
||||
deprecated-funcsigs
|
||||
deprecated-futures
|
||||
deprecated-glances
|
||||
deprecated-html5lib
|
||||
deprecated-hypothesis
|
||||
deprecated-idna
|
||||
deprecated-imagesize
|
||||
deprecated-ipaddress
|
||||
deprecated-isort
|
||||
deprecated-jmespath
|
||||
deprecated-linecache2
|
||||
deprecated-mido
|
||||
deprecated-nose
|
||||
deprecated-numpy
|
||||
deprecated-ordereddict
|
||||
deprecated-pexpect
|
||||
deprecated-pluggy
|
||||
deprecated-psycopg2
|
||||
deprecated-py
|
||||
deprecated-pyOpenSSL
|
||||
deprecated-pyasn1
|
||||
deprecated-pycairo
|
||||
deprecated-pycparser
|
||||
deprecated-pycurl
|
||||
deprecated-pyflakes
|
||||
deprecated-pyparsing
|
||||
deprecated-python-dldt
|
||||
deprecated-python-memcached
|
||||
deprecated-python-mock
|
||||
deprecated-python-multilib
|
||||
deprecated-pytz
|
||||
deprecated-requests
|
||||
deprecated-s3transfer
|
||||
deprecated-setproctitle
|
||||
deprecated-setuptools_scm
|
||||
deprecated-simplejson
|
||||
deprecated-six
|
||||
deprecated-snowballstemmer
|
||||
deprecated-sphinx_rtd_theme
|
||||
deprecated-sphinxcontrib-websupport
|
||||
deprecated-testscenarios
|
||||
deprecated-traceback2
|
||||
deprecated-typing
|
||||
deprecated-unittest2
|
||||
deprecated-urllib3
|
||||
deprecated-warlock
|
||||
deprecated-webcolors
|
||||
deprecated-zope.testing
|
||||
deprecated-zope.testrunner
|
||||
deprecation
|
||||
desktop-file-utils
|
||||
desktop-icons
|
||||
@@ -1661,13 +1587,13 @@ flatpak
|
||||
flatpak-builder
|
||||
fldigi
|
||||
flex
|
||||
flink-dep
|
||||
fllog
|
||||
flmsg
|
||||
flnet
|
||||
flrig
|
||||
fltk
|
||||
fluidsynth
|
||||
fmt
|
||||
folks
|
||||
font-util
|
||||
fontconfig
|
||||
@@ -1686,7 +1612,6 @@ fritzing-app
|
||||
fs
|
||||
funcparserlib
|
||||
funcsigs
|
||||
functools32
|
||||
fuse
|
||||
futurist
|
||||
fwupd
|
||||
@@ -1729,6 +1654,7 @@ gflags
|
||||
gftp
|
||||
ghc
|
||||
ghostscript
|
||||
giflib
|
||||
gimp
|
||||
girara
|
||||
git
|
||||
@@ -1829,6 +1755,7 @@ google-pasta
|
||||
google-reauth
|
||||
googletest
|
||||
gparted
|
||||
gpaste
|
||||
gperf
|
||||
gperftools
|
||||
gpgme
|
||||
@@ -1892,6 +1819,7 @@ hardinfo
|
||||
hardlink
|
||||
harfbuzz
|
||||
haskell-random
|
||||
haveged
|
||||
hdf5
|
||||
hdmedians
|
||||
hdparm
|
||||
@@ -2053,7 +1981,6 @@ jupyterlab_server
|
||||
kactivities
|
||||
kactivities-stats
|
||||
kactivitymanagerd
|
||||
kafka-dep
|
||||
kalarm
|
||||
kalarmcal
|
||||
kalgebra
|
||||
@@ -2365,6 +2292,7 @@ libdmx
|
||||
libdnf
|
||||
libdrm
|
||||
libe-book
|
||||
libeconf
|
||||
libedit
|
||||
libepoxy
|
||||
libepubgen
|
||||
@@ -2611,6 +2539,7 @@ linuxptp
|
||||
lksctp-tools
|
||||
llfuse
|
||||
llvm
|
||||
llvm8
|
||||
llvmlite
|
||||
lm-sensors
|
||||
lmdb
|
||||
@@ -2629,6 +2558,8 @@ lsof
|
||||
lsscsi
|
||||
ltp
|
||||
ltrace
|
||||
lttng-tools
|
||||
lttng-ust
|
||||
lua
|
||||
lua52
|
||||
lualgi
|
||||
@@ -2668,7 +2599,6 @@ man-pages
|
||||
man-pages-posix
|
||||
marble
|
||||
mariadb
|
||||
mash
|
||||
materia-theme
|
||||
matplotlib
|
||||
mc
|
||||
@@ -2679,6 +2609,7 @@ mdds
|
||||
media-player-info
|
||||
mediasdk
|
||||
meld
|
||||
memc-nginx-module
|
||||
memcached
|
||||
memkind
|
||||
memshrinker
|
||||
@@ -2764,6 +2695,7 @@ musl
|
||||
mutagen
|
||||
mutt
|
||||
mutter
|
||||
mvn-DependencyCheck
|
||||
mvn-Fenzo
|
||||
mvn-GMetrics
|
||||
mvn-HdrHistogram
|
||||
@@ -2772,6 +2704,7 @@ mvn-JavaEWAH
|
||||
mvn-JsonPath
|
||||
mvn-LatencyUtils
|
||||
mvn-RoaringBitmap
|
||||
mvn-TipTip
|
||||
mvn-accessors-smart
|
||||
mvn-activation
|
||||
mvn-addthis-oss-jar-pom
|
||||
@@ -2796,11 +2729,14 @@ mvn-apache
|
||||
mvn-apache-jar-resource-bundle
|
||||
mvn-apache-log4j-extras
|
||||
mvn-apache-rat
|
||||
mvn-apiguardian
|
||||
mvn-archetype
|
||||
mvn-argparse4j
|
||||
mvn-arpack_combined_all
|
||||
mvn-arrow
|
||||
mvn-asciidoctor-gradle-plugin
|
||||
mvn-asciidoctorj
|
||||
mvn-asciidoctorj-groovy-dsl
|
||||
mvn-asciidoctorj-pdf
|
||||
mvn-asm
|
||||
mvn-assertj-core
|
||||
@@ -2825,6 +2761,7 @@ mvn-breeze-macros_2.11
|
||||
mvn-breeze_2.11
|
||||
mvn-breeze_2.12
|
||||
mvn-build-helper-maven-plugin
|
||||
mvn-build-scan-plugin
|
||||
mvn-buildnumber-maven-plugin
|
||||
mvn-byte-buddy
|
||||
mvn-byteman
|
||||
@@ -2847,6 +2784,7 @@ mvn-clirr-maven-plugin
|
||||
mvn-codehaus-jackson
|
||||
mvn-codenarc
|
||||
mvn-common
|
||||
mvn-common-annotations-api
|
||||
mvn-commons-beanutils
|
||||
mvn-commons-chain
|
||||
mvn-commons-cli
|
||||
@@ -2878,6 +2816,7 @@ mvn-commons-validator
|
||||
mvn-compile-command-annotations
|
||||
mvn-compiler-interface
|
||||
mvn-compress-lzf
|
||||
mvn-concurrent-trees
|
||||
mvn-concurrentlinkedhashmap
|
||||
mvn-config
|
||||
mvn-crc32ex
|
||||
@@ -2888,6 +2827,7 @@ mvn-datanucleus-core
|
||||
mvn-datanucleus-rdbms
|
||||
mvn-dd-plist
|
||||
mvn-decentxml
|
||||
mvn-dependency-check-gradle
|
||||
mvn-derby
|
||||
mvn-directory-jdbm
|
||||
mvn-directory-ldap-api
|
||||
@@ -2903,8 +2843,10 @@ mvn-doxia
|
||||
mvn-doxia-sitetools
|
||||
mvn-doxia-tools
|
||||
mvn-droolsjbpm-build-bootstrap
|
||||
mvn-durian
|
||||
mvn-easymock
|
||||
mvn-ecj
|
||||
mvn-ee4j
|
||||
mvn-ehcache
|
||||
mvn-eigenbase-properties
|
||||
mvn-elasticsearch
|
||||
@@ -2936,6 +2878,13 @@ mvn-google-api-services-storage
|
||||
mvn-google-collections
|
||||
mvn-google-http-java-client
|
||||
mvn-gossip
|
||||
mvn-gradle-download-task
|
||||
mvn-gradle-groovy-all
|
||||
mvn-gradle-idea-ext-plugin
|
||||
mvn-gradle-kotlin
|
||||
mvn-gradle-scoverage
|
||||
mvn-gradle-versions-plugin
|
||||
mvn-grgit
|
||||
mvn-grizzled-scala_2.12
|
||||
mvn-grizzled-slf4j_2.11
|
||||
mvn-grizzled-slf4j_2.12
|
||||
@@ -2947,6 +2896,7 @@ mvn-guava
|
||||
mvn-guice
|
||||
mvn-guice-servlet
|
||||
mvn-h2database
|
||||
mvn-h3xsteram-retirejs
|
||||
mvn-hadoop
|
||||
mvn-hadoop-aliyun
|
||||
mvn-hamcrest
|
||||
@@ -2986,12 +2936,14 @@ mvn-jackson-dataformat-cbor
|
||||
mvn-jackson-dataformat-smile
|
||||
mvn-jackson-dataformat-yaml
|
||||
mvn-jackson-dataformats-binary
|
||||
mvn-jackson-dataformats-text
|
||||
mvn-jackson-jaxrs-providers
|
||||
mvn-jackson-module-jaxb-annotations
|
||||
mvn-jackson-module-paranamer
|
||||
mvn-jackson-module-scala_2.11
|
||||
mvn-jackson-module-scala_2.12
|
||||
mvn-jackson-modules-base
|
||||
mvn-jackson-modules-java8
|
||||
mvn-jackson-parent
|
||||
mvn-jacoco
|
||||
mvn-jamm
|
||||
@@ -3015,7 +2967,11 @@ mvn-javax.servlet-api
|
||||
mvn-javax.ws.rs-api
|
||||
mvn-javolution
|
||||
mvn-jaxb-api
|
||||
mvn-jaxb-core
|
||||
mvn-jaxb-impl
|
||||
mvn-jaxb-v2
|
||||
mvn-jaxen
|
||||
mvn-jaxrs-api
|
||||
mvn-jboss-logging
|
||||
mvn-jboss-parent
|
||||
mvn-jchardet
|
||||
@@ -3036,6 +2992,8 @@ mvn-jets3t
|
||||
mvn-jettison
|
||||
mvn-jetty
|
||||
mvn-jetty-parent
|
||||
mvn-jfree
|
||||
mvn-jfreechart
|
||||
mvn-jgit
|
||||
mvn-jhighlight
|
||||
mvn-jline
|
||||
@@ -3053,6 +3011,7 @@ mvn-joni
|
||||
mvn-jopt-simple
|
||||
mvn-jpam
|
||||
mvn-jpmml-model
|
||||
mvn-jruby
|
||||
mvn-jsch
|
||||
mvn-jsch.agentproxy.connector-factory
|
||||
mvn-jsch.agentproxy.core
|
||||
@@ -3080,18 +3039,23 @@ mvn-jtidy
|
||||
mvn-jtransforms
|
||||
mvn-junit
|
||||
mvn-junit-interface
|
||||
mvn-junit-xml-parser
|
||||
mvn-junit5
|
||||
mvn-jython-standalone
|
||||
mvn-jzlib
|
||||
mvn-kafka-clients
|
||||
mvn-kafka_2.11
|
||||
mvn-kafka_2.12
|
||||
mvn-kerby
|
||||
mvn-keytool
|
||||
mvn-klob
|
||||
mvn-kolor
|
||||
mvn-kosmosfs
|
||||
mvn-kotlin
|
||||
mvn-kotlinx-coroutines
|
||||
mvn-kryo
|
||||
mvn-ktlint
|
||||
mvn-ktlint-gradle
|
||||
mvn-kubernetes-client
|
||||
mvn-kxml2
|
||||
mvn-ldapsdk
|
||||
@@ -3110,6 +3074,7 @@ mvn-machinist_2.11
|
||||
mvn-machinist_2.12
|
||||
mvn-macro-compat_2.11
|
||||
mvn-macro-compat_2.12
|
||||
mvn-mail
|
||||
mvn-mapr-hadoop
|
||||
mvn-maprfs
|
||||
mvn-maven
|
||||
@@ -3191,6 +3156,8 @@ mvn-minimal-json
|
||||
mvn-minlog
|
||||
mvn-mockito
|
||||
mvn-mockito-core
|
||||
mvn-mockito-kotlin
|
||||
mvn-mockk
|
||||
mvn-mockserver
|
||||
mvn-modello
|
||||
mvn-mojo-parent
|
||||
@@ -3220,6 +3187,7 @@ mvn-okhttp
|
||||
mvn-okio
|
||||
mvn-opencsv
|
||||
mvn-openhtmltopdf-parent
|
||||
mvn-opentest4j
|
||||
mvn-orc
|
||||
mvn-org.apache.felix.bundlerepository
|
||||
mvn-org.eclipse.sisu.inject
|
||||
@@ -3237,9 +3205,11 @@ mvn-parboiled
|
||||
mvn-parquet-format
|
||||
mvn-parquet-mr
|
||||
mvn-pdfbox
|
||||
mvn-pdfbox-graphics2d
|
||||
mvn-pegdown
|
||||
mvn-pgjdbc
|
||||
mvn-pgjdbc-parent-poms
|
||||
mvn-picocli
|
||||
mvn-plexus
|
||||
mvn-plexus-archiver
|
||||
mvn-plexus-build-api
|
||||
@@ -3257,6 +3227,7 @@ mvn-plexus-languages
|
||||
mvn-plexus-resources
|
||||
mvn-plexus-utils
|
||||
mvn-plexus-velocity
|
||||
mvn-plugin-publish-plugin
|
||||
mvn-pmaven
|
||||
mvn-powermock
|
||||
mvn-powermock-reflect
|
||||
@@ -3272,6 +3243,7 @@ mvn-reflectasm
|
||||
mvn-reflections
|
||||
mvn-retrofit
|
||||
mvn-rhino
|
||||
mvn-rocksdb
|
||||
mvn-saaj-api
|
||||
mvn-sac
|
||||
mvn-saxon
|
||||
@@ -3286,6 +3258,7 @@ mvn-scala-parser-combinators_2.12
|
||||
mvn-scala-reflect
|
||||
mvn-scala-xml_2.11
|
||||
mvn-scala-xml_2.12
|
||||
mvn-scalac-scoverage-plugin
|
||||
mvn-scalacheck
|
||||
mvn-scalactic_2.11
|
||||
mvn-scalactic_2.12
|
||||
@@ -3298,10 +3271,12 @@ mvn-scopt_2.11
|
||||
mvn-scopt_2.12
|
||||
mvn-selenium
|
||||
mvn-semver
|
||||
mvn-semver4j
|
||||
mvn-sequence-library
|
||||
mvn-servicemix-bundles
|
||||
mvn-servicemix-pom
|
||||
mvn-servlet-api
|
||||
mvn-shadow
|
||||
mvn-shapeless_2.11
|
||||
mvn-shapeless_2.12
|
||||
mvn-siesta
|
||||
@@ -3322,6 +3297,7 @@ mvn-spire_2.11
|
||||
mvn-spire_2.12
|
||||
mvn-spock
|
||||
mvn-spotbugs
|
||||
mvn-spotless
|
||||
mvn-sqljet
|
||||
mvn-ssl-config
|
||||
mvn-sslext
|
||||
@@ -3341,6 +3317,7 @@ mvn-thrift
|
||||
mvn-tomcat
|
||||
mvn-treelayout
|
||||
mvn-trilead-ssh2
|
||||
mvn-trove4j
|
||||
mvn-tycho
|
||||
mvn-uncommons-maths
|
||||
mvn-unirest-java
|
||||
@@ -3366,10 +3343,12 @@ mvn-xercesImpl
|
||||
mvn-xercesMinimal
|
||||
mvn-xml-apis
|
||||
mvn-xml-resolver
|
||||
mvn-xmlParserAPIs
|
||||
mvn-xmlenc
|
||||
mvn-xmlpull
|
||||
mvn-xmlunit
|
||||
mvn-xmlunit-core
|
||||
mvn-xom
|
||||
mvn-xpp3_min
|
||||
mvn-xstream
|
||||
mvn-xz
|
||||
@@ -3426,8 +3405,11 @@ nftables
|
||||
nghttp2
|
||||
nginx
|
||||
nginx-mainline
|
||||
nginx_cookie_flag_module
|
||||
ngraph
|
||||
ngx_brotli
|
||||
ngx_http_auth_pam_module
|
||||
ngx_http_enhanced_memcached_module
|
||||
nicstat
|
||||
nim
|
||||
ninja
|
||||
@@ -3476,7 +3458,6 @@ ocaml
|
||||
ocamlbuild
|
||||
ocl-icd
|
||||
octave
|
||||
offlineimap
|
||||
oiio
|
||||
okteta
|
||||
okular
|
||||
@@ -4453,6 +4434,7 @@ plasma-vault
|
||||
plasma-workspace
|
||||
plasma-workspace-wallpapers
|
||||
plata-theme
|
||||
plotly
|
||||
pluggy
|
||||
ply
|
||||
plzip
|
||||
@@ -4523,7 +4505,6 @@ pybtex
|
||||
pybtex-docutils
|
||||
pycadf
|
||||
pycairo
|
||||
pycam
|
||||
pycodestyle
|
||||
pycosat
|
||||
pycparser
|
||||
@@ -4540,14 +4521,10 @@ pyemd
|
||||
pyenchant
|
||||
pyflakes
|
||||
pygobject
|
||||
pygobject-legacy
|
||||
pygtk
|
||||
pygtkglext
|
||||
pyhs100
|
||||
pyinotify
|
||||
pykwalify
|
||||
pylama
|
||||
pyliblzma
|
||||
pylint
|
||||
pymemcache
|
||||
pymongo
|
||||
@@ -4591,7 +4568,6 @@ python-cinderclient
|
||||
python-coveralls
|
||||
python-crfsuite
|
||||
python-dateutil
|
||||
python-dateutil-legacypython
|
||||
python-designateclient
|
||||
python-distutils-extra
|
||||
python-editor
|
||||
@@ -4603,7 +4579,6 @@ python-heatclient
|
||||
python-hwinfo
|
||||
python-kconfiglib
|
||||
python-keystoneclient
|
||||
python-krbV
|
||||
python-magic
|
||||
python-magnumclient
|
||||
python-manilaclient
|
||||
@@ -4639,7 +4614,6 @@ python-vlc
|
||||
python-zaqarclient
|
||||
python-zeep
|
||||
python-zstandard
|
||||
python2-mod_wsgi
|
||||
python3
|
||||
pytools
|
||||
pytorch
|
||||
@@ -4659,8 +4633,6 @@ qgit
|
||||
qhull
|
||||
qml-box2d
|
||||
qpdf
|
||||
qpid-python
|
||||
qpid-tools
|
||||
qqc2-desktop-style
|
||||
qrencode
|
||||
qscintilla
|
||||
@@ -4724,6 +4696,7 @@ rebootmgr
|
||||
recommonmark
|
||||
redis
|
||||
redis-native
|
||||
redis2-nginx-module
|
||||
redland
|
||||
redshift
|
||||
redsocks
|
||||
@@ -4922,6 +4895,9 @@ suricata
|
||||
svg.path
|
||||
svgpart
|
||||
sway
|
||||
swaybg
|
||||
swayidle
|
||||
swaylock
|
||||
sweeper
|
||||
swift
|
||||
swig
|
||||
@@ -4990,6 +4966,7 @@ text-unidecode
|
||||
texttable
|
||||
tflearn
|
||||
tgt
|
||||
the_silver_searcher
|
||||
thermal_daemon
|
||||
thermal_monitor
|
||||
thin-provisioning-tools
|
||||
@@ -5030,6 +5007,7 @@ traceback2
|
||||
traceroute
|
||||
tracker
|
||||
tracker-miners
|
||||
traefik
|
||||
traitlets
|
||||
tree
|
||||
trollius
|
||||
@@ -5134,7 +5112,6 @@ wol
|
||||
wpa_supplicant
|
||||
wrapt
|
||||
wsgi_intercept
|
||||
wsgiref
|
||||
wsjtx
|
||||
wxWidgets
|
||||
x11perf
|
||||
@@ -5235,7 +5212,6 @@ yelp
|
||||
yelp-tools
|
||||
yelp-xsl
|
||||
ytnef
|
||||
yum
|
||||
yum-metadata-parser
|
||||
zVMCloudConnector
|
||||
zake
|
||||
|
||||
Reference in New Issue
Block a user