mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 11:06:15 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed15af71c8 | |||
| 3c20fc2ad8 | |||
| d7f6ddcce1 | |||
| 22a927e26b |
+1
-8
@@ -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)
|
||||
@@ -222,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
|
||||
@@ -1333,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
|
||||
@@ -1388,7 +1389,6 @@ cups-pk-helper
|
||||
curl
|
||||
cursive
|
||||
cve-bin-tool
|
||||
cve-check-tool
|
||||
cxxfilt
|
||||
cycler
|
||||
cyrus-sasl
|
||||
@@ -1416,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
|
||||
@@ -1668,6 +1593,7 @@ 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
|
||||
@@ -2054,7 +1981,6 @@ jupyterlab_server
|
||||
kactivities
|
||||
kactivities-stats
|
||||
kactivitymanagerd
|
||||
kafka-dep
|
||||
kalarm
|
||||
kalarmcal
|
||||
kalgebra
|
||||
@@ -2613,6 +2539,7 @@ linuxptp
|
||||
lksctp-tools
|
||||
llfuse
|
||||
llvm
|
||||
llvm8
|
||||
llvmlite
|
||||
lm-sensors
|
||||
lmdb
|
||||
@@ -2672,7 +2599,6 @@ man-pages
|
||||
man-pages-posix
|
||||
marble
|
||||
mariadb
|
||||
mash
|
||||
materia-theme
|
||||
matplotlib
|
||||
mc
|
||||
@@ -2769,6 +2695,7 @@ musl
|
||||
mutagen
|
||||
mutt
|
||||
mutter
|
||||
mvn-DependencyCheck
|
||||
mvn-Fenzo
|
||||
mvn-GMetrics
|
||||
mvn-HdrHistogram
|
||||
@@ -2804,6 +2731,7 @@ mvn-apache-log4j-extras
|
||||
mvn-apache-rat
|
||||
mvn-apiguardian
|
||||
mvn-archetype
|
||||
mvn-argparse4j
|
||||
mvn-arpack_combined_all
|
||||
mvn-arrow
|
||||
mvn-asciidoctor-gradle-plugin
|
||||
@@ -2856,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
|
||||
@@ -2887,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
|
||||
@@ -2897,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
|
||||
@@ -2912,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
|
||||
@@ -2949,6 +2882,9 @@ 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
|
||||
@@ -2960,6 +2896,7 @@ mvn-guava
|
||||
mvn-guice
|
||||
mvn-guice-servlet
|
||||
mvn-h2database
|
||||
mvn-h3xsteram-retirejs
|
||||
mvn-hadoop
|
||||
mvn-hadoop-aliyun
|
||||
mvn-hamcrest
|
||||
@@ -2999,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
|
||||
@@ -3032,6 +2971,7 @@ mvn-jaxb-core
|
||||
mvn-jaxb-impl
|
||||
mvn-jaxb-v2
|
||||
mvn-jaxen
|
||||
mvn-jaxrs-api
|
||||
mvn-jboss-logging
|
||||
mvn-jboss-parent
|
||||
mvn-jchardet
|
||||
@@ -3052,6 +2992,8 @@ mvn-jets3t
|
||||
mvn-jettison
|
||||
mvn-jetty
|
||||
mvn-jetty-parent
|
||||
mvn-jfree
|
||||
mvn-jfreechart
|
||||
mvn-jgit
|
||||
mvn-jhighlight
|
||||
mvn-jline
|
||||
@@ -3301,6 +3243,7 @@ mvn-reflectasm
|
||||
mvn-reflections
|
||||
mvn-retrofit
|
||||
mvn-rhino
|
||||
mvn-rocksdb
|
||||
mvn-saaj-api
|
||||
mvn-sac
|
||||
mvn-saxon
|
||||
@@ -3315,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
|
||||
@@ -3332,6 +3276,7 @@ mvn-sequence-library
|
||||
mvn-servicemix-bundles
|
||||
mvn-servicemix-pom
|
||||
mvn-servlet-api
|
||||
mvn-shadow
|
||||
mvn-shapeless_2.11
|
||||
mvn-shapeless_2.12
|
||||
mvn-siesta
|
||||
@@ -3352,6 +3297,7 @@ mvn-spire_2.11
|
||||
mvn-spire_2.12
|
||||
mvn-spock
|
||||
mvn-spotbugs
|
||||
mvn-spotless
|
||||
mvn-sqljet
|
||||
mvn-ssl-config
|
||||
mvn-sslext
|
||||
@@ -3512,7 +3458,6 @@ ocaml
|
||||
ocamlbuild
|
||||
ocl-icd
|
||||
octave
|
||||
offlineimap
|
||||
oiio
|
||||
okteta
|
||||
okular
|
||||
@@ -4489,6 +4434,7 @@ plasma-vault
|
||||
plasma-workspace
|
||||
plasma-workspace-wallpapers
|
||||
plata-theme
|
||||
plotly
|
||||
pluggy
|
||||
ply
|
||||
plzip
|
||||
@@ -4559,7 +4505,6 @@ pybtex
|
||||
pybtex-docutils
|
||||
pycadf
|
||||
pycairo
|
||||
pycam
|
||||
pycodestyle
|
||||
pycosat
|
||||
pycparser
|
||||
@@ -4576,14 +4521,10 @@ pyemd
|
||||
pyenchant
|
||||
pyflakes
|
||||
pygobject
|
||||
pygobject-legacy
|
||||
pygtk
|
||||
pygtkglext
|
||||
pyhs100
|
||||
pyinotify
|
||||
pykwalify
|
||||
pylama
|
||||
pyliblzma
|
||||
pylint
|
||||
pymemcache
|
||||
pymongo
|
||||
@@ -4627,7 +4568,6 @@ python-cinderclient
|
||||
python-coveralls
|
||||
python-crfsuite
|
||||
python-dateutil
|
||||
python-dateutil-legacypython
|
||||
python-designateclient
|
||||
python-distutils-extra
|
||||
python-editor
|
||||
@@ -4639,7 +4579,6 @@ python-heatclient
|
||||
python-hwinfo
|
||||
python-kconfiglib
|
||||
python-keystoneclient
|
||||
python-krbV
|
||||
python-magic
|
||||
python-magnumclient
|
||||
python-manilaclient
|
||||
@@ -4675,7 +4614,6 @@ python-vlc
|
||||
python-zaqarclient
|
||||
python-zeep
|
||||
python-zstandard
|
||||
python2-mod_wsgi
|
||||
python3
|
||||
pytools
|
||||
pytorch
|
||||
@@ -4695,8 +4633,6 @@ qgit
|
||||
qhull
|
||||
qml-box2d
|
||||
qpdf
|
||||
qpid-python
|
||||
qpid-tools
|
||||
qqc2-desktop-style
|
||||
qrencode
|
||||
qscintilla
|
||||
@@ -4959,6 +4895,9 @@ suricata
|
||||
svg.path
|
||||
svgpart
|
||||
sway
|
||||
swaybg
|
||||
swayidle
|
||||
swaylock
|
||||
sweeper
|
||||
swift
|
||||
swig
|
||||
@@ -5027,6 +4966,7 @@ text-unidecode
|
||||
texttable
|
||||
tflearn
|
||||
tgt
|
||||
the_silver_searcher
|
||||
thermal_daemon
|
||||
thermal_monitor
|
||||
thin-provisioning-tools
|
||||
@@ -5067,6 +5007,7 @@ traceback2
|
||||
traceroute
|
||||
tracker
|
||||
tracker-miners
|
||||
traefik
|
||||
traitlets
|
||||
tree
|
||||
trollius
|
||||
@@ -5271,7 +5212,6 @@ yelp
|
||||
yelp-tools
|
||||
yelp-xsl
|
||||
ytnef
|
||||
yum
|
||||
yum-metadata-parser
|
||||
zVMCloudConnector
|
||||
zake
|
||||
|
||||
Reference in New Issue
Block a user