mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 11:06:15 +00:00
Compare commits
58 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9993ccf733 | |||
| 9f39df7d55 | |||
| a5e894a480 | |||
| 7eb9678104 | |||
| 3d0f911262 | |||
| 01888ddee2 | |||
| c0c61628a8 | |||
| c858d8c2e1 | |||
| 450e84f809 | |||
| d36cb4c6c3 | |||
| 139a6e4a14 | |||
| 37bda022bb | |||
| ddc326e53c | |||
| a3a27cd156 | |||
| 4579fa3816 | |||
| c14cac39e5 | |||
| 070be802aa | |||
| 4102816787 | |||
| 4c9c2abd21 | |||
| 70b4977b53 | |||
| 7276bc89e9 | |||
| fffa8f1e78 | |||
| 9cc15023ed | |||
| 7f5674bf08 | |||
| de60634e85 | |||
| 2b6b201866 | |||
| b24f00531c | |||
| bf4c541b1d | |||
| 25ea756641 | |||
| 367aa5c4de | |||
| 073d828fa2 | |||
| ce049d2064 | |||
| c2d67c1502 | |||
| 98cf84d3f3 | |||
| 2c3c1225bf | |||
| 65dcbd3bc9 | |||
| 76ae6fd76f | |||
| 69164ec2ca | |||
| 185dec68b8 | |||
| cc9b2ee03b | |||
| 0b9161a6d7 | |||
| 7c92a06cb9 | |||
| 214ace3bd0 | |||
| 8d82f1d245 | |||
| b250cfe2b0 | |||
| c7eae41e54 | |||
| 55a3d9c6bf | |||
| 41ed095a08 | |||
| 7a653585b2 | |||
| 8ffb3603dc | |||
| b895daa84f | |||
| 48fbe7cd3e | |||
| 39aed7cee7 | |||
| 23c281b1c8 | |||
| d402ae1449 | |||
| 72cc059f89 | |||
| 0d56579421 | |||
| 02d46e6db4 |
+1
-1
@@ -172,7 +172,7 @@ autospec: preautospec-checks pullrebase localreponotice clean-old-content
|
||||
--name $(PKG_NAME) \
|
||||
--archives $(ARCHIVES) \
|
||||
--mock-config $(MOCK_CONFIG_VAL) \
|
||||
--mock-opts "$(MOCK_OPTS)" \
|
||||
--mock-opts="$(MOCK_OPTS)" \
|
||||
$${SETVERSION:+ --version $${SETVERSION}} \
|
||||
$${NON_INTERACTIVE:+ --non_interactive} \
|
||||
$${SKIP_GIT:+ --skip-git} \
|
||||
|
||||
+2
-2
@@ -68,10 +68,10 @@ endef
|
||||
# augmented for local repo support.
|
||||
define localrepoenable
|
||||
@cp $(1) $(TOPLVL)/repo/yum.conf
|
||||
@printf "\n\n[local]\nname=Local\nfailovermethod=priority\nenabled=1\ngpgcheck=0\n" >> $(TOPLVL)/repo/yum.conf
|
||||
@printf "\n\n[local]\nname=Local\nfailovermethod=priority\nenabled=1\ngpgcheck=0\npriority=1\n" >> $(TOPLVL)/repo/yum.conf
|
||||
@printf "baseurl=file://$$(realpath $(TOPLVL))/repo/\n\n" >> $(TOPLVL)/repo/yum.conf
|
||||
@cp $(2) $(TOPLVL)/repo/clear.cfg
|
||||
@printf "\n\n[localrepo]\nname=Local repo\nfailovermethod=priority\nenabled=1\ngpgcheck=0\n" >> $(TOPLVL)/repo/clear.cfg
|
||||
@printf "\n\n[localrepo]\nname=Local repo\nfailovermethod=priority\nenabled=1\ngpgcheck=0\npriority=1\n" >> $(TOPLVL)/repo/clear.cfg
|
||||
@printf "baseurl=file://$$(realpath $(TOPLVL))/repo/\n\n" >> $(TOPLVL)/repo/clear.cfg
|
||||
@sed -i '/^"""/d; $$a"""' $(TOPLVL)/repo/clear.cfg
|
||||
endef
|
||||
|
||||
+1
-1
@@ -215,7 +215,7 @@ autospecnew: preautospecnew-checks localreponotice
|
||||
--name $(NAME) \
|
||||
--archives $(ARCHIVES) \
|
||||
--mock-config $(MOCK_CONFIG_VAL) \
|
||||
--mock-opts "$(MOCK_OPTS)" \
|
||||
--mock-opts="$(MOCK_OPTS)" \
|
||||
$${SETVERSION:+ --version $${SETVERSION}} \
|
||||
${NON_INTERACTIVE} ${SKIP_GIT} ${CLEANUP} \
|
||||
$(URL); \
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
Copyright
|
||||
Distributable
|
||||
ISSL
|
||||
Public-Domain
|
||||
sendmail
|
||||
|
||||
@@ -237,6 +237,7 @@ MTLL
|
||||
MakeIndex
|
||||
MirOS
|
||||
Motosoto
|
||||
MulanPSL-1.0
|
||||
Multics
|
||||
Mup
|
||||
NASA-1.3
|
||||
@@ -264,6 +265,7 @@ ODC-By-1.0
|
||||
ODbL-1.0
|
||||
OFL-1.0
|
||||
OFL-1.1
|
||||
OGL-Canada-2.0
|
||||
OGL-UK-1.0
|
||||
OGL-UK-2.0
|
||||
OGL-UK-3.0
|
||||
@@ -323,6 +325,8 @@ SMLNJ
|
||||
SMPPL
|
||||
SNIA
|
||||
SPL-1.0
|
||||
SSH-OpenSSH
|
||||
SSH-short
|
||||
SSPL-1.0
|
||||
SWL
|
||||
Saxpath
|
||||
@@ -343,6 +347,7 @@ TORQUE-1.1
|
||||
TOSL
|
||||
TU-Berlin-1.0
|
||||
TU-Berlin-2.0
|
||||
UCL-1.0
|
||||
UPL-1.0
|
||||
Unicode-DFS-2015
|
||||
Unicode-DFS-2016
|
||||
@@ -382,6 +387,7 @@ diffmark
|
||||
dvipdfm
|
||||
eCos-2.0
|
||||
eGenix
|
||||
etalab-2.0
|
||||
gSOAP-1.3b
|
||||
gnuplot
|
||||
iMatix
|
||||
|
||||
@@ -3,10 +3,12 @@ AVBStreamHandler
|
||||
Babel
|
||||
Botan
|
||||
CGAL
|
||||
CGNS
|
||||
CUnit
|
||||
Cheetah3
|
||||
CherryPy
|
||||
Coin
|
||||
ColPack
|
||||
ConfigArgParse
|
||||
CopyQ
|
||||
Counter
|
||||
@@ -47,6 +49,7 @@ ModemManager
|
||||
MonkeyType
|
||||
MuseScore
|
||||
NetworkManager
|
||||
NetworkManager-l2tp
|
||||
NetworkManager-openconnect
|
||||
NetworkManager-openvpn
|
||||
NetworkManager-vpnc
|
||||
@@ -56,6 +59,7 @@ OpenColorIO
|
||||
OpenIPMI
|
||||
OpenSP
|
||||
PackageKit
|
||||
ParaView
|
||||
Paste
|
||||
PasteDeploy
|
||||
Pillow
|
||||
@@ -176,8 +180,10 @@ R-RcmdrMisc
|
||||
R-Rcpp
|
||||
R-RcppArmadillo
|
||||
R-RcppEigen
|
||||
R-RcppGSL
|
||||
R-RcppProgress
|
||||
R-RcppRoll
|
||||
R-RcppZiggurat
|
||||
R-Rdpack
|
||||
R-Rmpfr
|
||||
R-Rmpi
|
||||
@@ -200,6 +206,7 @@ R-TSP
|
||||
R-TTR
|
||||
R-TeachingDemos
|
||||
R-Unicode
|
||||
R-UsingR
|
||||
R-VGAM
|
||||
R-VGAMdata
|
||||
R-VIM
|
||||
@@ -334,6 +341,7 @@ R-drc
|
||||
R-dtplyr
|
||||
R-dtw
|
||||
R-dygraphs
|
||||
R-dynamicTreeCut
|
||||
R-dynlm
|
||||
R-e1071
|
||||
R-eRm
|
||||
@@ -378,6 +386,7 @@ R-fTrading
|
||||
R-fUnitRoots
|
||||
R-fail
|
||||
R-fansi
|
||||
R-farver
|
||||
R-fastICA
|
||||
R-fastcluster
|
||||
R-fastmap
|
||||
@@ -504,6 +513,7 @@ R-lavaan
|
||||
R-lazyeval
|
||||
R-lda
|
||||
R-leaflet
|
||||
R-leaflet.providers
|
||||
R-leaps
|
||||
R-lfe
|
||||
R-lhs
|
||||
@@ -597,6 +607,7 @@ R-optextras
|
||||
R-optimx
|
||||
R-optparse
|
||||
R-ordinal
|
||||
R-pROC
|
||||
R-packrat
|
||||
R-pamr
|
||||
R-parsedate
|
||||
@@ -610,6 +621,7 @@ R-pbkrtest
|
||||
R-pbmcapply
|
||||
R-pcaPP
|
||||
R-pcse
|
||||
R-pder
|
||||
R-pdfCluster
|
||||
R-pdftools
|
||||
R-pdp
|
||||
@@ -643,6 +655,7 @@ R-polycor
|
||||
R-polynom
|
||||
R-prabclus
|
||||
R-pracma
|
||||
R-prais
|
||||
R-praise
|
||||
R-prefmod
|
||||
R-prettyunits
|
||||
@@ -727,6 +740,7 @@ R-rneos
|
||||
R-rngWELL
|
||||
R-rngtools
|
||||
R-robCompositions
|
||||
R-robumeta
|
||||
R-robust
|
||||
R-robustbase
|
||||
R-rootSolve
|
||||
@@ -763,6 +777,7 @@ R-seriation
|
||||
R-seroincidence
|
||||
R-sessioninfo
|
||||
R-setRNG
|
||||
R-sets
|
||||
R-sf
|
||||
R-sfsmisc
|
||||
R-sgeostat
|
||||
@@ -798,6 +813,7 @@ R-spelling
|
||||
R-spls
|
||||
R-stable
|
||||
R-stabledist
|
||||
R-stargazer
|
||||
R-startupmsg
|
||||
R-statip
|
||||
R-statmod
|
||||
@@ -821,6 +837,7 @@ R-tclust
|
||||
R-tensor
|
||||
R-tensorA
|
||||
R-tensorflow
|
||||
R-tesseract
|
||||
R-testit
|
||||
R-testthat
|
||||
R-texreg
|
||||
@@ -872,6 +889,7 @@ R-whisker
|
||||
R-whoami
|
||||
R-wikitaxa
|
||||
R-withr
|
||||
R-wooldridge
|
||||
R-worrms
|
||||
R-xfun
|
||||
R-xml2
|
||||
@@ -1019,6 +1037,7 @@ appstream
|
||||
appstream-glib
|
||||
apr
|
||||
apr-util
|
||||
apriltag
|
||||
arandr
|
||||
arc-theme
|
||||
argcomplete
|
||||
@@ -1053,7 +1072,6 @@ at-spi2-atk
|
||||
at-spi2-core
|
||||
atk
|
||||
atkmm
|
||||
atom
|
||||
atomicwrites
|
||||
attica
|
||||
attr
|
||||
@@ -1073,6 +1091,8 @@ autofs
|
||||
autogen
|
||||
automake
|
||||
automaton
|
||||
autossh
|
||||
avahi
|
||||
awesome-wm
|
||||
awscli
|
||||
axel
|
||||
@@ -1104,6 +1124,7 @@ bazel
|
||||
bc
|
||||
bcache-tools
|
||||
bcc
|
||||
bcftools
|
||||
bcrypt
|
||||
bdftopcf
|
||||
beautifulsoup4
|
||||
@@ -1123,6 +1144,7 @@ bluedevil
|
||||
bluez
|
||||
bluez-qt
|
||||
bmap-tools
|
||||
bmon
|
||||
bndl-lamp-basic
|
||||
boinc-client
|
||||
bokeh
|
||||
@@ -1168,6 +1190,7 @@ buildreq-qmake
|
||||
buildreq-scons
|
||||
bundle-chroot-builder
|
||||
bwidget
|
||||
byobu
|
||||
bz2file
|
||||
bzip2
|
||||
c-ares
|
||||
@@ -1186,6 +1209,7 @@ cantarell-fonts
|
||||
cantata
|
||||
cantor
|
||||
capnproto
|
||||
capstone
|
||||
caribou
|
||||
case
|
||||
cassandra
|
||||
@@ -1199,6 +1223,7 @@ ccid
|
||||
cdparanoia
|
||||
ceph
|
||||
ceph-deploy
|
||||
cereal
|
||||
certbot
|
||||
certifi
|
||||
cffi
|
||||
@@ -1322,12 +1347,14 @@ compat-ilmbase-soname23
|
||||
compat-intel-gmmlib-soname1
|
||||
compat-ipset-soname10
|
||||
compat-iptables-soname0.1.0
|
||||
compat-libevent-soname6
|
||||
compat-libgit2-soname27
|
||||
compat-libical-soname2
|
||||
compat-libidn-soname11
|
||||
compat-libnftnl-soname7
|
||||
compat-libpng-soname12
|
||||
compat-libva-soname1
|
||||
compat-libvpx-soname5
|
||||
compat-libwebp-soname6
|
||||
compat-llvm-soname5
|
||||
compat-llvm-soname6
|
||||
@@ -1335,12 +1362,11 @@ compat-llvm-soname7
|
||||
compat-mariadb-soname18
|
||||
compat-mpfr-soname4
|
||||
compat-nettle-soname6
|
||||
compat-opencv-soname32
|
||||
compat-opencv-soname33
|
||||
compat-openssl-soname-10
|
||||
compat-opencv-soname41
|
||||
compat-proj-soname13
|
||||
compat-protobuf-soname14
|
||||
compat-protobuf-soname15
|
||||
compat-protobuf-soname21
|
||||
compat-python36
|
||||
compat-readline
|
||||
compat-readline-soname5
|
||||
@@ -1349,9 +1375,9 @@ component
|
||||
compute-image-packages
|
||||
conda
|
||||
configobj
|
||||
configparser
|
||||
confuse
|
||||
conky
|
||||
conmon
|
||||
connect-proxy
|
||||
connman
|
||||
connman-gtk
|
||||
@@ -1394,6 +1420,7 @@ cve-bin-tool
|
||||
cxxfilt
|
||||
cycler
|
||||
cyrus-sasl
|
||||
d9vk
|
||||
dapl
|
||||
darkflow
|
||||
darktable
|
||||
@@ -1412,7 +1439,6 @@ ddd
|
||||
ddt
|
||||
deap
|
||||
debtcollector
|
||||
debugedit
|
||||
debuginfo-cache
|
||||
decorator
|
||||
defusedxml
|
||||
@@ -1447,6 +1473,7 @@ django_compressor
|
||||
dkms
|
||||
dldt
|
||||
dldt-model-optimizer
|
||||
dlib
|
||||
dlt-daemon
|
||||
dmap2gcode
|
||||
dmenu
|
||||
@@ -1491,10 +1518,13 @@ dtopt
|
||||
dulwich
|
||||
dunst
|
||||
duperemove
|
||||
dvisvgm
|
||||
dwarves
|
||||
dxvk
|
||||
dyskctl
|
||||
e2fsprogs
|
||||
earlyapp
|
||||
earlyoom
|
||||
ebtables
|
||||
ecdsa
|
||||
ed
|
||||
@@ -1503,6 +1533,7 @@ efibootmgr
|
||||
efitools
|
||||
efivar
|
||||
efl
|
||||
eid-mw
|
||||
eigen
|
||||
elasticsearch
|
||||
elasticsearch-dep
|
||||
@@ -1522,7 +1553,6 @@ envs
|
||||
eog
|
||||
eog-plugins
|
||||
epm
|
||||
epydoc
|
||||
eternalegypt
|
||||
ethtool
|
||||
etr
|
||||
@@ -1644,6 +1674,7 @@ geary
|
||||
gedit
|
||||
geeqie
|
||||
gegl
|
||||
gengetopt
|
||||
gensim
|
||||
geocam-v4l2
|
||||
geoclue
|
||||
@@ -1658,6 +1689,7 @@ gftp
|
||||
ghc
|
||||
ghostscript
|
||||
giflib
|
||||
gifsicle
|
||||
gimp
|
||||
girara
|
||||
git
|
||||
@@ -1766,6 +1798,7 @@ gpm
|
||||
gpredict
|
||||
gptfdisk
|
||||
gradle
|
||||
gramps
|
||||
granatier
|
||||
grantlee
|
||||
grantleetheme
|
||||
@@ -1779,8 +1812,8 @@ grig
|
||||
grilo
|
||||
grilo-plugins
|
||||
groff
|
||||
grpc
|
||||
grpcio
|
||||
grub
|
||||
gsequencer
|
||||
gsettings-desktop-schemas
|
||||
gsl
|
||||
@@ -1818,7 +1851,6 @@ hamlib
|
||||
hammock
|
||||
haproxy
|
||||
hardinfo
|
||||
hardlink
|
||||
harfbuzz
|
||||
haskell-random
|
||||
haveged
|
||||
@@ -1843,6 +1875,7 @@ hostname
|
||||
hplip
|
||||
html5lib
|
||||
htop
|
||||
htslib
|
||||
httpd
|
||||
httplib2
|
||||
httpretty
|
||||
@@ -1863,6 +1896,7 @@ ias
|
||||
iasimage
|
||||
ibus
|
||||
ibus-libpinyin
|
||||
ibus-skk
|
||||
ibus-table
|
||||
ibus-typing-booster
|
||||
ibus-unikey
|
||||
@@ -1899,6 +1933,7 @@ intel-compute-runtime
|
||||
intel-gmmlib
|
||||
intel-graphics-compiler
|
||||
intel-hybrid-driver
|
||||
intel-ipsec-mb
|
||||
intel-media-driver
|
||||
intelhex
|
||||
intltool
|
||||
@@ -1957,6 +1992,7 @@ jmespath
|
||||
joblib
|
||||
joe
|
||||
josepy
|
||||
jpegoptim
|
||||
jq
|
||||
json-c
|
||||
json-glib
|
||||
@@ -2013,7 +2049,7 @@ kbreakout
|
||||
kbruch
|
||||
kcachegrind
|
||||
kcalc
|
||||
kcalcore
|
||||
kcalendarcore
|
||||
kcalutils
|
||||
kcharselect
|
||||
kcmutils
|
||||
@@ -2096,6 +2132,7 @@ kidletime
|
||||
kig
|
||||
kigo
|
||||
killbots
|
||||
kim-api
|
||||
kimageformats
|
||||
kimagemapeditor
|
||||
kimap
|
||||
@@ -2164,6 +2201,7 @@ kpty
|
||||
kqtquickcharts
|
||||
krb5
|
||||
krdc
|
||||
krest
|
||||
kreversi
|
||||
krita
|
||||
kross
|
||||
@@ -2250,6 +2288,7 @@ libXxf86misc
|
||||
libabigail
|
||||
libabw
|
||||
libaio
|
||||
libao
|
||||
libappindicator
|
||||
libarchive
|
||||
libarchive-c
|
||||
@@ -2261,8 +2300,11 @@ libatomic_ops
|
||||
libavtp
|
||||
libb64
|
||||
libblockdev
|
||||
libbpf
|
||||
libbsd
|
||||
libburn
|
||||
libbytesize
|
||||
libcacard
|
||||
libcanberra
|
||||
libcap
|
||||
libcap-ng
|
||||
@@ -2318,8 +2360,6 @@ libgee
|
||||
libgeotiff
|
||||
libgepub
|
||||
libgfortran-avx
|
||||
libgfortran-compat-soname3
|
||||
libgfortran-compat-soname4
|
||||
libgit2
|
||||
libgit2-glib
|
||||
libglade
|
||||
@@ -2413,6 +2453,7 @@ libpinyin
|
||||
libpipeline
|
||||
libplacebo
|
||||
libpng
|
||||
libportal
|
||||
libpsl
|
||||
libpthread-stubs
|
||||
libpwquality
|
||||
@@ -2423,8 +2464,10 @@ libqtxdg
|
||||
libqxp
|
||||
libratbag
|
||||
librdkafka
|
||||
librealsense
|
||||
libreoffice
|
||||
librepo
|
||||
libreswan
|
||||
librevenge
|
||||
librsvg
|
||||
librtlsdr
|
||||
@@ -2436,6 +2479,7 @@ libsecret
|
||||
libshout
|
||||
libsigc++
|
||||
libsigsegv
|
||||
libskk
|
||||
libsmbios
|
||||
libsmi
|
||||
libsndfile
|
||||
@@ -2499,6 +2543,7 @@ libxml2
|
||||
libxslt
|
||||
libyami
|
||||
libyami-utils
|
||||
libyubikey
|
||||
libzapojit
|
||||
libzip
|
||||
libzmf
|
||||
@@ -2531,6 +2576,7 @@ linux-steam-integration
|
||||
linux-tools
|
||||
linuxptp
|
||||
lksctp-tools
|
||||
lldb
|
||||
llfuse
|
||||
llvm
|
||||
llvm8
|
||||
@@ -2616,8 +2662,10 @@ mesa-demos
|
||||
meson
|
||||
messagelib
|
||||
metacity
|
||||
metis
|
||||
metrics-discovery
|
||||
micro-config-drive
|
||||
micro-config-drive-aliyun
|
||||
micro-config-drive-aws
|
||||
micro-config-drive-oci
|
||||
microversion_parse
|
||||
@@ -2638,8 +2686,10 @@ mkl-dnn
|
||||
mkosi
|
||||
mlocate
|
||||
mlt
|
||||
mmc-utils
|
||||
mobile-broadband-provider-info
|
||||
mock
|
||||
mod_perl
|
||||
mod_wsgi
|
||||
modemmanager-qt
|
||||
moka-icon-theme
|
||||
@@ -2683,6 +2733,7 @@ multimon-ng
|
||||
multipath-tools
|
||||
mumble
|
||||
munch
|
||||
munge
|
||||
munkres
|
||||
muparser
|
||||
murrine
|
||||
@@ -3369,6 +3420,7 @@ nautilus
|
||||
nbconvert
|
||||
nbformat
|
||||
nbsphinx
|
||||
nbval
|
||||
ncdu
|
||||
ncurses
|
||||
ncurses-compat
|
||||
@@ -3385,6 +3437,7 @@ netbase
|
||||
netcdf
|
||||
netdata
|
||||
netdisco
|
||||
nethogs
|
||||
netifaces
|
||||
netkit-telnet
|
||||
netlabel_tools
|
||||
@@ -3451,6 +3504,7 @@ nvmetcli
|
||||
oath-toolkit
|
||||
oauth2client
|
||||
oauthlib
|
||||
obs-studio
|
||||
ocaml
|
||||
ocamlbuild
|
||||
ocl-icd
|
||||
@@ -3461,6 +3515,7 @@ okular
|
||||
olefile
|
||||
onig
|
||||
onnx
|
||||
opa-fm
|
||||
opa-psm2
|
||||
opcodes
|
||||
open-iscsi
|
||||
@@ -3480,7 +3535,6 @@ openexr
|
||||
openjade
|
||||
openjdk
|
||||
openjdk11
|
||||
openjdk12
|
||||
openjdk13
|
||||
openldap
|
||||
openmpi
|
||||
@@ -3493,6 +3547,7 @@ openstackdocstheme
|
||||
openstacksdk
|
||||
openvpn
|
||||
openvswitch
|
||||
opt_einsum
|
||||
optipng
|
||||
opus
|
||||
opusfile
|
||||
@@ -3590,6 +3645,7 @@ pcre2
|
||||
pcsc-lite
|
||||
pdns
|
||||
pdns-recursor
|
||||
pdsh
|
||||
pecan
|
||||
pep8
|
||||
performance
|
||||
@@ -3607,9 +3663,12 @@ perl-Alien-Libxml2
|
||||
perl-Alien-m4
|
||||
perl-AnyEvent
|
||||
perl-AnyEvent-AIO
|
||||
perl-AnyEvent-BDB
|
||||
perl-AnyEvent-CacheDNS
|
||||
perl-Apache-Htpasswd
|
||||
perl-Apache-LogFormat-Compiler
|
||||
perl-Apache-Session
|
||||
perl-App-Nopaste
|
||||
perl-App-cpanminus
|
||||
perl-App-perlbrew
|
||||
perl-AppConfig
|
||||
@@ -3626,6 +3685,8 @@ perl-Audio-Scan
|
||||
perl-Audio-Wav
|
||||
perl-Authen-NTLM
|
||||
perl-Authen-SASL
|
||||
perl-B-COW
|
||||
perl-B-Debug
|
||||
perl-B-Hooks-EndOfScope
|
||||
perl-B-Hooks-OP-Check
|
||||
perl-B-Keywords
|
||||
@@ -3639,9 +3700,11 @@ perl-Business-ISBN
|
||||
perl-Business-ISBN-Data
|
||||
perl-Business-ISMN
|
||||
perl-Business-ISSN
|
||||
perl-CBOR-XS
|
||||
perl-CDDB-File
|
||||
perl-CGI
|
||||
perl-CGI-Compile
|
||||
perl-CGI-Emulate-PSGI
|
||||
perl-CGI-Simple
|
||||
perl-CPAN-Changes
|
||||
perl-CPAN-DistnameInfo
|
||||
@@ -3656,6 +3719,7 @@ perl-Cairo-GObject
|
||||
perl-Calendar-Simple
|
||||
perl-Canary-Stability
|
||||
perl-Capture-Tiny
|
||||
perl-Carp-Always
|
||||
perl-Carp-Assert
|
||||
perl-Carp-Assert-More
|
||||
perl-Carp-Clan
|
||||
@@ -3671,6 +3735,7 @@ perl-Class-Data-Accessor
|
||||
perl-Class-Data-Inheritable
|
||||
perl-Class-ErrorHandler
|
||||
perl-Class-Factory-Util
|
||||
perl-Class-ISA
|
||||
perl-Class-Inspector
|
||||
perl-Class-Load
|
||||
perl-Class-Load-XS
|
||||
@@ -3678,6 +3743,7 @@ perl-Class-Measure
|
||||
perl-Class-Method-Modifiers
|
||||
perl-Class-MethodMaker
|
||||
perl-Class-Mix
|
||||
perl-Class-Refresh
|
||||
perl-Class-ReturnValue
|
||||
perl-Class-Singleton
|
||||
perl-Class-Std
|
||||
@@ -3695,6 +3761,8 @@ perl-Compress-Raw-Lzma
|
||||
perl-Config-Any
|
||||
perl-Config-General
|
||||
perl-Config-Grammar
|
||||
perl-Config-INI
|
||||
perl-Config-INI-Reader-Ordered
|
||||
perl-Config-IniFiles
|
||||
perl-Config-Std
|
||||
perl-Config-Tiny
|
||||
@@ -3731,12 +3799,15 @@ perl-DBIx-Connector
|
||||
perl-DBIx-ContextualFetch
|
||||
perl-DBIx-DBSchema
|
||||
perl-DBIx-Simple
|
||||
perl-DB_File
|
||||
perl-Data-Alias
|
||||
perl-Data-Compare
|
||||
perl-Data-Denter
|
||||
perl-Data-Dump
|
||||
perl-Data-Dumper-Concise
|
||||
perl-Data-Dumper-Simple
|
||||
perl-Data-Float
|
||||
perl-Data-Flow
|
||||
perl-Data-Integer
|
||||
perl-Data-Munge
|
||||
perl-Data-OptList
|
||||
@@ -3747,6 +3818,7 @@ perl-Data-Random
|
||||
perl-Data-Section
|
||||
perl-Data-Serializer
|
||||
perl-Data-Structure-Util
|
||||
perl-Data-Taxi
|
||||
perl-Data-Uniqid
|
||||
perl-Data-Validate-IP
|
||||
perl-Date-Manip
|
||||
@@ -3754,6 +3826,7 @@ perl-DateTime
|
||||
perl-DateTime-Format-Builder
|
||||
perl-DateTime-Format-DateParse
|
||||
perl-DateTime-Format-Flexible
|
||||
perl-DateTime-Format-ISO8601
|
||||
perl-DateTime-Format-Mail
|
||||
perl-DateTime-Format-MySQL
|
||||
perl-DateTime-Format-Natural
|
||||
@@ -3762,8 +3835,10 @@ perl-DateTime-Format-Strptime
|
||||
perl-DateTime-Format-W3CDTF
|
||||
perl-DateTime-Locale
|
||||
perl-DateTime-TimeZone
|
||||
perl-Debug-ShowStuff
|
||||
perl-Devel-ArgNames
|
||||
perl-Devel-CallChecker
|
||||
perl-Devel-Caller
|
||||
perl-Devel-CheckBin
|
||||
perl-Devel-CheckLib
|
||||
perl-Devel-CheckOS
|
||||
@@ -3773,7 +3848,9 @@ perl-Devel-Cycle
|
||||
perl-Devel-EnforceEncapsulation
|
||||
perl-Devel-GlobalDestruction
|
||||
perl-Devel-Hide
|
||||
perl-Devel-LexAlias
|
||||
perl-Devel-OverloadInfo
|
||||
perl-Devel-OverrideGlobalRequire
|
||||
perl-Devel-PatchPerl
|
||||
perl-Devel-Refactor
|
||||
perl-Devel-Size
|
||||
@@ -3861,8 +3938,10 @@ perl-FreezeThaw
|
||||
perl-Frontier-RPC
|
||||
perl-Future
|
||||
perl-Future-IO-ImplBase
|
||||
perl-GD
|
||||
perl-GD-Barcode
|
||||
perl-GIS-Distance
|
||||
perl-GSSAPI
|
||||
perl-Geo-Distance
|
||||
perl-Geo-IP
|
||||
perl-Geo-IPfree
|
||||
@@ -3878,6 +3957,7 @@ perl-Gtk3-WebKit
|
||||
perl-Guard
|
||||
perl-HTML-Clean
|
||||
perl-HTML-Encoding
|
||||
perl-HTML-Form
|
||||
perl-HTML-HTML5-Entities
|
||||
perl-HTML-Lint
|
||||
perl-HTML-Parser
|
||||
@@ -3886,6 +3966,7 @@ perl-HTML-StripScripts
|
||||
perl-HTML-TableExtract
|
||||
perl-HTML-Tagset
|
||||
perl-HTML-Tiny
|
||||
perl-HTML-TreeBuilder
|
||||
perl-HTTP-Body
|
||||
perl-HTTP-CookieJar
|
||||
perl-HTTP-Cookies
|
||||
@@ -3898,10 +3979,12 @@ perl-HTTP-MultiPartParser
|
||||
perl-HTTP-Negotiate
|
||||
perl-HTTP-Parser-XS
|
||||
perl-HTTP-Request-AsCGI
|
||||
perl-HTTP-Server-Simple
|
||||
perl-Hash-Flatten
|
||||
perl-Hash-Merge
|
||||
perl-Hash-MoreUtils
|
||||
perl-Hash-MultiValue
|
||||
perl-Hook-LexWrap
|
||||
perl-I18N-Charset
|
||||
perl-IO-AIO
|
||||
perl-IO-All
|
||||
@@ -3930,8 +4013,11 @@ perl-IPC-Run3
|
||||
perl-IPC-ShareLite
|
||||
perl-IPC-Shareable
|
||||
perl-IPC-System-Simple
|
||||
perl-Image-Base
|
||||
perl-Image-Info
|
||||
perl-Image-Size
|
||||
perl-Image-Xbm
|
||||
perl-Image-Xpm
|
||||
perl-Import-Into
|
||||
perl-Importer
|
||||
perl-Inline
|
||||
@@ -3952,6 +4038,7 @@ perl-Library-CallNumber-LC
|
||||
perl-Lingua-EN-Inflect
|
||||
perl-Lingua-EN-Inflect-Number
|
||||
perl-Lingua-Translit
|
||||
perl-Linux-Pid
|
||||
perl-List-AllUtils
|
||||
perl-List-Compare
|
||||
perl-List-MoreUtils
|
||||
@@ -3976,10 +4063,14 @@ perl-MIME-Base32
|
||||
perl-MIME-Base64
|
||||
perl-MIME-Base64-URLSafe
|
||||
perl-MIME-Charset
|
||||
perl-MIME-Lite
|
||||
perl-MIME-Types
|
||||
perl-MLDBM
|
||||
perl-MRO-Compat
|
||||
perl-Mail-Mailer
|
||||
perl-Mail-POP3Client
|
||||
perl-Mail-Sender
|
||||
perl-Mail-Sendmail
|
||||
perl-Math-Base-Convert
|
||||
perl-Math-Base36
|
||||
perl-Math-BigInt-GMP
|
||||
@@ -3996,6 +4087,7 @@ perl-Math-Vec
|
||||
perl-Memoize-ExpireLRU
|
||||
perl-Meta-Builder
|
||||
perl-Minion
|
||||
perl-Mixin-Linewise
|
||||
perl-Mock-Config
|
||||
perl-Modern-Perl
|
||||
perl-Module-Build
|
||||
@@ -4007,6 +4099,7 @@ perl-Module-Implementation
|
||||
perl-Module-Install
|
||||
perl-Module-List
|
||||
perl-Module-Pluggable
|
||||
perl-Module-Refresh
|
||||
perl-Module-Runtime
|
||||
perl-Module-Runtime-Conflicts
|
||||
perl-Module-ScanDeps
|
||||
@@ -4030,6 +4123,7 @@ perl-MooseX-Types-JSON
|
||||
perl-MooseX-Types-LoadableClass
|
||||
perl-MooseX-Types-Path-Class
|
||||
perl-Mozilla-CA
|
||||
perl-Net-AMQP
|
||||
perl-Net-Bluetooth
|
||||
perl-Net-CIDR-Lite
|
||||
perl-Net-DBus
|
||||
@@ -4039,6 +4133,7 @@ perl-Net-Daemon
|
||||
perl-Net-HTTP
|
||||
perl-Net-IDN-Encode
|
||||
perl-Net-INET6Glue
|
||||
perl-Net-IP
|
||||
perl-Net-Ident
|
||||
perl-Net-MAC
|
||||
perl-Net-MQTT
|
||||
@@ -4057,16 +4152,19 @@ perl-NetPacket
|
||||
perl-Number-Bytes-Human
|
||||
perl-Number-Compare
|
||||
perl-Number-Format
|
||||
perl-Number-Misc
|
||||
perl-Number-WithError
|
||||
perl-Object-Accessor
|
||||
perl-Object-Signature
|
||||
perl-PDF-API2
|
||||
perl-PDF-Table
|
||||
perl-PDF-Writer
|
||||
perl-PHP-Serialization
|
||||
perl-POD2-Base
|
||||
perl-POE
|
||||
perl-POE-Test-Loops
|
||||
perl-POSIX-strftime-Compiler
|
||||
perl-PPI
|
||||
perl-Package-Constants
|
||||
perl-Package-DeprecationManager
|
||||
perl-Package-Generator
|
||||
@@ -4097,6 +4195,7 @@ perl-PerlIO-gzip
|
||||
perl-PerlIO-utf8_strict
|
||||
perl-PerlIO-via-Timeout
|
||||
perl-PlRPC
|
||||
perl-Plack
|
||||
perl-Pod-Constants
|
||||
perl-Pod-Coverage
|
||||
perl-Pod-LaTeX
|
||||
@@ -4105,6 +4204,8 @@ perl-Pod-Plainer
|
||||
perl-Pod-Spell
|
||||
perl-Pod-Strip
|
||||
perl-PostScript-File
|
||||
perl-Proc-InvokeEditor
|
||||
perl-Proc-ProcessTable
|
||||
perl-Proc-Wait3
|
||||
perl-Protocol-OSC
|
||||
perl-Quota
|
||||
@@ -4113,12 +4214,13 @@ perl-Redis
|
||||
perl-Ref-Util
|
||||
perl-Ref-Util-XS
|
||||
perl-Regexp-Common
|
||||
perl-Reply
|
||||
perl-Return-MultiLevel
|
||||
perl-Role-Basic
|
||||
perl-Role-Tiny
|
||||
perl-Roman
|
||||
perl-Router-Simple
|
||||
perl-SGLMSpm
|
||||
perl-SGMLS
|
||||
perl-SMTP-Server
|
||||
perl-SQL-Abstract
|
||||
perl-SQL-SplitStatement
|
||||
@@ -4128,6 +4230,9 @@ perl-SUPER
|
||||
perl-Scalar-String
|
||||
perl-Scope-Guard
|
||||
perl-Scope-Upper
|
||||
perl-Sereal
|
||||
perl-Sereal-Decoder
|
||||
perl-Sereal-Encoder
|
||||
perl-Set-Object
|
||||
perl-Set-Scalar
|
||||
perl-Smart-Comments
|
||||
@@ -4141,6 +4246,7 @@ perl-Specio
|
||||
perl-Spiffy
|
||||
perl-Statistics-Basic
|
||||
perl-Statistics-CaseResampling
|
||||
perl-Storable
|
||||
perl-Stream-Buffered
|
||||
perl-String-Approx
|
||||
perl-String-CamelCase
|
||||
@@ -4149,6 +4255,7 @@ perl-String-Expand
|
||||
perl-String-Format
|
||||
perl-String-Random
|
||||
perl-String-Similarity
|
||||
perl-String-Util
|
||||
perl-Struct-Dumb
|
||||
perl-Sub-Exporter
|
||||
perl-Sub-Exporter-ForMethods
|
||||
@@ -4170,6 +4277,7 @@ perl-System-Command
|
||||
perl-TAP-Formatter-HTML
|
||||
perl-TAP-Harness-Archive
|
||||
perl-Taint-Util
|
||||
perl-Task-Weaken
|
||||
perl-Template-Toolkit
|
||||
perl-Term-ProgressBar
|
||||
perl-Term-ReadKey
|
||||
@@ -4191,6 +4299,7 @@ perl-Test-FailWarnings
|
||||
perl-Test-Fatal
|
||||
perl-Test-File
|
||||
perl-Test-File-ShareDir-Dist
|
||||
perl-Test-Fork
|
||||
perl-Test-Identity
|
||||
perl-Test-Inter
|
||||
perl-Test-LeakTrace
|
||||
@@ -4206,6 +4315,7 @@ perl-Test-Needs
|
||||
perl-Test-NeedsDisplay
|
||||
perl-Test-NoWarnings
|
||||
perl-Test-Number-Delta
|
||||
perl-Test-Object
|
||||
perl-Test-Output
|
||||
perl-Test-Pod
|
||||
perl-Test-Pod-Coverage
|
||||
@@ -4216,9 +4326,11 @@ perl-Test-RequiresInternet
|
||||
perl-Test-SharedFork
|
||||
perl-Test-Simple
|
||||
perl-Test-Strict
|
||||
perl-Test-SubCalls
|
||||
perl-Test-Synopsis
|
||||
perl-Test-TCP
|
||||
perl-Test-Taint
|
||||
perl-Test-Toolbox
|
||||
perl-Test-Trap
|
||||
perl-Test-UseAllModules
|
||||
perl-Test-Warn
|
||||
@@ -4237,6 +4349,7 @@ perl-Text-Diff
|
||||
perl-Text-FindIndent
|
||||
perl-Text-Format
|
||||
perl-Text-Glob
|
||||
perl-Text-Haml
|
||||
perl-Text-Levenshtein
|
||||
perl-Text-Levenshtein-Damerau
|
||||
perl-Text-Markdown
|
||||
@@ -4279,11 +4392,14 @@ perl-Unicode-Map
|
||||
perl-Variable-Magic
|
||||
perl-WWW-Form-UrlEncoded
|
||||
perl-WWW-Form-UrlEncoded-XS
|
||||
perl-WWW-Mechanize
|
||||
perl-WWW-RobotRules
|
||||
perl-Want
|
||||
perl-X11-IdleTime
|
||||
perl-X11-Protocol
|
||||
perl-XML-Atom
|
||||
perl-XML-DOM
|
||||
perl-XML-Dumper
|
||||
perl-XML-Feed
|
||||
perl-XML-Filter-BufferText
|
||||
perl-XML-Handler-Trees
|
||||
@@ -4294,6 +4410,7 @@ perl-XML-Parser
|
||||
perl-XML-Parser-Lite
|
||||
perl-XML-RSS
|
||||
perl-XML-RSS-LibXML
|
||||
perl-XML-RegExp
|
||||
perl-XML-SAX
|
||||
perl-XML-SAX-Base
|
||||
perl-XML-SAX-Expat
|
||||
@@ -4305,6 +4422,7 @@ perl-XML-Twig
|
||||
perl-XML-Writer
|
||||
perl-XML-XPath
|
||||
perl-XML-XPathEngine
|
||||
perl-XString
|
||||
perl-YAML
|
||||
perl-YAML-LibYAML
|
||||
perl-YAML-Syck
|
||||
@@ -4319,8 +4437,11 @@ perl-common-sense
|
||||
perl-constant-defer
|
||||
perl-curry
|
||||
perl-gettext
|
||||
perl-inc-latest
|
||||
perl-indirect
|
||||
perl-latest
|
||||
perl-libwww-perl
|
||||
perl-libxml-perl
|
||||
perl-local-lib
|
||||
perl-multidimensional
|
||||
perl-namespace-autoclean
|
||||
@@ -4441,6 +4562,7 @@ plzip
|
||||
pm-graph
|
||||
pmdk
|
||||
pmix
|
||||
pngcrush
|
||||
po4a
|
||||
polkit
|
||||
polkit-kde-agent
|
||||
@@ -4480,6 +4602,7 @@ protobuf
|
||||
protobuf-c
|
||||
psensor
|
||||
psmisc
|
||||
pspp
|
||||
psstop
|
||||
psutil
|
||||
psycopg2
|
||||
@@ -4519,6 +4642,7 @@ pydotplus
|
||||
pyeclib
|
||||
pyecobee
|
||||
pyee
|
||||
pyelftools
|
||||
pyemd
|
||||
pyenchant
|
||||
pyflakes
|
||||
@@ -4582,6 +4706,7 @@ python-heatclient
|
||||
python-hwinfo
|
||||
python-kconfiglib
|
||||
python-keystoneclient
|
||||
python-ldap
|
||||
python-magic
|
||||
python-magnumclient
|
||||
python-manilaclient
|
||||
@@ -4617,6 +4742,7 @@ python-zaqarclient
|
||||
python-zeep
|
||||
python-zstandard
|
||||
python3
|
||||
python37
|
||||
pytools
|
||||
pytorch
|
||||
pytz
|
||||
@@ -4627,6 +4753,7 @@ pywbem
|
||||
pyxattr
|
||||
pyxdg
|
||||
pyzmq
|
||||
qalculate-gtk
|
||||
qbittorrent
|
||||
qca-qt5
|
||||
qemu
|
||||
@@ -4758,6 +4885,7 @@ s2tc
|
||||
s3fs-fuse
|
||||
s3transfer
|
||||
sahara
|
||||
salt
|
||||
samba
|
||||
samtools
|
||||
sane-backends
|
||||
@@ -4815,12 +4943,14 @@ singledispatch
|
||||
sip
|
||||
six
|
||||
slang
|
||||
slurm
|
||||
smart_open
|
||||
smartcols
|
||||
smartmontools
|
||||
smmap2
|
||||
snabb
|
||||
snappy
|
||||
sndio
|
||||
snitun
|
||||
snowballstemmer
|
||||
socat
|
||||
@@ -4872,10 +5002,13 @@ sshfs
|
||||
sshpass
|
||||
ssocr
|
||||
sssd
|
||||
ssw
|
||||
stacer
|
||||
stack
|
||||
startup-notification
|
||||
statsd
|
||||
statsmodels
|
||||
steam-devices
|
||||
stellarium
|
||||
step
|
||||
stestr
|
||||
@@ -4906,10 +5039,12 @@ sweeper
|
||||
swift
|
||||
swig
|
||||
swupd-client
|
||||
swupd-client-pre-release
|
||||
swupd-overdue
|
||||
swupd-probe
|
||||
swupd-search
|
||||
sxhkd
|
||||
sxiv
|
||||
sympy
|
||||
syndication
|
||||
synergy
|
||||
@@ -4923,6 +5058,7 @@ systemd
|
||||
systemd-bootchart
|
||||
systemd-netlogd
|
||||
systemsettings
|
||||
systemtap
|
||||
taglib
|
||||
talloc
|
||||
tallow
|
||||
@@ -4944,6 +5080,7 @@ tempora
|
||||
tenacity
|
||||
tensorboard
|
||||
tensorflow
|
||||
tensorflow-addons
|
||||
tensorflow-estimator
|
||||
tensorflow-probability
|
||||
tensorflow-serving
|
||||
@@ -5049,8 +5186,10 @@ user-agents
|
||||
user-manager
|
||||
usermode
|
||||
userspace-rcu
|
||||
usrbinjava
|
||||
usrbinpython
|
||||
usrbinvi
|
||||
utf8cpp
|
||||
util-linux
|
||||
util-macros
|
||||
uwsgi
|
||||
@@ -5071,6 +5210,7 @@ vino
|
||||
virt-manager
|
||||
virt-viewer
|
||||
virtualenv
|
||||
vkd3d
|
||||
vlc
|
||||
volk
|
||||
volume_key
|
||||
@@ -5131,6 +5271,7 @@ xcb-util-xrm
|
||||
xclip
|
||||
xcursor-themes
|
||||
xcursorgen
|
||||
xdg-dbus-proxy
|
||||
xdg-desktop-portal
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-kde
|
||||
@@ -5174,6 +5315,7 @@ xinput
|
||||
xkbcomp
|
||||
xkeyboard-config
|
||||
xkill
|
||||
xl2tpd
|
||||
xlog
|
||||
xmlb
|
||||
xmlrpc-c
|
||||
@@ -5210,15 +5352,17 @@ yaml-cpp
|
||||
yappi
|
||||
yarg
|
||||
yarl
|
||||
yarn
|
||||
yasm
|
||||
yelp
|
||||
yelp-tools
|
||||
yelp-xsl
|
||||
ykclient
|
||||
ytnef
|
||||
zVMCloudConnector
|
||||
zabbix
|
||||
zake
|
||||
zathura
|
||||
zathura-pdf-poppler
|
||||
zc.lockfile
|
||||
zenity
|
||||
zeroconf
|
||||
|
||||
+10
-1
@@ -265,6 +265,8 @@ def main():
|
||||
zap_line_in_file_start(".spec", "%description license")
|
||||
zap_line_in_file_start(".spec", "%package doc")
|
||||
zap_line_in_file_start(".spec", "cp -a ")
|
||||
zap_line_in_file_start(".spec", "cd %{_builddir}/")
|
||||
zap_line_in_file_start(".spec", "export GCC_IGNORE_WERROR=1")
|
||||
|
||||
zap_line_in_file_start("b/Makefile", "URL =")
|
||||
zap_line_in_file_start("b/Makefile", "PKG_NAME :=")
|
||||
@@ -287,11 +289,13 @@ def main():
|
||||
zap_line_in_file("b/options.conf", "# disable parallelization during build")
|
||||
zap_line_in_file("b/options.conf", "broken_parallel_build = false")
|
||||
zap_line_in_file("b/options.conf", "# this package is a library compatability package and only ships versioned library files")
|
||||
zap_line_in_file("b/options.conf", "# this package is a library compatibility package and only ships versioned library files")
|
||||
zap_line_in_file("b/options.conf", "compat = false")
|
||||
zap_line_in_file("b/options.conf", "# set conservative build flags")
|
||||
zap_line_in_file("b/options.conf", "conservative_flags = false")
|
||||
zap_line_in_file("b/options.conf", "# dev package requires the extras to be installed")
|
||||
zap_line_in_file("b/options.conf", "dev_requires_extras = false")
|
||||
zap_line_in_file("b/options.conf", "nodebug = false")
|
||||
zap_line_in_file("b/options.conf", "# pass -ffast-math to compiler")
|
||||
zap_line_in_file("b/options.conf", "fast-math = false")
|
||||
zap_line_in_file("b/options.conf", "# optimize build for speed over size")
|
||||
@@ -321,9 +325,12 @@ def main():
|
||||
zap_line_in_file("b/options.conf", "# add clang flags")
|
||||
zap_line_in_file("b/options.conf", "use_clang = false")
|
||||
zap_line_in_file("b/options.conf", "# configure build for lto")
|
||||
zap_line_in_file("b/options.conf", "use_lto = false")
|
||||
zap_line_in_file("b/options.conf", "use_lto = true")
|
||||
zap_line_in_file("b/options.conf", "# require package verification for build")
|
||||
zap_line_in_file("b/options.conf", "verify_required = true")
|
||||
zap_line_in_file("b/options.conf", "# do not generate debuginfo for this package")
|
||||
zap_line_in_file("b/options.conf", "nodebug = false")
|
||||
zap_line_in_file("b/options.conf", "domain =")
|
||||
|
||||
zap_line_in_file("b/buildreq_add", "# This file contains additional build requirements that did not get")
|
||||
zap_line_in_file("b/buildreq_add", "# picked up automatically. One name per line, no whitespace.")
|
||||
@@ -349,6 +356,8 @@ def main():
|
||||
zap_plus_line_in_file("symbols32")
|
||||
|
||||
zap_entire_file("b/whatrequires")
|
||||
zap_entire_file("b/versions")
|
||||
zap_entire_file("b/.gitignore")
|
||||
|
||||
zap_empty_chunks()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user