mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 11:06:15 +00:00
Compare commits
70 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ce1020511 | |||
| c00ea07564 | |||
| 20ac5a6fca | |||
| 3c7ffcc6f8 | |||
| 75f92917fc | |||
| ebfb7792fa | |||
| 151eb80340 | |||
| c35ddf3249 | |||
| 5de267a3aa | |||
| f14316393c | |||
| a49ed4739a | |||
| 4a7900cd72 | |||
| 6f4b36eb52 | |||
| 7fcf1ca778 | |||
| ad28b67e3d | |||
| ff9ceba3c5 | |||
| 50d755e823 | |||
| cf08aaaa5d | |||
| ecc540786b | |||
| ee24dc9199 | |||
| d3616700c1 | |||
| e6f9dc64cf | |||
| c818274cec | |||
| 8094f8a358 | |||
| 1fe250bb13 | |||
| 48312c546e | |||
| 2ed43dee7c | |||
| 2c29d463aa | |||
| 916aa9ce90 | |||
| e5c860f7c9 | |||
| b9b24a353b | |||
| 45b72cc7bc | |||
| baabce03b6 | |||
| 191989a32a | |||
| f1f9d44878 | |||
| ae6182ad24 | |||
| f8bc62ae39 | |||
| 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 |
+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,14 @@ BSD-3-Clause
|
||||
BSD-3-Clause-Attribution
|
||||
BSD-3-Clause-Clear
|
||||
BSD-3-Clause-LBNL
|
||||
BSD-3-Clause-Modification
|
||||
BSD-3-Clause-No-Military-License
|
||||
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,49 +65,64 @@ 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
|
||||
CC-BY-1.0
|
||||
CC-BY-2.0
|
||||
CC-BY-2.5
|
||||
CC-BY-2.5-AU
|
||||
CC-BY-3.0
|
||||
CC-BY-3.0-AT
|
||||
CC-BY-3.0-DE
|
||||
CC-BY-3.0-NL
|
||||
CC-BY-3.0-US
|
||||
CC-BY-4.0
|
||||
CC-BY-NC-1.0
|
||||
CC-BY-NC-2.0
|
||||
CC-BY-NC-2.5
|
||||
CC-BY-NC-3.0
|
||||
CC-BY-NC-3.0-DE
|
||||
CC-BY-NC-4.0
|
||||
CC-BY-NC-ND-1.0
|
||||
CC-BY-NC-ND-2.0
|
||||
CC-BY-NC-ND-2.5
|
||||
CC-BY-NC-ND-3.0
|
||||
CC-BY-NC-ND-3.0-DE
|
||||
CC-BY-NC-ND-3.0-IGO
|
||||
CC-BY-NC-ND-4.0
|
||||
CC-BY-NC-SA-1.0
|
||||
CC-BY-NC-SA-2.0
|
||||
CC-BY-NC-SA-2.0-FR
|
||||
CC-BY-NC-SA-2.0-UK
|
||||
CC-BY-NC-SA-2.5
|
||||
CC-BY-NC-SA-3.0
|
||||
CC-BY-NC-SA-3.0-DE
|
||||
CC-BY-NC-SA-3.0-IGO
|
||||
CC-BY-NC-SA-4.0
|
||||
CC-BY-ND-1.0
|
||||
CC-BY-ND-2.0
|
||||
CC-BY-ND-2.5
|
||||
CC-BY-ND-3.0
|
||||
CC-BY-ND-3.0-DE
|
||||
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
|
||||
CC-BY-SA-3.0-DE
|
||||
CC-BY-SA-4.0
|
||||
CC-PDDC
|
||||
CC0-1.0
|
||||
CDDL-1.0
|
||||
CDDL-1.1
|
||||
CDL-1.0
|
||||
CDLA-Permissive-1.0
|
||||
CDLA-Permissive-2.0
|
||||
CDLA-Sharing-1.0
|
||||
CECILL-1.0
|
||||
CECILL-1.1
|
||||
@@ -132,6 +150,7 @@ CrystalStacker
|
||||
Cube
|
||||
D-FSL-1.0
|
||||
DOC
|
||||
DRL-1.0
|
||||
DSDP
|
||||
Dotseqn
|
||||
ECL-1.0
|
||||
@@ -154,7 +173,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 +273,7 @@ Linux-OpenIB
|
||||
MIT
|
||||
MIT-0
|
||||
MIT-CMU
|
||||
MIT-Modern-Variant
|
||||
MIT-advertising
|
||||
MIT-enna
|
||||
MIT-feh
|
||||
@@ -271,6 +293,7 @@ MulanPSL-1.0
|
||||
MulanPSL-2.0
|
||||
Multics
|
||||
Mup
|
||||
NAIST-2003
|
||||
NASA-1.3
|
||||
NBPL-1.0
|
||||
NCGL-UK-2.0
|
||||
@@ -279,6 +302,7 @@ NGPL
|
||||
NIST-PD
|
||||
NIST-PD-fallback
|
||||
NLOD-1.0
|
||||
NLOD-2.0
|
||||
NLPL
|
||||
NOSL
|
||||
NPL-1.0
|
||||
@@ -306,6 +330,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
|
||||
@@ -329,6 +354,7 @@ OLDAP-2.7
|
||||
OLDAP-2.8
|
||||
OML
|
||||
OPL-1.0
|
||||
OPUBL-1.0
|
||||
OSET-PL-2.1
|
||||
OSL-1.0
|
||||
OSL-1.1
|
||||
|
||||
@@ -23,6 +23,7 @@ Gradio
|
||||
GtkD
|
||||
HeapDict
|
||||
ImageMagick
|
||||
Imath
|
||||
JAGS
|
||||
Jinja2
|
||||
Judy
|
||||
@@ -72,6 +73,7 @@ PyWavelets
|
||||
PyYAML
|
||||
Pygments
|
||||
Pyro4
|
||||
QAT_engine
|
||||
QGIS
|
||||
QtAwesome
|
||||
QtPy
|
||||
@@ -92,6 +94,7 @@ R-BiocManager
|
||||
R-BoolNet
|
||||
R-BradleyTerry2
|
||||
R-Brobdingnag
|
||||
R-C50
|
||||
R-CVST
|
||||
R-Cairo
|
||||
R-CircStats
|
||||
@@ -107,6 +110,7 @@ R-DT
|
||||
R-DendSer
|
||||
R-Deriv
|
||||
R-DescTools
|
||||
R-DiagrammeR
|
||||
R-DistributionUtils
|
||||
R-DoseFinding
|
||||
R-Ecdat
|
||||
@@ -208,6 +212,7 @@ R-VGAM
|
||||
R-VGAMdata
|
||||
R-VIM
|
||||
R-WDI
|
||||
R-WikidataQueryServiceR
|
||||
R-WikidataR
|
||||
R-WikipediR
|
||||
R-XML
|
||||
@@ -218,6 +223,7 @@ R-ade4
|
||||
R-adegenet
|
||||
R-adegraphics
|
||||
R-adephylo
|
||||
R-adespatial
|
||||
R-afex
|
||||
R-alr3
|
||||
R-analogue
|
||||
@@ -260,9 +266,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 +301,7 @@ R-commonmark
|
||||
R-compositions
|
||||
R-conditionz
|
||||
R-config
|
||||
R-conflicted
|
||||
R-conquer
|
||||
R-contfrac
|
||||
R-conting
|
||||
@@ -333,6 +342,7 @@ R-dimRed
|
||||
R-diptest
|
||||
R-distr
|
||||
R-distrEx
|
||||
R-distributional
|
||||
R-dlm
|
||||
R-doMC
|
||||
R-doMPI
|
||||
@@ -354,6 +364,7 @@ R-eRm
|
||||
R-earth
|
||||
R-eco
|
||||
R-ecodist
|
||||
R-eddington
|
||||
R-effects
|
||||
R-eha
|
||||
R-eiPack
|
||||
@@ -393,6 +404,7 @@ R-fUnitRoots
|
||||
R-fail
|
||||
R-fansi
|
||||
R-farver
|
||||
R-fastGHQuad
|
||||
R-fastICA
|
||||
R-fastcluster
|
||||
R-fastmap
|
||||
@@ -431,6 +443,7 @@ R-future
|
||||
R-g.data
|
||||
R-gam
|
||||
R-gamm4
|
||||
R-gargle
|
||||
R-gbRd
|
||||
R-gbm
|
||||
R-gbutils
|
||||
@@ -447,6 +460,7 @@ R-getopt
|
||||
R-ggjoy
|
||||
R-ggplot2
|
||||
R-ggplot2movies
|
||||
R-ggrepel
|
||||
R-ggridges
|
||||
R-ggvis
|
||||
R-gh
|
||||
@@ -461,10 +475,13 @@ R-gmp
|
||||
R-gnm
|
||||
R-goftest
|
||||
R-googleVis
|
||||
R-googledrive
|
||||
R-googlesheets4
|
||||
R-gower
|
||||
R-gplots
|
||||
R-gridBase
|
||||
R-gridExtra
|
||||
R-gsl
|
||||
R-gss
|
||||
R-gtable
|
||||
R-gtools
|
||||
@@ -487,6 +504,7 @@ R-hunspell
|
||||
R-hwriter
|
||||
R-hypergeo
|
||||
R-ica
|
||||
R-ids
|
||||
R-igraph
|
||||
R-import
|
||||
R-ineq
|
||||
@@ -505,6 +523,7 @@ R-joineR
|
||||
R-joineRML
|
||||
R-jpeg
|
||||
R-jqr
|
||||
R-jquerylib
|
||||
R-jsonlite
|
||||
R-kableExtra
|
||||
R-keras
|
||||
@@ -517,6 +536,7 @@ R-ks
|
||||
R-labeling
|
||||
R-labelled
|
||||
R-laeken
|
||||
R-lamW
|
||||
R-lambda.r
|
||||
R-languageR
|
||||
R-languageserver
|
||||
@@ -543,8 +563,10 @@ R-lme4
|
||||
R-lmerTest
|
||||
R-lmom
|
||||
R-lmtest
|
||||
R-lobstr
|
||||
R-locfit
|
||||
R-logcondens
|
||||
R-logger
|
||||
R-logspline
|
||||
R-loo
|
||||
R-lpSolve
|
||||
@@ -573,6 +595,7 @@ R-mda
|
||||
R-measures
|
||||
R-memisc
|
||||
R-memoise
|
||||
R-metafor
|
||||
R-mi
|
||||
R-mice
|
||||
R-microbenchmark
|
||||
@@ -629,6 +652,7 @@ R-optparse
|
||||
R-ordinal
|
||||
R-pROC
|
||||
R-packrat
|
||||
R-palmerpenguins
|
||||
R-pamr
|
||||
R-pander
|
||||
R-parallelly
|
||||
@@ -636,6 +660,7 @@ R-parsedate
|
||||
R-partitions
|
||||
R-party
|
||||
R-partykit
|
||||
R-patchwork
|
||||
R-pbapply
|
||||
R-pbdZMQ
|
||||
R-pbivnorm
|
||||
@@ -662,6 +687,7 @@ R-pkgload
|
||||
R-pkgmaker
|
||||
R-plm
|
||||
R-plogr
|
||||
R-plot3D
|
||||
R-plotly
|
||||
R-plotmo
|
||||
R-plotrix
|
||||
@@ -675,6 +701,7 @@ R-polyCub
|
||||
R-polyclip
|
||||
R-polycor
|
||||
R-polynom
|
||||
R-posterior
|
||||
R-prabclus
|
||||
R-pracma
|
||||
R-praise
|
||||
@@ -723,9 +750,11 @@ R-ranger
|
||||
R-rappdirs
|
||||
R-raster
|
||||
R-rasterVis
|
||||
R-ratelimitr
|
||||
R-rbenchmark
|
||||
R-rbibutils
|
||||
R-rcmdcheck
|
||||
R-rcorpora
|
||||
R-reactR
|
||||
R-reactable
|
||||
R-reactlog
|
||||
@@ -743,6 +772,7 @@ R-remotes
|
||||
R-rentrez
|
||||
R-repr
|
||||
R-reprex
|
||||
R-repurrrsive
|
||||
R-reshape
|
||||
R-reshape2
|
||||
R-reticulate
|
||||
@@ -775,6 +805,7 @@ R-robustbase
|
||||
R-rootSolve
|
||||
R-rotl
|
||||
R-roxygen2
|
||||
R-rpart.plot
|
||||
R-rprojroot
|
||||
R-rrcov
|
||||
R-rredlist
|
||||
@@ -784,6 +815,7 @@ R-rsdmx
|
||||
R-rstan
|
||||
R-rstanarm
|
||||
R-rstantools
|
||||
R-rstpm2
|
||||
R-rstudio
|
||||
R-rstudio-server
|
||||
R-rstudioapi
|
||||
@@ -791,9 +823,11 @@ R-rsvg
|
||||
R-runjags
|
||||
R-rversions
|
||||
R-rvest
|
||||
R-s2
|
||||
R-sROC
|
||||
R-sampling
|
||||
R-sandwich
|
||||
R-sass
|
||||
R-scales
|
||||
R-scatterplot3d
|
||||
R-sde
|
||||
@@ -835,7 +869,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
|
||||
@@ -858,6 +896,7 @@ R-subselect
|
||||
R-superpc
|
||||
R-survey
|
||||
R-svUnit
|
||||
R-svglite
|
||||
R-sys
|
||||
R-systemfit
|
||||
R-systemfonts
|
||||
@@ -868,6 +907,7 @@ R-tclust
|
||||
R-tensor
|
||||
R-tensorA
|
||||
R-tensorflow
|
||||
R-terra
|
||||
R-testit
|
||||
R-testthat
|
||||
R-texreg
|
||||
@@ -876,6 +916,7 @@ R-tfruns
|
||||
R-threejs
|
||||
R-tibble
|
||||
R-tidyr
|
||||
R-tidyrules
|
||||
R-tidyselect
|
||||
R-tidyverse
|
||||
R-tikzDevice
|
||||
@@ -894,6 +935,7 @@ R-truncdist
|
||||
R-truncnorm
|
||||
R-tseries
|
||||
R-tsne
|
||||
R-tzdb
|
||||
R-ucminf
|
||||
R-units
|
||||
R-unix
|
||||
@@ -908,13 +950,17 @@ R-vcd
|
||||
R-vcdExtra
|
||||
R-vcr
|
||||
R-vctrs
|
||||
R-vdiffr
|
||||
R-vegan
|
||||
R-vembedr
|
||||
R-vioplot
|
||||
R-viridis
|
||||
R-viridisLite
|
||||
R-visNetwork
|
||||
R-vroom
|
||||
R-waldo
|
||||
R-warp
|
||||
R-webfakes
|
||||
R-webmockr
|
||||
R-webshot
|
||||
R-webutils
|
||||
@@ -923,6 +969,7 @@ R-whoami
|
||||
R-wikitaxa
|
||||
R-winch
|
||||
R-withr
|
||||
R-wk
|
||||
R-worrms
|
||||
R-xfun
|
||||
R-xml2
|
||||
@@ -938,6 +985,7 @@ R-zoo
|
||||
RawTherapee
|
||||
Remmina
|
||||
Routes
|
||||
Rtree
|
||||
SDL
|
||||
SDL2
|
||||
SDL2_gfx
|
||||
@@ -987,6 +1035,7 @@ XStatic-term.js
|
||||
Z3
|
||||
abireport
|
||||
absl-py
|
||||
abydos
|
||||
accountsservice
|
||||
acl
|
||||
acme
|
||||
@@ -1015,6 +1064,7 @@ alsa-tools
|
||||
alsa-ucm-conf
|
||||
alsa-utils
|
||||
amazon-efs-utils
|
||||
amazon-ssm-agent
|
||||
amtk
|
||||
analitza
|
||||
ansible
|
||||
@@ -1038,6 +1088,7 @@ ark
|
||||
armadillo
|
||||
arp-scan
|
||||
arpack-ng
|
||||
arrow
|
||||
artikulate
|
||||
asciidoc
|
||||
asciinema
|
||||
@@ -1083,6 +1134,7 @@ automake
|
||||
autossh
|
||||
avahi
|
||||
awesome-wm
|
||||
awesomeversion
|
||||
awscli
|
||||
axel
|
||||
azure-configs
|
||||
@@ -1090,6 +1142,7 @@ azure-iot-sdk
|
||||
babeltrace
|
||||
babl
|
||||
backcall
|
||||
backports.entry_points_selectable
|
||||
backports.ssl_match_hostname
|
||||
backports.weakref
|
||||
baloo
|
||||
@@ -1108,7 +1161,9 @@ bcftools
|
||||
bcrypt
|
||||
bdftopcf
|
||||
beautifulsoup4
|
||||
beniget
|
||||
bijiben
|
||||
binaryornot
|
||||
bind-utils
|
||||
binutils
|
||||
binwalk
|
||||
@@ -1118,6 +1173,8 @@ bleach
|
||||
blender
|
||||
blinken
|
||||
blinker
|
||||
blivet
|
||||
blivet-gui
|
||||
blktrace
|
||||
blockdiag
|
||||
bluedevil
|
||||
@@ -1136,6 +1193,7 @@ boto
|
||||
boto3
|
||||
botocore
|
||||
bovo
|
||||
box2d
|
||||
bpftrace
|
||||
breeze
|
||||
breeze-gtk
|
||||
@@ -1148,6 +1206,7 @@ brotlipy
|
||||
bsdiff
|
||||
btrfs-progs
|
||||
bubblewrap
|
||||
build
|
||||
buildreq-R
|
||||
buildreq-cmake
|
||||
buildreq-configure
|
||||
@@ -1195,10 +1254,12 @@ ceph-deploy
|
||||
certbot
|
||||
certifi
|
||||
cffi
|
||||
cfgv
|
||||
cfitsio
|
||||
cgdb
|
||||
cgit
|
||||
chardet
|
||||
charset-normalizer
|
||||
check
|
||||
check-manifest
|
||||
cheese
|
||||
@@ -1272,29 +1333,29 @@ colordiff
|
||||
columbiad
|
||||
commonmark
|
||||
compat-atkmm-soname16
|
||||
compat-boost-soname1.72.0
|
||||
compat-boost-soname1.73.0
|
||||
compat-cairomm-soname10
|
||||
compat-curl-gnutls-soname4
|
||||
compat-enchant-soname1
|
||||
compat-fuse-soname2
|
||||
compat-gcc-10
|
||||
compat-glibmm-soname24
|
||||
compat-goocanvas-soname2
|
||||
compat-gtksourceview-soname3
|
||||
compat-icu4c-soname64
|
||||
compat-libhandy-0.0
|
||||
compat-libffi-soname6
|
||||
compat-libpng-soname12
|
||||
compat-libraw-soname19
|
||||
compat-libsigc++-soname20
|
||||
compat-libva-soname1
|
||||
compat-nettle-soname6
|
||||
compat-lua-52
|
||||
compat-lua-53
|
||||
compat-mlt-soname6
|
||||
compat-nettle-soname7
|
||||
compat-opencv-soname42
|
||||
compat-openexr-soname25
|
||||
compat-pangomm-soname14
|
||||
compat-protobuf-soname22
|
||||
compat-python38
|
||||
compat-re2-soname7
|
||||
compat-poppler-soname111
|
||||
compat-readline-soname5
|
||||
compat-tracker-soname2.0
|
||||
complete
|
||||
component
|
||||
compute-image-packages
|
||||
conda
|
||||
@@ -1307,6 +1368,7 @@ conntrack-tools
|
||||
console-autostart
|
||||
containerd
|
||||
contextlib2
|
||||
cookiecutter
|
||||
cookies
|
||||
coreutils
|
||||
corosync
|
||||
@@ -1358,6 +1420,8 @@ dconf
|
||||
dconf-editor
|
||||
ddd
|
||||
deap
|
||||
debugedit
|
||||
debugpy
|
||||
decorator
|
||||
defusedxml
|
||||
dejagnu
|
||||
@@ -1374,16 +1438,17 @@ diffoscope
|
||||
diffstat
|
||||
diffutils
|
||||
digikam
|
||||
dill
|
||||
ding-libs
|
||||
dino
|
||||
direwolf
|
||||
diskcache
|
||||
dist-pam-configs
|
||||
distlib
|
||||
distributed
|
||||
distro
|
||||
dj-database-url
|
||||
django-appconf
|
||||
django-babel
|
||||
django-discover-runner
|
||||
django-nose
|
||||
django-pyscss
|
||||
@@ -1405,6 +1470,7 @@ docbook-utils
|
||||
docbook-xml
|
||||
docbook2X
|
||||
docker
|
||||
docker-cli
|
||||
docker-compose
|
||||
docker-py
|
||||
docker-pycreds
|
||||
@@ -1445,8 +1511,10 @@ efl
|
||||
eid-mw
|
||||
eigen
|
||||
elementary-xfce
|
||||
elementpath
|
||||
elfutils
|
||||
elisa
|
||||
elixir
|
||||
ell
|
||||
emacs
|
||||
emacs-x11
|
||||
@@ -1540,6 +1608,7 @@ fribidi
|
||||
fritzing-app
|
||||
fs
|
||||
fsearch
|
||||
fsspec
|
||||
funcparserlib
|
||||
funcsigs
|
||||
fuse
|
||||
@@ -1569,6 +1638,7 @@ geany
|
||||
geany-plugins
|
||||
geary
|
||||
gedit
|
||||
gedit-plugins-gnome
|
||||
geeqie
|
||||
gegl
|
||||
gensim
|
||||
@@ -1705,16 +1775,22 @@ grisbi
|
||||
groff
|
||||
grpc
|
||||
grpcio
|
||||
grpcio-channelz
|
||||
grpcio-health-checking
|
||||
grpcio-reflection
|
||||
grpcio-tools
|
||||
gsequencer
|
||||
gsettings-desktop-schemas
|
||||
gsl
|
||||
gsm
|
||||
gsound
|
||||
gspell
|
||||
gssapi
|
||||
gst-plugins-bad
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
gst-plugins-ugly
|
||||
gst-python
|
||||
gstreamer
|
||||
gstreamer-vaapi
|
||||
gsutil
|
||||
@@ -1723,6 +1799,7 @@ gtk-doc
|
||||
gtk-vnc
|
||||
gtk-xfce-engine
|
||||
gtk3
|
||||
gtk4
|
||||
gtkmm2
|
||||
gtkmm3
|
||||
gtksourceview
|
||||
@@ -1751,6 +1828,7 @@ help2man
|
||||
hexchat
|
||||
hexedit
|
||||
hicolor-icon-theme
|
||||
hiredis-c
|
||||
home-assistant
|
||||
home-assistant-frontend
|
||||
horovod
|
||||
@@ -1793,6 +1871,7 @@ iceauth
|
||||
icecream
|
||||
icon-naming-utils
|
||||
icu4c
|
||||
identify
|
||||
idle-python3.7-assets
|
||||
idna
|
||||
idna-ssl
|
||||
@@ -1806,6 +1885,7 @@ imagesize
|
||||
imapfilter
|
||||
imlib2
|
||||
importlib_metadata
|
||||
importlib_resources
|
||||
indent
|
||||
influxdb
|
||||
iniconfig
|
||||
@@ -1815,9 +1895,7 @@ init-rdahead
|
||||
inkscape
|
||||
innoextract
|
||||
inotify-tools
|
||||
intel-compute-runtime
|
||||
intel-gmmlib
|
||||
intel-graphics-compiler
|
||||
intel-hybrid-driver
|
||||
intel-ipsec-mb
|
||||
intel-media-driver
|
||||
@@ -1836,6 +1914,7 @@ ipe
|
||||
iperf
|
||||
ipmctl
|
||||
ipmitool
|
||||
ipp-crypto
|
||||
iproute2
|
||||
ipset
|
||||
iptables
|
||||
@@ -1876,13 +1955,16 @@ javaproperties
|
||||
jdcal
|
||||
jedi
|
||||
jeepney
|
||||
jellyfish
|
||||
jemalloc
|
||||
jinja2-time
|
||||
jmespath
|
||||
joblib
|
||||
joe
|
||||
josepy
|
||||
jpegoptim
|
||||
jq
|
||||
js8call
|
||||
jsmin
|
||||
json-c
|
||||
json-glib
|
||||
@@ -2092,6 +2174,7 @@ krusader
|
||||
kscreen
|
||||
kscreenlocker
|
||||
kservice
|
||||
ksh
|
||||
kshisen
|
||||
ksirk
|
||||
ksmtp
|
||||
@@ -2103,6 +2186,7 @@ kstars
|
||||
ksudoku
|
||||
ksysguard
|
||||
ksystemlog
|
||||
ksystemstats
|
||||
kteatime
|
||||
ktexteditor
|
||||
ktextwidgets
|
||||
@@ -2112,6 +2196,7 @@ ktp-desktop-applets
|
||||
ktuberling
|
||||
kturtle
|
||||
kubernetes
|
||||
kubernetes-migration-1.18
|
||||
kunitconversion
|
||||
kwallet
|
||||
kwallet-pam
|
||||
@@ -2131,6 +2216,7 @@ ladspa_sdk
|
||||
lark-parser
|
||||
latencytop
|
||||
latte-dock
|
||||
layer-shell-qt
|
||||
lazy-object-proxy
|
||||
lcms2
|
||||
lcov
|
||||
@@ -2162,9 +2248,9 @@ libXtst
|
||||
libXv
|
||||
libXvMC
|
||||
libXxf86dga
|
||||
libXxf86misc
|
||||
libabigail
|
||||
libabw
|
||||
libadwaita
|
||||
libaio
|
||||
libappindicator
|
||||
libarchive
|
||||
@@ -2195,6 +2281,7 @@ libcomps
|
||||
libconfig
|
||||
libcroco
|
||||
libcryptui
|
||||
libcst
|
||||
libcxx
|
||||
libdaemon
|
||||
libdatrie
|
||||
@@ -2206,6 +2293,7 @@ libdmx
|
||||
libdnf
|
||||
libdrm
|
||||
libe-book
|
||||
libebur128
|
||||
libeconf
|
||||
libedit
|
||||
libepoxy
|
||||
@@ -2306,6 +2394,7 @@ libnice
|
||||
libnl
|
||||
libnma
|
||||
libnotify
|
||||
libnsl
|
||||
libnumbertext
|
||||
liboauth
|
||||
libodfgen
|
||||
@@ -2328,6 +2417,7 @@ libpwquality
|
||||
libqalculate
|
||||
libqb
|
||||
libqmi
|
||||
libqrtr-glib
|
||||
libqtxdg
|
||||
libqxp
|
||||
libratbag
|
||||
@@ -2361,6 +2451,7 @@ libssh
|
||||
libssh2
|
||||
libstaroffice
|
||||
libstatgrab
|
||||
libstemmer_c
|
||||
libstoragemgmt
|
||||
libsysstat
|
||||
libtasn1
|
||||
@@ -2370,11 +2461,15 @@ libtheora
|
||||
libtirpc
|
||||
libtool
|
||||
libtorrent-rasterbar
|
||||
libtraceevent
|
||||
libtracefs
|
||||
libudev0-shim
|
||||
libuninameslist
|
||||
libunistring
|
||||
libunwind
|
||||
liburing
|
||||
libusb
|
||||
libusb-compat
|
||||
libuser
|
||||
libuv
|
||||
libva
|
||||
@@ -2429,6 +2524,7 @@ linux-libc-headers
|
||||
linux-lts2017
|
||||
linux-lts2018
|
||||
linux-lts2019
|
||||
linux-lts2020
|
||||
linux-mainline
|
||||
linux-oracle
|
||||
linux-preempt-rt
|
||||
@@ -2438,6 +2534,7 @@ lksctp-tools
|
||||
lldb
|
||||
llfuse
|
||||
llvm
|
||||
llvm10
|
||||
llvm8
|
||||
llvm9
|
||||
lm-sensors
|
||||
@@ -2459,7 +2556,6 @@ lttng-tools
|
||||
lttng-ust
|
||||
lua
|
||||
lua-nginx-module
|
||||
lua52
|
||||
lualgi
|
||||
luarocks
|
||||
lutris
|
||||
@@ -2497,6 +2593,7 @@ man-pages-posix
|
||||
marble
|
||||
mariadb
|
||||
matplotlib
|
||||
matplotlib-inline
|
||||
mc
|
||||
mccabe
|
||||
mcelog
|
||||
@@ -2560,7 +2657,6 @@ mosh
|
||||
mosquitto
|
||||
motd-update
|
||||
motif
|
||||
mozjs68
|
||||
mozjs78
|
||||
mpc
|
||||
mpfr
|
||||
@@ -2599,6 +2695,7 @@ nano
|
||||
nasm
|
||||
nautilus
|
||||
nbclassic
|
||||
nbclient
|
||||
nbconvert
|
||||
nbformat
|
||||
nbval
|
||||
@@ -2611,6 +2708,7 @@ ndpi
|
||||
neofetch
|
||||
neomutt
|
||||
neovim
|
||||
nest_asyncio
|
||||
net-snmp
|
||||
net-tools
|
||||
netaddr
|
||||
@@ -2647,6 +2745,7 @@ nltk
|
||||
nmap
|
||||
nocasedict
|
||||
nocaselist
|
||||
nodeenv
|
||||
nodejs
|
||||
nose
|
||||
nose-parameterized
|
||||
@@ -2778,6 +2877,7 @@ pdns
|
||||
pdns-recursor
|
||||
pdsh
|
||||
pecan
|
||||
ped
|
||||
pep517
|
||||
pep8
|
||||
perftest
|
||||
@@ -2933,7 +3033,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
|
||||
@@ -3181,6 +3280,7 @@ perl-List-MoreUtils
|
||||
perl-List-MoreUtils-XS
|
||||
perl-List-SomeUtils
|
||||
perl-List-SomeUtils-XS
|
||||
perl-List-Util
|
||||
perl-List-UtilsBy
|
||||
perl-Locale-Maketext-Gettext
|
||||
perl-Locale-Maketext-Lexicon
|
||||
@@ -3340,6 +3440,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
|
||||
@@ -3364,10 +3465,12 @@ 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
|
||||
perl-SUPER
|
||||
perl-Safe-Isa
|
||||
perl-Scalar-String
|
||||
perl-Scope-Guard
|
||||
perl-Scope-Upper
|
||||
@@ -3447,6 +3550,7 @@ perl-Test-File-ShareDir-Dist
|
||||
perl-Test-Fork
|
||||
perl-Test-Identity
|
||||
perl-Test-Inter
|
||||
perl-Test-LWP-UserAgent
|
||||
perl-Test-LeakTrace
|
||||
perl-Test-LectroTest
|
||||
perl-Test-LongString
|
||||
@@ -3600,7 +3704,6 @@ perl-prefork
|
||||
perl-strictures
|
||||
persistent
|
||||
pesign
|
||||
petastorm
|
||||
pexpect
|
||||
phonon
|
||||
phonon-vlc
|
||||
@@ -3673,6 +3776,7 @@ php-zmq
|
||||
pickleshare
|
||||
picmi
|
||||
picocom
|
||||
pid
|
||||
pidgin
|
||||
pidgin-sipe
|
||||
pigeonhole
|
||||
@@ -3696,10 +3800,12 @@ plasma-framework
|
||||
plasma-integration
|
||||
plasma-nm
|
||||
plasma-pa
|
||||
plasma-systemmonitor
|
||||
plasma-vault
|
||||
plasma-wayland-protocols
|
||||
plasma-workspace
|
||||
plasma-workspace-wallpapers
|
||||
platformdirs
|
||||
plotly
|
||||
pluggy
|
||||
ply
|
||||
@@ -3709,6 +3815,7 @@ pmdk
|
||||
pmix
|
||||
pngcrush
|
||||
po4a
|
||||
podman
|
||||
polkit
|
||||
polkit-kde-agent
|
||||
polkit-qt
|
||||
@@ -3724,13 +3831,16 @@ postgis
|
||||
postgresql
|
||||
postgresql11
|
||||
postgresql12
|
||||
postgresql13
|
||||
potrace
|
||||
powerdevil
|
||||
powerline-fonts
|
||||
powerstat
|
||||
powertop
|
||||
poxml
|
||||
poyo
|
||||
ppp
|
||||
pre_commit
|
||||
pretend
|
||||
prettytable
|
||||
print-manager
|
||||
@@ -3738,6 +3848,7 @@ prison
|
||||
processor-trace
|
||||
procmail
|
||||
procps-ng
|
||||
progress
|
||||
progressbar
|
||||
proj
|
||||
prometheus_client
|
||||
@@ -3789,12 +3900,20 @@ pynvim
|
||||
pyotherside
|
||||
pyotp
|
||||
pyparsing
|
||||
pyparted
|
||||
pyperclip
|
||||
pyperf
|
||||
pyquery
|
||||
pyreadline
|
||||
pyroma
|
||||
pyroute2
|
||||
pyroute2.core
|
||||
pyroute2.ethtool
|
||||
pyroute2.ipdb
|
||||
pyroute2.ipset
|
||||
pyroute2.ndb
|
||||
pyroute2.nftables
|
||||
pyroute2.nslink
|
||||
pyrsistent
|
||||
pyserial
|
||||
pyside2-setup
|
||||
@@ -3817,6 +3936,7 @@ python-Levenshtein
|
||||
python-augeas
|
||||
python-crfsuite
|
||||
python-dateutil
|
||||
python-dbusmock
|
||||
python-digitalocean
|
||||
python-distutils-extra
|
||||
python-dotenv
|
||||
@@ -3827,6 +3947,8 @@ python-hwinfo
|
||||
python-jsonrpc-server
|
||||
python-kconfiglib
|
||||
python-language-server
|
||||
python-lsp-jsonrpc
|
||||
python-lsp-server
|
||||
python-magic
|
||||
python-memcached
|
||||
python-mimeparse
|
||||
@@ -3847,12 +3969,14 @@ python-zeep
|
||||
python-zstandard
|
||||
python3
|
||||
python37
|
||||
pythran
|
||||
pytorch
|
||||
pytz
|
||||
pyu2f
|
||||
pyudev
|
||||
pyusb
|
||||
pywbem
|
||||
pyxDamerauLevenshtein
|
||||
pyxattr
|
||||
pyxdg
|
||||
pyzmq
|
||||
@@ -3938,6 +4062,7 @@ reportlab
|
||||
repoze.lru
|
||||
requests
|
||||
requests-file
|
||||
requests-gssapi
|
||||
requests-kerberos
|
||||
requests-mock
|
||||
requests-ntlm
|
||||
@@ -3959,12 +4084,16 @@ rinutils
|
||||
rjsmin
|
||||
rlwrap
|
||||
rng-tools
|
||||
robin-map
|
||||
roboto
|
||||
rocs
|
||||
rofi
|
||||
rope
|
||||
rpcbind
|
||||
rpcsvc-proto
|
||||
rpm
|
||||
rpm-py-installer
|
||||
rpmfile
|
||||
rr
|
||||
rrdtool
|
||||
rsa
|
||||
@@ -4006,9 +4135,11 @@ sddm
|
||||
sddm-kcm
|
||||
seaborn
|
||||
seahorse
|
||||
seatd
|
||||
secretstorage
|
||||
sed
|
||||
selenium
|
||||
semantic_version
|
||||
seqdiag
|
||||
serf
|
||||
serpent
|
||||
@@ -4016,6 +4147,7 @@ setproctitle
|
||||
setserial
|
||||
setuptools
|
||||
setuptools-legacy
|
||||
setuptools-rust
|
||||
setuptools_scm
|
||||
setuptools_scm_git_archive
|
||||
setxkbmap
|
||||
@@ -4131,6 +4263,7 @@ sysdig
|
||||
syslinux
|
||||
sysprof
|
||||
sysstat
|
||||
system-config-printer
|
||||
systemd
|
||||
systemd-bootchart
|
||||
systemsettings
|
||||
@@ -4194,12 +4327,15 @@ tigervnc
|
||||
tilix
|
||||
time
|
||||
tini
|
||||
tinycss2
|
||||
tiptop
|
||||
tk
|
||||
tldextract
|
||||
tmux
|
||||
tokyocabinet
|
||||
toml
|
||||
tomli
|
||||
tomlkit
|
||||
toolz
|
||||
tornado
|
||||
totem
|
||||
@@ -4221,10 +4357,12 @@ twine
|
||||
typed_ast
|
||||
typeguard
|
||||
typing_extensions
|
||||
typing_inspect
|
||||
tzdata
|
||||
tzlocal
|
||||
ua-parser
|
||||
uamqp
|
||||
uchardet
|
||||
ucpp
|
||||
udisks2
|
||||
udunits
|
||||
@@ -4268,6 +4406,7 @@ vim-fugitive
|
||||
vim-gnupg
|
||||
vim-go
|
||||
vinagre
|
||||
virglrenderer
|
||||
virt-manager
|
||||
virt-viewer
|
||||
virtualenv
|
||||
@@ -4373,6 +4512,7 @@ xkill
|
||||
xl2tpd
|
||||
xlog
|
||||
xmlb
|
||||
xmlschema
|
||||
xmlsec1
|
||||
xmlstarlet
|
||||
xmlto
|
||||
@@ -4396,6 +4536,7 @@ xss-lock
|
||||
xterm
|
||||
xtrans
|
||||
xvfb-run
|
||||
xwayland
|
||||
xwd
|
||||
xwdrun
|
||||
xwininfo
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
compat-libsigc++-soname20 compat-libsigc-plus-plus-soname20
|
||||
gtk+ gtk-plus
|
||||
libsigc++ libsigc-plus-plus
|
||||
|
||||
Reference in New Issue
Block a user