mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 19:16:00 +00:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7f6ddcce1 | |||
| 22a927e26b | |||
| 4a29a2d5c1 | |||
| 81ef638151 | |||
| 50b8b07d34 | |||
| 47b634bc75 | |||
| 292ea0bde9 | |||
| b0f7bbfb90 | |||
| 20d0fece07 | |||
| 0f546b20f5 |
+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.
|
||||
|
||||
@@ -289,6 +289,7 @@ R-conting
|
||||
R-corpcor
|
||||
R-corrgram
|
||||
R-corrplot
|
||||
R-covr
|
||||
R-cowplot
|
||||
R-crayon
|
||||
R-crosstalk
|
||||
@@ -505,6 +506,7 @@ R-leaps
|
||||
R-lfe
|
||||
R-lhs
|
||||
R-libcoin
|
||||
R-lifecycle
|
||||
R-linprog
|
||||
R-lintr
|
||||
R-listenv
|
||||
@@ -1155,6 +1157,7 @@ buildreq-kernel
|
||||
buildreq-make
|
||||
buildreq-meson
|
||||
buildreq-mvn
|
||||
buildreq-nginx
|
||||
buildreq-php
|
||||
buildreq-qmake
|
||||
buildreq-scons
|
||||
@@ -1659,7 +1662,6 @@ flatpak
|
||||
flatpak-builder
|
||||
fldigi
|
||||
flex
|
||||
flink-dep
|
||||
fllog
|
||||
flmsg
|
||||
flnet
|
||||
@@ -1776,6 +1778,7 @@ gnome-disk-utility
|
||||
gnome-doc-utils
|
||||
gnome-flashback
|
||||
gnome-font-viewer
|
||||
gnome-getting-started-docs
|
||||
gnome-icon-theme
|
||||
gnome-initial-setup
|
||||
gnome-keyring
|
||||
@@ -1889,6 +1892,7 @@ hardinfo
|
||||
hardlink
|
||||
harfbuzz
|
||||
haskell-random
|
||||
haveged
|
||||
hdf5
|
||||
hdmedians
|
||||
hdparm
|
||||
@@ -1939,6 +1943,7 @@ iceauth
|
||||
icecream
|
||||
icon-naming-utils
|
||||
icu4c
|
||||
idle-python3.7-assets
|
||||
idna
|
||||
idna-ssl
|
||||
ifaddr
|
||||
@@ -2361,6 +2366,7 @@ libdmx
|
||||
libdnf
|
||||
libdrm
|
||||
libe-book
|
||||
libeconf
|
||||
libedit
|
||||
libepoxy
|
||||
libepubgen
|
||||
@@ -2494,8 +2500,8 @@ libqb
|
||||
libqmi
|
||||
libqtxdg
|
||||
libqxp
|
||||
librabbitmq
|
||||
libratbag
|
||||
librdkafka
|
||||
libreoffice
|
||||
librepo
|
||||
librevenge
|
||||
@@ -2625,6 +2631,8 @@ lsof
|
||||
lsscsi
|
||||
ltp
|
||||
ltrace
|
||||
lttng-tools
|
||||
lttng-ust
|
||||
lua
|
||||
lua52
|
||||
lualgi
|
||||
@@ -2675,6 +2683,7 @@ mdds
|
||||
media-player-info
|
||||
mediasdk
|
||||
meld
|
||||
memc-nginx-module
|
||||
memcached
|
||||
memkind
|
||||
memshrinker
|
||||
@@ -2768,6 +2777,7 @@ mvn-JavaEWAH
|
||||
mvn-JsonPath
|
||||
mvn-LatencyUtils
|
||||
mvn-RoaringBitmap
|
||||
mvn-TipTip
|
||||
mvn-accessors-smart
|
||||
mvn-activation
|
||||
mvn-addthis-oss-jar-pom
|
||||
@@ -2792,11 +2802,13 @@ mvn-apache
|
||||
mvn-apache-jar-resource-bundle
|
||||
mvn-apache-log4j-extras
|
||||
mvn-apache-rat
|
||||
mvn-apiguardian
|
||||
mvn-archetype
|
||||
mvn-arpack_combined_all
|
||||
mvn-arrow
|
||||
mvn-asciidoctor-gradle-plugin
|
||||
mvn-asciidoctorj
|
||||
mvn-asciidoctorj-groovy-dsl
|
||||
mvn-asciidoctorj-pdf
|
||||
mvn-asm
|
||||
mvn-assertj-core
|
||||
@@ -2821,6 +2833,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
|
||||
@@ -2932,6 +2945,10 @@ 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-grizzled-scala_2.12
|
||||
mvn-grizzled-slf4j_2.11
|
||||
mvn-grizzled-slf4j_2.12
|
||||
@@ -3011,7 +3028,10 @@ 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-jboss-logging
|
||||
mvn-jboss-parent
|
||||
mvn-jchardet
|
||||
@@ -3049,6 +3069,7 @@ mvn-joni
|
||||
mvn-jopt-simple
|
||||
mvn-jpam
|
||||
mvn-jpmml-model
|
||||
mvn-jruby
|
||||
mvn-jsch
|
||||
mvn-jsch.agentproxy.connector-factory
|
||||
mvn-jsch.agentproxy.core
|
||||
@@ -3076,18 +3097,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
|
||||
@@ -3106,6 +3132,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
|
||||
@@ -3187,6 +3214,8 @@ mvn-minimal-json
|
||||
mvn-minlog
|
||||
mvn-mockito
|
||||
mvn-mockito-core
|
||||
mvn-mockito-kotlin
|
||||
mvn-mockk
|
||||
mvn-mockserver
|
||||
mvn-modello
|
||||
mvn-mojo-parent
|
||||
@@ -3216,6 +3245,7 @@ mvn-okhttp
|
||||
mvn-okio
|
||||
mvn-opencsv
|
||||
mvn-openhtmltopdf-parent
|
||||
mvn-opentest4j
|
||||
mvn-orc
|
||||
mvn-org.apache.felix.bundlerepository
|
||||
mvn-org.eclipse.sisu.inject
|
||||
@@ -3233,9 +3263,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
|
||||
@@ -3253,6 +3285,7 @@ mvn-plexus-languages
|
||||
mvn-plexus-resources
|
||||
mvn-plexus-utils
|
||||
mvn-plexus-velocity
|
||||
mvn-plugin-publish-plugin
|
||||
mvn-pmaven
|
||||
mvn-powermock
|
||||
mvn-powermock-reflect
|
||||
@@ -3289,10 +3322,12 @@ mvn-scalastyle-maven-plugin
|
||||
mvn-scalatest-maven-plugin
|
||||
mvn-scalatest_2.11
|
||||
mvn-scalatest_2.12
|
||||
mvn-schema-registry
|
||||
mvn-scopt_2.11
|
||||
mvn-scopt_2.12
|
||||
mvn-selenium
|
||||
mvn-semver
|
||||
mvn-semver4j
|
||||
mvn-sequence-library
|
||||
mvn-servicemix-bundles
|
||||
mvn-servicemix-pom
|
||||
@@ -3336,6 +3371,7 @@ mvn-thrift
|
||||
mvn-tomcat
|
||||
mvn-treelayout
|
||||
mvn-trilead-ssh2
|
||||
mvn-trove4j
|
||||
mvn-tycho
|
||||
mvn-uncommons-maths
|
||||
mvn-unirest-java
|
||||
@@ -3361,10 +3397,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
|
||||
@@ -3421,7 +3459,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
|
||||
@@ -3484,6 +3526,7 @@ open-isns
|
||||
open-lldp
|
||||
open-vm-tools
|
||||
openQA
|
||||
open_model_zoo
|
||||
openal-soft
|
||||
openblas
|
||||
openbox
|
||||
@@ -4395,6 +4438,7 @@ php-protobuf
|
||||
php-psr
|
||||
php-radius
|
||||
php-raphf
|
||||
php-rdkafka
|
||||
php-redis
|
||||
php-scrypt
|
||||
php-stackdriver_debugger
|
||||
@@ -4444,6 +4488,7 @@ plasma-sdk
|
||||
plasma-vault
|
||||
plasma-workspace
|
||||
plasma-workspace-wallpapers
|
||||
plata-theme
|
||||
pluggy
|
||||
ply
|
||||
plzip
|
||||
@@ -4715,6 +4760,7 @@ rebootmgr
|
||||
recommonmark
|
||||
redis
|
||||
redis-native
|
||||
redis2-nginx-module
|
||||
redland
|
||||
redshift
|
||||
redsocks
|
||||
@@ -4850,6 +4896,7 @@ source-highlight
|
||||
sox
|
||||
spandsp
|
||||
spectacle
|
||||
speedtest-cli
|
||||
speex
|
||||
speexdsp
|
||||
sphinx-feature-classification
|
||||
@@ -4911,6 +4958,7 @@ sure
|
||||
suricata
|
||||
svg.path
|
||||
svgpart
|
||||
sway
|
||||
sweeper
|
||||
swift
|
||||
swig
|
||||
@@ -5085,6 +5133,7 @@ volume_key
|
||||
voluptuous
|
||||
voluptuous-serialize
|
||||
vpnc
|
||||
vpp
|
||||
vsqlite
|
||||
vte
|
||||
waffle
|
||||
@@ -5114,6 +5163,7 @@ wine
|
||||
winpdb
|
||||
wireless-regdb-master
|
||||
wireshark
|
||||
wlroots
|
||||
wmctrl
|
||||
woff2
|
||||
wok
|
||||
@@ -5121,7 +5171,6 @@ wol
|
||||
wpa_supplicant
|
||||
wrapt
|
||||
wsgi_intercept
|
||||
wsgiref
|
||||
wsjtx
|
||||
wxWidgets
|
||||
x11perf
|
||||
|
||||
Reference in New Issue
Block a user