mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 11:06:15 +00:00
Compare commits
35 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e750687701 | |||
| 28747a2037 | |||
| 3208712529 | |||
| 9e94a00898 | |||
| e053e67bd5 | |||
| 68768eb65f | |||
| 2a7d53c6cd | |||
| 213b7b4d57 | |||
| 17f5e2eb9d | |||
| a85ca255c1 | |||
| 4133026569 | |||
| 60de5ce7d5 | |||
| 91a4c42013 | |||
| 49289f00d9 | |||
| 64a279e8f8 | |||
| c4709f40af | |||
| b443e169d5 | |||
| cd55363a3c | |||
| e0054520f8 | |||
| ecb84bfabf | |||
| 6b3a74eea5 | |||
| 9b81676c6f | |||
| e0844510f6 | |||
| 536b562a5b | |||
| c4cb75a89f | |||
| 244e21ef2d | |||
| 8defd1c276 | |||
| 3bd55aea4f | |||
| e76c4bd179 | |||
| 2383eca632 | |||
| 89f861fda6 | |||
| 447126c594 | |||
| a3ad322a0a | |||
| c357625466 | |||
| ee3938da6c |
+6
-2
@@ -17,7 +17,7 @@ SRPMVERS = $(shell [ ! -f $(SPECFILE) ] || $(call queryspec,%{NVR}\n,$(SPECFILE)
|
||||
SRPMFILE = results/$(SRPMVERS).src.rpm
|
||||
|
||||
LATEST_RPMS = $(wildcard rpms/*.rpm)
|
||||
DEBUGINFO_RPM = $(wildcard rpms/*-debuginfo-*.rpm)
|
||||
DEBUGINFO_RPM = $(wildcard rpms/${PKG_NAME}-debuginfo-$(shell $(call queryspec,%{V}-%{R},${SPECFILE})).*.rpm)
|
||||
RPMS ?= $(LATEST_RPMS)
|
||||
|
||||
WITH_SUDO = $(shell cmp /usr/bin/mock /usr/sbin/mock &> /dev/null && echo sudo )
|
||||
@@ -78,7 +78,7 @@ configemail:
|
||||
|
||||
#help checkblacklist: Verify rpms files to not include banned files for Clear Linux OS.
|
||||
checkblacklist:
|
||||
@$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist results/*.rpm
|
||||
@$(TOPLVL)/projects/common/checkblacklist.sh $(TOPLVL)/projects/common/blacklist $(filter-out ${DEBUGINFO_RPM},${RPMS})
|
||||
|
||||
prebuild-checks:
|
||||
|
||||
@@ -451,6 +451,10 @@ install-debuginfo-local:
|
||||
sudo chown -R dbginfo:dbginfo "$$d"; \
|
||||
sudo cp -a "$$d" $$dest/; \
|
||||
done; \
|
||||
find $$tmpdir/usr/share/debug/.build-id -type l 2> /dev/null | while read -r link; do \
|
||||
new_target=$$(readlink $$link | sed 's|/usr/share/debug|/usr/lib/debug|'); \
|
||||
sudo ln -sf "$$new_target" "$$link"; \
|
||||
done; \
|
||||
find $$tmpdir/usr/share/debug/ -mindepth 1 -maxdepth 1 -regextype awk -regex '.*/(.build-id|boot|lib|sbin|usr)$$' 2> /dev/null | while read -r d; do \
|
||||
sudo chown -R dbginfo:dbginfo "$$d"; \
|
||||
sudo cp -a "$$d" $$dest/; \
|
||||
|
||||
+1
-1
@@ -163,7 +163,7 @@ status: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
||||
#help diffstat. Requires that diffstat is installed.
|
||||
diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
||||
@for p in projects/common $(addprefix packages/,$(PKGS_LOCAL)); do \
|
||||
(cd $$p ; git status | grep -q 'nothing to commit, working [^ ]* clean' || (echo "Uncommitted changes in: $$p"; git diff |diffstat -p1)) ;\
|
||||
(cd $$p; git status --porcelain | grep -vq '^?? ' && (echo "Uncommitted changes in: $$p"; git diff | diffstat -p1); :) ;\
|
||||
done
|
||||
|
||||
#help log: Run git log origin/master..HEAD for all package repos, thus
|
||||
|
||||
Binary file not shown.
@@ -45,11 +45,13 @@ BSD-3-Clause
|
||||
BSD-3-Clause-Attribution
|
||||
BSD-3-Clause-Clear
|
||||
BSD-3-Clause-LBNL
|
||||
BSD-3-Clause-Modification
|
||||
BSD-3-Clause-No-Nuclear-License
|
||||
BSD-3-Clause-No-Nuclear-License-2014
|
||||
BSD-3-Clause-No-Nuclear-Warranty
|
||||
BSD-3-Clause-Open-MPI
|
||||
BSD-4-Clause
|
||||
BSD-4-Clause-Shortened
|
||||
BSD-4-Clause-UC
|
||||
BSD-Protection
|
||||
BSD-Source-Code
|
||||
@@ -62,6 +64,7 @@ BitTorrent-1.0
|
||||
BitTorrent-1.1
|
||||
BlueOak-1.0.0
|
||||
Borceux
|
||||
C-UDA-1.0
|
||||
CAL-1.0
|
||||
CAL-1.0-Combined-Work-Exception
|
||||
CATOSL-1.1
|
||||
@@ -96,6 +99,7 @@ CC-BY-ND-4.0
|
||||
CC-BY-SA-1.0
|
||||
CC-BY-SA-2.0
|
||||
CC-BY-SA-2.0-UK
|
||||
CC-BY-SA-2.1-JP
|
||||
CC-BY-SA-2.5
|
||||
CC-BY-SA-3.0
|
||||
CC-BY-SA-3.0-AT
|
||||
@@ -132,6 +136,7 @@ CrystalStacker
|
||||
Cube
|
||||
D-FSL-1.0
|
||||
DOC
|
||||
DRL-1.0
|
||||
DSDP
|
||||
Dotseqn
|
||||
ECL-1.0
|
||||
@@ -154,7 +159,9 @@ FSFULLR
|
||||
FTL
|
||||
Fair
|
||||
Frameworx-1.0
|
||||
FreeBSD-DOC
|
||||
FreeImage
|
||||
GD
|
||||
GFDL-1.1
|
||||
GFDL-1.1-invariants-only
|
||||
GFDL-1.1-invariants-or-later
|
||||
@@ -252,6 +259,7 @@ Linux-OpenIB
|
||||
MIT
|
||||
MIT-0
|
||||
MIT-CMU
|
||||
MIT-Modern-Variant
|
||||
MIT-advertising
|
||||
MIT-enna
|
||||
MIT-feh
|
||||
@@ -271,6 +279,7 @@ MulanPSL-1.0
|
||||
MulanPSL-2.0
|
||||
Multics
|
||||
Mup
|
||||
NAIST-2003
|
||||
NASA-1.3
|
||||
NBPL-1.0
|
||||
NCGL-UK-2.0
|
||||
@@ -306,6 +315,7 @@ OFL-1.1
|
||||
OFL-1.1-RFN
|
||||
OFL-1.1-no-RFN
|
||||
OGC-1.0
|
||||
OGDL-Taiwan-1.0
|
||||
OGL-Canada-2.0
|
||||
OGL-UK-1.0
|
||||
OGL-UK-2.0
|
||||
|
||||
@@ -72,6 +72,7 @@ PyWavelets
|
||||
PyYAML
|
||||
Pygments
|
||||
Pyro4
|
||||
QAT_engine
|
||||
QGIS
|
||||
QtAwesome
|
||||
QtPy
|
||||
@@ -107,6 +108,7 @@ R-DT
|
||||
R-DendSer
|
||||
R-Deriv
|
||||
R-DescTools
|
||||
R-DiagrammeR
|
||||
R-DistributionUtils
|
||||
R-DoseFinding
|
||||
R-Ecdat
|
||||
@@ -260,9 +262,11 @@ R-bridgesampling
|
||||
R-brio
|
||||
R-brms
|
||||
R-broom
|
||||
R-bslib
|
||||
R-bvls
|
||||
R-ca
|
||||
R-caTools
|
||||
R-cachem
|
||||
R-calibrate
|
||||
R-calibrator
|
||||
R-callr
|
||||
@@ -293,6 +297,7 @@ R-commonmark
|
||||
R-compositions
|
||||
R-conditionz
|
||||
R-config
|
||||
R-conflicted
|
||||
R-conquer
|
||||
R-contfrac
|
||||
R-conting
|
||||
@@ -354,6 +359,7 @@ R-eRm
|
||||
R-earth
|
||||
R-eco
|
||||
R-ecodist
|
||||
R-eddington
|
||||
R-effects
|
||||
R-eha
|
||||
R-eiPack
|
||||
@@ -393,6 +399,7 @@ R-fUnitRoots
|
||||
R-fail
|
||||
R-fansi
|
||||
R-farver
|
||||
R-fastGHQuad
|
||||
R-fastICA
|
||||
R-fastcluster
|
||||
R-fastmap
|
||||
@@ -452,6 +459,7 @@ R-ggvis
|
||||
R-gh
|
||||
R-git2r
|
||||
R-gitcreds
|
||||
R-gld
|
||||
R-glmnet
|
||||
R-globals
|
||||
R-glue
|
||||
@@ -464,6 +472,7 @@ R-gower
|
||||
R-gplots
|
||||
R-gridBase
|
||||
R-gridExtra
|
||||
R-gsl
|
||||
R-gss
|
||||
R-gtable
|
||||
R-gtools
|
||||
@@ -504,6 +513,7 @@ R-joineR
|
||||
R-joineRML
|
||||
R-jpeg
|
||||
R-jqr
|
||||
R-jquerylib
|
||||
R-jsonlite
|
||||
R-kableExtra
|
||||
R-keras
|
||||
@@ -540,6 +550,7 @@ R-listviewer
|
||||
R-lle
|
||||
R-lme4
|
||||
R-lmerTest
|
||||
R-lmom
|
||||
R-lmtest
|
||||
R-locfit
|
||||
R-logcondens
|
||||
@@ -571,6 +582,7 @@ R-mda
|
||||
R-measures
|
||||
R-memisc
|
||||
R-memoise
|
||||
R-metafor
|
||||
R-mi
|
||||
R-mice
|
||||
R-microbenchmark
|
||||
@@ -660,6 +672,7 @@ R-pkgload
|
||||
R-pkgmaker
|
||||
R-plm
|
||||
R-plogr
|
||||
R-plot3D
|
||||
R-plotly
|
||||
R-plotmo
|
||||
R-plotrix
|
||||
@@ -725,6 +738,7 @@ R-rbenchmark
|
||||
R-rbibutils
|
||||
R-rcmdcheck
|
||||
R-reactR
|
||||
R-reactable
|
||||
R-reactlog
|
||||
R-readODS
|
||||
R-readr
|
||||
@@ -740,6 +754,7 @@ R-remotes
|
||||
R-rentrez
|
||||
R-repr
|
||||
R-reprex
|
||||
R-repurrrsive
|
||||
R-reshape
|
||||
R-reshape2
|
||||
R-reticulate
|
||||
@@ -781,6 +796,7 @@ R-rsdmx
|
||||
R-rstan
|
||||
R-rstanarm
|
||||
R-rstantools
|
||||
R-rstpm2
|
||||
R-rstudio
|
||||
R-rstudio-server
|
||||
R-rstudioapi
|
||||
@@ -791,6 +807,7 @@ R-rvest
|
||||
R-sROC
|
||||
R-sampling
|
||||
R-sandwich
|
||||
R-sass
|
||||
R-scales
|
||||
R-scatterplot3d
|
||||
R-sde
|
||||
@@ -832,7 +849,11 @@ R-spData
|
||||
R-spam
|
||||
R-sparkline
|
||||
R-spatstat
|
||||
R-spatstat.core
|
||||
R-spatstat.data
|
||||
R-spatstat.geom
|
||||
R-spatstat.linnet
|
||||
R-spatstat.sparse
|
||||
R-spatstat.utils
|
||||
R-spc
|
||||
R-spdep
|
||||
@@ -855,6 +876,7 @@ R-subselect
|
||||
R-superpc
|
||||
R-survey
|
||||
R-svUnit
|
||||
R-svglite
|
||||
R-sys
|
||||
R-systemfit
|
||||
R-systemfonts
|
||||
@@ -865,6 +887,7 @@ R-tclust
|
||||
R-tensor
|
||||
R-tensorA
|
||||
R-tensorflow
|
||||
R-terra
|
||||
R-testit
|
||||
R-testthat
|
||||
R-texreg
|
||||
@@ -906,12 +929,14 @@ R-vcdExtra
|
||||
R-vcr
|
||||
R-vctrs
|
||||
R-vegan
|
||||
R-vembedr
|
||||
R-vioplot
|
||||
R-viridis
|
||||
R-viridisLite
|
||||
R-visNetwork
|
||||
R-waldo
|
||||
R-warp
|
||||
R-webfakes
|
||||
R-webmockr
|
||||
R-webshot
|
||||
R-webutils
|
||||
@@ -984,6 +1009,7 @@ XStatic-term.js
|
||||
Z3
|
||||
abireport
|
||||
absl-py
|
||||
abydos
|
||||
accountsservice
|
||||
acl
|
||||
acme
|
||||
@@ -1080,6 +1106,7 @@ automake
|
||||
autossh
|
||||
avahi
|
||||
awesome-wm
|
||||
awesomeversion
|
||||
awscli
|
||||
axel
|
||||
azure-configs
|
||||
@@ -1087,6 +1114,7 @@ azure-iot-sdk
|
||||
babeltrace
|
||||
babl
|
||||
backcall
|
||||
backports.entry_points_selectable
|
||||
backports.ssl_match_hostname
|
||||
backports.weakref
|
||||
baloo
|
||||
@@ -1115,6 +1143,8 @@ bleach
|
||||
blender
|
||||
blinken
|
||||
blinker
|
||||
blivet
|
||||
blivet-gui
|
||||
blktrace
|
||||
blockdiag
|
||||
bluedevil
|
||||
@@ -1133,6 +1163,7 @@ boto
|
||||
boto3
|
||||
botocore
|
||||
bovo
|
||||
box2d
|
||||
bpftrace
|
||||
breeze
|
||||
breeze-gtk
|
||||
@@ -1268,25 +1299,27 @@ colord-gtk
|
||||
colordiff
|
||||
columbiad
|
||||
commonmark
|
||||
compat-boost-soname1.72.0
|
||||
compat-atkmm-soname16
|
||||
compat-boost-soname1.73.0
|
||||
compat-cairomm-soname10
|
||||
compat-curl-gnutls-soname4
|
||||
compat-enchant-soname1
|
||||
compat-fuse-soname2
|
||||
compat-glibmm-soname24
|
||||
compat-gtksourceview-soname3
|
||||
compat-icu4c-soname64
|
||||
compat-libffi-soname6
|
||||
compat-libhandy-0.0
|
||||
compat-libpng-soname12
|
||||
compat-libraw-soname19
|
||||
compat-libsigc++-soname20
|
||||
compat-libva-soname1
|
||||
compat-nettle-soname6
|
||||
compat-lua-52
|
||||
compat-lua-53
|
||||
compat-nettle-soname7
|
||||
compat-opencv-soname42
|
||||
compat-protobuf-soname22
|
||||
compat-python38
|
||||
compat-pangomm-soname14
|
||||
compat-re2-soname7
|
||||
compat-readline-soname5
|
||||
compat-tracker-soname2.0
|
||||
complete
|
||||
component
|
||||
compute-image-packages
|
||||
conda
|
||||
@@ -1366,6 +1399,7 @@ diffoscope
|
||||
diffstat
|
||||
diffutils
|
||||
digikam
|
||||
dill
|
||||
ding-libs
|
||||
dino
|
||||
direwolf
|
||||
@@ -1397,6 +1431,7 @@ docbook-utils
|
||||
docbook-xml
|
||||
docbook2X
|
||||
docker
|
||||
docker-cli
|
||||
docker-compose
|
||||
docker-py
|
||||
docker-pycreds
|
||||
@@ -1561,6 +1596,7 @@ geany
|
||||
geany-plugins
|
||||
geary
|
||||
gedit
|
||||
gedit-plugins-gnome
|
||||
geeqie
|
||||
gegl
|
||||
gensim
|
||||
@@ -1715,6 +1751,7 @@ gtk-doc
|
||||
gtk-vnc
|
||||
gtk-xfce-engine
|
||||
gtk3
|
||||
gtk4
|
||||
gtkmm2
|
||||
gtkmm3
|
||||
gtksourceview
|
||||
@@ -1807,9 +1844,7 @@ init-rdahead
|
||||
inkscape
|
||||
innoextract
|
||||
inotify-tools
|
||||
intel-compute-runtime
|
||||
intel-gmmlib
|
||||
intel-graphics-compiler
|
||||
intel-hybrid-driver
|
||||
intel-ipsec-mb
|
||||
intel-media-driver
|
||||
@@ -1828,6 +1863,7 @@ ipe
|
||||
iperf
|
||||
ipmctl
|
||||
ipmitool
|
||||
ipp-crypto
|
||||
iproute2
|
||||
ipset
|
||||
iptables
|
||||
@@ -1868,6 +1904,7 @@ javaproperties
|
||||
jdcal
|
||||
jedi
|
||||
jeepney
|
||||
jellyfish
|
||||
jemalloc
|
||||
jmespath
|
||||
joblib
|
||||
@@ -1875,6 +1912,7 @@ joe
|
||||
josepy
|
||||
jpegoptim
|
||||
jq
|
||||
js8call
|
||||
jsmin
|
||||
json-c
|
||||
json-glib
|
||||
@@ -2104,6 +2142,7 @@ ktp-desktop-applets
|
||||
ktuberling
|
||||
kturtle
|
||||
kubernetes
|
||||
kubernetes-migration-1.18
|
||||
kunitconversion
|
||||
kwallet
|
||||
kwallet-pam
|
||||
@@ -2154,7 +2193,6 @@ libXtst
|
||||
libXv
|
||||
libXvMC
|
||||
libXxf86dga
|
||||
libXxf86misc
|
||||
libabigail
|
||||
libabw
|
||||
libaio
|
||||
@@ -2198,6 +2236,7 @@ libdmx
|
||||
libdnf
|
||||
libdrm
|
||||
libe-book
|
||||
libebur128
|
||||
libeconf
|
||||
libedit
|
||||
libepoxy
|
||||
@@ -2353,6 +2392,7 @@ libssh
|
||||
libssh2
|
||||
libstaroffice
|
||||
libstatgrab
|
||||
libstemmer_c
|
||||
libstoragemgmt
|
||||
libsysstat
|
||||
libtasn1
|
||||
@@ -2367,6 +2407,7 @@ libuninameslist
|
||||
libunistring
|
||||
libunwind
|
||||
libusb
|
||||
libusb-compat
|
||||
libuser
|
||||
libuv
|
||||
libva
|
||||
@@ -2430,6 +2471,7 @@ lksctp-tools
|
||||
lldb
|
||||
llfuse
|
||||
llvm
|
||||
llvm10
|
||||
llvm8
|
||||
llvm9
|
||||
lm-sensors
|
||||
@@ -2451,7 +2493,6 @@ lttng-tools
|
||||
lttng-ust
|
||||
lua
|
||||
lua-nginx-module
|
||||
lua52
|
||||
lualgi
|
||||
luarocks
|
||||
lutris
|
||||
@@ -2533,6 +2574,7 @@ mkl-dnn
|
||||
mkosi
|
||||
mlocate
|
||||
mlt
|
||||
mm-common
|
||||
mmc-utils
|
||||
mobile-broadband-provider-info
|
||||
mock
|
||||
@@ -2551,7 +2593,6 @@ mosh
|
||||
mosquitto
|
||||
motd-update
|
||||
motif
|
||||
mozjs68
|
||||
mozjs78
|
||||
mpc
|
||||
mpfr
|
||||
@@ -2590,6 +2631,7 @@ nano
|
||||
nasm
|
||||
nautilus
|
||||
nbclassic
|
||||
nbclient
|
||||
nbconvert
|
||||
nbformat
|
||||
nbval
|
||||
@@ -2602,6 +2644,7 @@ ndpi
|
||||
neofetch
|
||||
neomutt
|
||||
neovim
|
||||
nest_asyncio
|
||||
net-snmp
|
||||
net-tools
|
||||
netaddr
|
||||
@@ -2769,6 +2812,7 @@ pdns
|
||||
pdns-recursor
|
||||
pdsh
|
||||
pecan
|
||||
ped
|
||||
pep517
|
||||
pep8
|
||||
perftest
|
||||
@@ -2924,7 +2968,6 @@ perl-DBIx-ContextualFetch
|
||||
perl-DBIx-DBSchema
|
||||
perl-DBIx-Simple
|
||||
perl-DB_File
|
||||
perl-Data-Alias
|
||||
perl-Data-Compare
|
||||
perl-Data-Denter
|
||||
perl-Data-Dump
|
||||
@@ -3331,6 +3374,7 @@ perl-Pod-Constants
|
||||
perl-Pod-Coverage
|
||||
perl-Pod-LaTeX
|
||||
perl-Pod-POM
|
||||
perl-Pod-Parser
|
||||
perl-Pod-Plainer
|
||||
perl-Pod-Spell
|
||||
perl-Pod-Strip
|
||||
@@ -3355,6 +3399,7 @@ perl-SGMLS
|
||||
perl-SMTP-Server
|
||||
perl-SQL-Abstract
|
||||
perl-SQL-Abstract-Classic
|
||||
perl-SQL-Abstract-Pg
|
||||
perl-SQL-SplitStatement
|
||||
perl-SQL-Tokenizer
|
||||
perl-SQL-Translator
|
||||
@@ -3664,6 +3709,7 @@ php-zmq
|
||||
pickleshare
|
||||
picmi
|
||||
picocom
|
||||
pid
|
||||
pidgin
|
||||
pidgin-sipe
|
||||
pigeonhole
|
||||
@@ -3687,6 +3733,7 @@ plasma-framework
|
||||
plasma-integration
|
||||
plasma-nm
|
||||
plasma-pa
|
||||
plasma-systemmonitor
|
||||
plasma-vault
|
||||
plasma-wayland-protocols
|
||||
plasma-workspace
|
||||
@@ -3729,6 +3776,7 @@ prison
|
||||
processor-trace
|
||||
procmail
|
||||
procps-ng
|
||||
progress
|
||||
progressbar
|
||||
proj
|
||||
prometheus_client
|
||||
@@ -3780,6 +3828,7 @@ pynvim
|
||||
pyotherside
|
||||
pyotp
|
||||
pyparsing
|
||||
pyparted
|
||||
pyperclip
|
||||
pyperf
|
||||
pyquery
|
||||
@@ -3844,6 +3893,7 @@ pyu2f
|
||||
pyudev
|
||||
pyusb
|
||||
pywbem
|
||||
pyxDamerauLevenshtein
|
||||
pyxattr
|
||||
pyxdg
|
||||
pyzmq
|
||||
@@ -3950,6 +4000,7 @@ rinutils
|
||||
rjsmin
|
||||
rlwrap
|
||||
rng-tools
|
||||
robin-map
|
||||
roboto
|
||||
rocs
|
||||
rofi
|
||||
@@ -4191,6 +4242,7 @@ tldextract
|
||||
tmux
|
||||
tokyocabinet
|
||||
toml
|
||||
tomlkit
|
||||
toolz
|
||||
tornado
|
||||
totem
|
||||
|
||||
Reference in New Issue
Block a user