mirror of
https://github.com/clearlinux/common.git
synced 2026-07-14 00:35:53 +00:00
Compare commits
55 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 |
+1
-1
@@ -172,7 +172,7 @@ autospec: preautospec-checks pullrebase localreponotice clean-old-content
|
|||||||
--name $(PKG_NAME) \
|
--name $(PKG_NAME) \
|
||||||
--archives $(ARCHIVES) \
|
--archives $(ARCHIVES) \
|
||||||
--mock-config $(MOCK_CONFIG_VAL) \
|
--mock-config $(MOCK_CONFIG_VAL) \
|
||||||
--mock-opts "$(MOCK_OPTS)" \
|
--mock-opts="$(MOCK_OPTS)" \
|
||||||
$${SETVERSION:+ --version $${SETVERSION}} \
|
$${SETVERSION:+ --version $${SETVERSION}} \
|
||||||
$${NON_INTERACTIVE:+ --non_interactive} \
|
$${NON_INTERACTIVE:+ --non_interactive} \
|
||||||
$${SKIP_GIT:+ --skip-git} \
|
$${SKIP_GIT:+ --skip-git} \
|
||||||
|
|||||||
+2
-2
@@ -68,10 +68,10 @@ endef
|
|||||||
# augmented for local repo support.
|
# augmented for local repo support.
|
||||||
define localrepoenable
|
define localrepoenable
|
||||||
@cp $(1) $(TOPLVL)/repo/yum.conf
|
@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
|
@printf "baseurl=file://$$(realpath $(TOPLVL))/repo/\n\n" >> $(TOPLVL)/repo/yum.conf
|
||||||
@cp $(2) $(TOPLVL)/repo/clear.cfg
|
@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
|
@printf "baseurl=file://$$(realpath $(TOPLVL))/repo/\n\n" >> $(TOPLVL)/repo/clear.cfg
|
||||||
@sed -i '/^"""/d; $$a"""' $(TOPLVL)/repo/clear.cfg
|
@sed -i '/^"""/d; $$a"""' $(TOPLVL)/repo/clear.cfg
|
||||||
endef
|
endef
|
||||||
|
|||||||
+1
-1
@@ -215,7 +215,7 @@ autospecnew: preautospecnew-checks localreponotice
|
|||||||
--name $(NAME) \
|
--name $(NAME) \
|
||||||
--archives $(ARCHIVES) \
|
--archives $(ARCHIVES) \
|
||||||
--mock-config $(MOCK_CONFIG_VAL) \
|
--mock-config $(MOCK_CONFIG_VAL) \
|
||||||
--mock-opts "$(MOCK_OPTS)" \
|
--mock-opts="$(MOCK_OPTS)" \
|
||||||
$${SETVERSION:+ --version $${SETVERSION}} \
|
$${SETVERSION:+ --version $${SETVERSION}} \
|
||||||
${NON_INTERACTIVE} ${SKIP_GIT} ${CLEANUP} \
|
${NON_INTERACTIVE} ${SKIP_GIT} ${CLEANUP} \
|
||||||
$(URL); \
|
$(URL); \
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
Copyright
|
Copyright
|
||||||
Distributable
|
Distributable
|
||||||
|
ISSL
|
||||||
Public-Domain
|
Public-Domain
|
||||||
sendmail
|
sendmail
|
||||||
|
|||||||
@@ -237,6 +237,7 @@ MTLL
|
|||||||
MakeIndex
|
MakeIndex
|
||||||
MirOS
|
MirOS
|
||||||
Motosoto
|
Motosoto
|
||||||
|
MulanPSL-1.0
|
||||||
Multics
|
Multics
|
||||||
Mup
|
Mup
|
||||||
NASA-1.3
|
NASA-1.3
|
||||||
@@ -264,6 +265,7 @@ ODC-By-1.0
|
|||||||
ODbL-1.0
|
ODbL-1.0
|
||||||
OFL-1.0
|
OFL-1.0
|
||||||
OFL-1.1
|
OFL-1.1
|
||||||
|
OGL-Canada-2.0
|
||||||
OGL-UK-1.0
|
OGL-UK-1.0
|
||||||
OGL-UK-2.0
|
OGL-UK-2.0
|
||||||
OGL-UK-3.0
|
OGL-UK-3.0
|
||||||
@@ -323,6 +325,8 @@ SMLNJ
|
|||||||
SMPPL
|
SMPPL
|
||||||
SNIA
|
SNIA
|
||||||
SPL-1.0
|
SPL-1.0
|
||||||
|
SSH-OpenSSH
|
||||||
|
SSH-short
|
||||||
SSPL-1.0
|
SSPL-1.0
|
||||||
SWL
|
SWL
|
||||||
Saxpath
|
Saxpath
|
||||||
@@ -343,6 +347,7 @@ TORQUE-1.1
|
|||||||
TOSL
|
TOSL
|
||||||
TU-Berlin-1.0
|
TU-Berlin-1.0
|
||||||
TU-Berlin-2.0
|
TU-Berlin-2.0
|
||||||
|
UCL-1.0
|
||||||
UPL-1.0
|
UPL-1.0
|
||||||
Unicode-DFS-2015
|
Unicode-DFS-2015
|
||||||
Unicode-DFS-2016
|
Unicode-DFS-2016
|
||||||
@@ -382,6 +387,7 @@ diffmark
|
|||||||
dvipdfm
|
dvipdfm
|
||||||
eCos-2.0
|
eCos-2.0
|
||||||
eGenix
|
eGenix
|
||||||
|
etalab-2.0
|
||||||
gSOAP-1.3b
|
gSOAP-1.3b
|
||||||
gnuplot
|
gnuplot
|
||||||
iMatix
|
iMatix
|
||||||
|
|||||||
@@ -3,10 +3,12 @@ AVBStreamHandler
|
|||||||
Babel
|
Babel
|
||||||
Botan
|
Botan
|
||||||
CGAL
|
CGAL
|
||||||
|
CGNS
|
||||||
CUnit
|
CUnit
|
||||||
Cheetah3
|
Cheetah3
|
||||||
CherryPy
|
CherryPy
|
||||||
Coin
|
Coin
|
||||||
|
ColPack
|
||||||
ConfigArgParse
|
ConfigArgParse
|
||||||
CopyQ
|
CopyQ
|
||||||
Counter
|
Counter
|
||||||
@@ -47,6 +49,7 @@ ModemManager
|
|||||||
MonkeyType
|
MonkeyType
|
||||||
MuseScore
|
MuseScore
|
||||||
NetworkManager
|
NetworkManager
|
||||||
|
NetworkManager-l2tp
|
||||||
NetworkManager-openconnect
|
NetworkManager-openconnect
|
||||||
NetworkManager-openvpn
|
NetworkManager-openvpn
|
||||||
NetworkManager-vpnc
|
NetworkManager-vpnc
|
||||||
@@ -56,6 +59,7 @@ OpenColorIO
|
|||||||
OpenIPMI
|
OpenIPMI
|
||||||
OpenSP
|
OpenSP
|
||||||
PackageKit
|
PackageKit
|
||||||
|
ParaView
|
||||||
Paste
|
Paste
|
||||||
PasteDeploy
|
PasteDeploy
|
||||||
Pillow
|
Pillow
|
||||||
@@ -176,8 +180,10 @@ R-RcmdrMisc
|
|||||||
R-Rcpp
|
R-Rcpp
|
||||||
R-RcppArmadillo
|
R-RcppArmadillo
|
||||||
R-RcppEigen
|
R-RcppEigen
|
||||||
|
R-RcppGSL
|
||||||
R-RcppProgress
|
R-RcppProgress
|
||||||
R-RcppRoll
|
R-RcppRoll
|
||||||
|
R-RcppZiggurat
|
||||||
R-Rdpack
|
R-Rdpack
|
||||||
R-Rmpfr
|
R-Rmpfr
|
||||||
R-Rmpi
|
R-Rmpi
|
||||||
@@ -200,6 +206,7 @@ R-TSP
|
|||||||
R-TTR
|
R-TTR
|
||||||
R-TeachingDemos
|
R-TeachingDemos
|
||||||
R-Unicode
|
R-Unicode
|
||||||
|
R-UsingR
|
||||||
R-VGAM
|
R-VGAM
|
||||||
R-VGAMdata
|
R-VGAMdata
|
||||||
R-VIM
|
R-VIM
|
||||||
@@ -334,6 +341,7 @@ R-drc
|
|||||||
R-dtplyr
|
R-dtplyr
|
||||||
R-dtw
|
R-dtw
|
||||||
R-dygraphs
|
R-dygraphs
|
||||||
|
R-dynamicTreeCut
|
||||||
R-dynlm
|
R-dynlm
|
||||||
R-e1071
|
R-e1071
|
||||||
R-eRm
|
R-eRm
|
||||||
@@ -378,6 +386,7 @@ R-fTrading
|
|||||||
R-fUnitRoots
|
R-fUnitRoots
|
||||||
R-fail
|
R-fail
|
||||||
R-fansi
|
R-fansi
|
||||||
|
R-farver
|
||||||
R-fastICA
|
R-fastICA
|
||||||
R-fastcluster
|
R-fastcluster
|
||||||
R-fastmap
|
R-fastmap
|
||||||
@@ -504,6 +513,7 @@ R-lavaan
|
|||||||
R-lazyeval
|
R-lazyeval
|
||||||
R-lda
|
R-lda
|
||||||
R-leaflet
|
R-leaflet
|
||||||
|
R-leaflet.providers
|
||||||
R-leaps
|
R-leaps
|
||||||
R-lfe
|
R-lfe
|
||||||
R-lhs
|
R-lhs
|
||||||
@@ -597,6 +607,7 @@ R-optextras
|
|||||||
R-optimx
|
R-optimx
|
||||||
R-optparse
|
R-optparse
|
||||||
R-ordinal
|
R-ordinal
|
||||||
|
R-pROC
|
||||||
R-packrat
|
R-packrat
|
||||||
R-pamr
|
R-pamr
|
||||||
R-parsedate
|
R-parsedate
|
||||||
@@ -610,6 +621,7 @@ R-pbkrtest
|
|||||||
R-pbmcapply
|
R-pbmcapply
|
||||||
R-pcaPP
|
R-pcaPP
|
||||||
R-pcse
|
R-pcse
|
||||||
|
R-pder
|
||||||
R-pdfCluster
|
R-pdfCluster
|
||||||
R-pdftools
|
R-pdftools
|
||||||
R-pdp
|
R-pdp
|
||||||
@@ -643,6 +655,7 @@ R-polycor
|
|||||||
R-polynom
|
R-polynom
|
||||||
R-prabclus
|
R-prabclus
|
||||||
R-pracma
|
R-pracma
|
||||||
|
R-prais
|
||||||
R-praise
|
R-praise
|
||||||
R-prefmod
|
R-prefmod
|
||||||
R-prettyunits
|
R-prettyunits
|
||||||
@@ -727,6 +740,7 @@ R-rneos
|
|||||||
R-rngWELL
|
R-rngWELL
|
||||||
R-rngtools
|
R-rngtools
|
||||||
R-robCompositions
|
R-robCompositions
|
||||||
|
R-robumeta
|
||||||
R-robust
|
R-robust
|
||||||
R-robustbase
|
R-robustbase
|
||||||
R-rootSolve
|
R-rootSolve
|
||||||
@@ -763,6 +777,7 @@ R-seriation
|
|||||||
R-seroincidence
|
R-seroincidence
|
||||||
R-sessioninfo
|
R-sessioninfo
|
||||||
R-setRNG
|
R-setRNG
|
||||||
|
R-sets
|
||||||
R-sf
|
R-sf
|
||||||
R-sfsmisc
|
R-sfsmisc
|
||||||
R-sgeostat
|
R-sgeostat
|
||||||
@@ -798,6 +813,7 @@ R-spelling
|
|||||||
R-spls
|
R-spls
|
||||||
R-stable
|
R-stable
|
||||||
R-stabledist
|
R-stabledist
|
||||||
|
R-stargazer
|
||||||
R-startupmsg
|
R-startupmsg
|
||||||
R-statip
|
R-statip
|
||||||
R-statmod
|
R-statmod
|
||||||
@@ -821,6 +837,7 @@ R-tclust
|
|||||||
R-tensor
|
R-tensor
|
||||||
R-tensorA
|
R-tensorA
|
||||||
R-tensorflow
|
R-tensorflow
|
||||||
|
R-tesseract
|
||||||
R-testit
|
R-testit
|
||||||
R-testthat
|
R-testthat
|
||||||
R-texreg
|
R-texreg
|
||||||
@@ -872,6 +889,7 @@ R-whisker
|
|||||||
R-whoami
|
R-whoami
|
||||||
R-wikitaxa
|
R-wikitaxa
|
||||||
R-withr
|
R-withr
|
||||||
|
R-wooldridge
|
||||||
R-worrms
|
R-worrms
|
||||||
R-xfun
|
R-xfun
|
||||||
R-xml2
|
R-xml2
|
||||||
@@ -1019,6 +1037,7 @@ appstream
|
|||||||
appstream-glib
|
appstream-glib
|
||||||
apr
|
apr
|
||||||
apr-util
|
apr-util
|
||||||
|
apriltag
|
||||||
arandr
|
arandr
|
||||||
arc-theme
|
arc-theme
|
||||||
argcomplete
|
argcomplete
|
||||||
@@ -1053,7 +1072,6 @@ at-spi2-atk
|
|||||||
at-spi2-core
|
at-spi2-core
|
||||||
atk
|
atk
|
||||||
atkmm
|
atkmm
|
||||||
atom
|
|
||||||
atomicwrites
|
atomicwrites
|
||||||
attica
|
attica
|
||||||
attr
|
attr
|
||||||
@@ -1073,6 +1091,8 @@ autofs
|
|||||||
autogen
|
autogen
|
||||||
automake
|
automake
|
||||||
automaton
|
automaton
|
||||||
|
autossh
|
||||||
|
avahi
|
||||||
awesome-wm
|
awesome-wm
|
||||||
awscli
|
awscli
|
||||||
axel
|
axel
|
||||||
@@ -1104,6 +1124,7 @@ bazel
|
|||||||
bc
|
bc
|
||||||
bcache-tools
|
bcache-tools
|
||||||
bcc
|
bcc
|
||||||
|
bcftools
|
||||||
bcrypt
|
bcrypt
|
||||||
bdftopcf
|
bdftopcf
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
@@ -1123,6 +1144,7 @@ bluedevil
|
|||||||
bluez
|
bluez
|
||||||
bluez-qt
|
bluez-qt
|
||||||
bmap-tools
|
bmap-tools
|
||||||
|
bmon
|
||||||
bndl-lamp-basic
|
bndl-lamp-basic
|
||||||
boinc-client
|
boinc-client
|
||||||
bokeh
|
bokeh
|
||||||
@@ -1168,6 +1190,7 @@ buildreq-qmake
|
|||||||
buildreq-scons
|
buildreq-scons
|
||||||
bundle-chroot-builder
|
bundle-chroot-builder
|
||||||
bwidget
|
bwidget
|
||||||
|
byobu
|
||||||
bz2file
|
bz2file
|
||||||
bzip2
|
bzip2
|
||||||
c-ares
|
c-ares
|
||||||
@@ -1186,6 +1209,7 @@ cantarell-fonts
|
|||||||
cantata
|
cantata
|
||||||
cantor
|
cantor
|
||||||
capnproto
|
capnproto
|
||||||
|
capstone
|
||||||
caribou
|
caribou
|
||||||
case
|
case
|
||||||
cassandra
|
cassandra
|
||||||
@@ -1199,6 +1223,7 @@ ccid
|
|||||||
cdparanoia
|
cdparanoia
|
||||||
ceph
|
ceph
|
||||||
ceph-deploy
|
ceph-deploy
|
||||||
|
cereal
|
||||||
certbot
|
certbot
|
||||||
certifi
|
certifi
|
||||||
cffi
|
cffi
|
||||||
@@ -1328,6 +1353,7 @@ compat-libidn-soname11
|
|||||||
compat-libnftnl-soname7
|
compat-libnftnl-soname7
|
||||||
compat-libpng-soname12
|
compat-libpng-soname12
|
||||||
compat-libva-soname1
|
compat-libva-soname1
|
||||||
|
compat-libvpx-soname5
|
||||||
compat-libwebp-soname6
|
compat-libwebp-soname6
|
||||||
compat-llvm-soname5
|
compat-llvm-soname5
|
||||||
compat-llvm-soname6
|
compat-llvm-soname6
|
||||||
@@ -1335,12 +1361,11 @@ compat-llvm-soname7
|
|||||||
compat-mariadb-soname18
|
compat-mariadb-soname18
|
||||||
compat-mpfr-soname4
|
compat-mpfr-soname4
|
||||||
compat-nettle-soname6
|
compat-nettle-soname6
|
||||||
compat-opencv-soname32
|
compat-opencv-soname41
|
||||||
compat-opencv-soname33
|
|
||||||
compat-openssl-soname-10
|
|
||||||
compat-proj-soname13
|
compat-proj-soname13
|
||||||
compat-protobuf-soname14
|
compat-protobuf-soname14
|
||||||
compat-protobuf-soname15
|
compat-protobuf-soname15
|
||||||
|
compat-protobuf-soname21
|
||||||
compat-python36
|
compat-python36
|
||||||
compat-readline
|
compat-readline
|
||||||
compat-readline-soname5
|
compat-readline-soname5
|
||||||
@@ -1349,9 +1374,9 @@ component
|
|||||||
compute-image-packages
|
compute-image-packages
|
||||||
conda
|
conda
|
||||||
configobj
|
configobj
|
||||||
configparser
|
|
||||||
confuse
|
confuse
|
||||||
conky
|
conky
|
||||||
|
conmon
|
||||||
connect-proxy
|
connect-proxy
|
||||||
connman
|
connman
|
||||||
connman-gtk
|
connman-gtk
|
||||||
@@ -1394,6 +1419,7 @@ cve-bin-tool
|
|||||||
cxxfilt
|
cxxfilt
|
||||||
cycler
|
cycler
|
||||||
cyrus-sasl
|
cyrus-sasl
|
||||||
|
d9vk
|
||||||
dapl
|
dapl
|
||||||
darkflow
|
darkflow
|
||||||
darktable
|
darktable
|
||||||
@@ -1412,7 +1438,6 @@ ddd
|
|||||||
ddt
|
ddt
|
||||||
deap
|
deap
|
||||||
debtcollector
|
debtcollector
|
||||||
debugedit
|
|
||||||
debuginfo-cache
|
debuginfo-cache
|
||||||
decorator
|
decorator
|
||||||
defusedxml
|
defusedxml
|
||||||
@@ -1447,6 +1472,7 @@ django_compressor
|
|||||||
dkms
|
dkms
|
||||||
dldt
|
dldt
|
||||||
dldt-model-optimizer
|
dldt-model-optimizer
|
||||||
|
dlib
|
||||||
dlt-daemon
|
dlt-daemon
|
||||||
dmap2gcode
|
dmap2gcode
|
||||||
dmenu
|
dmenu
|
||||||
@@ -1491,10 +1517,13 @@ dtopt
|
|||||||
dulwich
|
dulwich
|
||||||
dunst
|
dunst
|
||||||
duperemove
|
duperemove
|
||||||
|
dvisvgm
|
||||||
dwarves
|
dwarves
|
||||||
|
dxvk
|
||||||
dyskctl
|
dyskctl
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
earlyapp
|
earlyapp
|
||||||
|
earlyoom
|
||||||
ebtables
|
ebtables
|
||||||
ecdsa
|
ecdsa
|
||||||
ed
|
ed
|
||||||
@@ -1503,6 +1532,7 @@ efibootmgr
|
|||||||
efitools
|
efitools
|
||||||
efivar
|
efivar
|
||||||
efl
|
efl
|
||||||
|
eid-mw
|
||||||
eigen
|
eigen
|
||||||
elasticsearch
|
elasticsearch
|
||||||
elasticsearch-dep
|
elasticsearch-dep
|
||||||
@@ -1522,7 +1552,6 @@ envs
|
|||||||
eog
|
eog
|
||||||
eog-plugins
|
eog-plugins
|
||||||
epm
|
epm
|
||||||
epydoc
|
|
||||||
eternalegypt
|
eternalegypt
|
||||||
ethtool
|
ethtool
|
||||||
etr
|
etr
|
||||||
@@ -1644,6 +1673,7 @@ geary
|
|||||||
gedit
|
gedit
|
||||||
geeqie
|
geeqie
|
||||||
gegl
|
gegl
|
||||||
|
gengetopt
|
||||||
gensim
|
gensim
|
||||||
geocam-v4l2
|
geocam-v4l2
|
||||||
geoclue
|
geoclue
|
||||||
@@ -1766,6 +1796,7 @@ gpm
|
|||||||
gpredict
|
gpredict
|
||||||
gptfdisk
|
gptfdisk
|
||||||
gradle
|
gradle
|
||||||
|
gramps
|
||||||
granatier
|
granatier
|
||||||
grantlee
|
grantlee
|
||||||
grantleetheme
|
grantleetheme
|
||||||
@@ -1779,8 +1810,8 @@ grig
|
|||||||
grilo
|
grilo
|
||||||
grilo-plugins
|
grilo-plugins
|
||||||
groff
|
groff
|
||||||
|
grpc
|
||||||
grpcio
|
grpcio
|
||||||
grub
|
|
||||||
gsequencer
|
gsequencer
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gsl
|
gsl
|
||||||
@@ -1818,7 +1849,6 @@ hamlib
|
|||||||
hammock
|
hammock
|
||||||
haproxy
|
haproxy
|
||||||
hardinfo
|
hardinfo
|
||||||
hardlink
|
|
||||||
harfbuzz
|
harfbuzz
|
||||||
haskell-random
|
haskell-random
|
||||||
haveged
|
haveged
|
||||||
@@ -1843,6 +1873,7 @@ hostname
|
|||||||
hplip
|
hplip
|
||||||
html5lib
|
html5lib
|
||||||
htop
|
htop
|
||||||
|
htslib
|
||||||
httpd
|
httpd
|
||||||
httplib2
|
httplib2
|
||||||
httpretty
|
httpretty
|
||||||
@@ -1863,6 +1894,7 @@ ias
|
|||||||
iasimage
|
iasimage
|
||||||
ibus
|
ibus
|
||||||
ibus-libpinyin
|
ibus-libpinyin
|
||||||
|
ibus-skk
|
||||||
ibus-table
|
ibus-table
|
||||||
ibus-typing-booster
|
ibus-typing-booster
|
||||||
ibus-unikey
|
ibus-unikey
|
||||||
@@ -1899,6 +1931,7 @@ intel-compute-runtime
|
|||||||
intel-gmmlib
|
intel-gmmlib
|
||||||
intel-graphics-compiler
|
intel-graphics-compiler
|
||||||
intel-hybrid-driver
|
intel-hybrid-driver
|
||||||
|
intel-ipsec-mb
|
||||||
intel-media-driver
|
intel-media-driver
|
||||||
intelhex
|
intelhex
|
||||||
intltool
|
intltool
|
||||||
@@ -2013,7 +2046,7 @@ kbreakout
|
|||||||
kbruch
|
kbruch
|
||||||
kcachegrind
|
kcachegrind
|
||||||
kcalc
|
kcalc
|
||||||
kcalcore
|
kcalendarcore
|
||||||
kcalutils
|
kcalutils
|
||||||
kcharselect
|
kcharselect
|
||||||
kcmutils
|
kcmutils
|
||||||
@@ -2096,6 +2129,7 @@ kidletime
|
|||||||
kig
|
kig
|
||||||
kigo
|
kigo
|
||||||
killbots
|
killbots
|
||||||
|
kim-api
|
||||||
kimageformats
|
kimageformats
|
||||||
kimagemapeditor
|
kimagemapeditor
|
||||||
kimap
|
kimap
|
||||||
@@ -2164,6 +2198,7 @@ kpty
|
|||||||
kqtquickcharts
|
kqtquickcharts
|
||||||
krb5
|
krb5
|
||||||
krdc
|
krdc
|
||||||
|
krest
|
||||||
kreversi
|
kreversi
|
||||||
krita
|
krita
|
||||||
kross
|
kross
|
||||||
@@ -2250,6 +2285,7 @@ libXxf86misc
|
|||||||
libabigail
|
libabigail
|
||||||
libabw
|
libabw
|
||||||
libaio
|
libaio
|
||||||
|
libao
|
||||||
libappindicator
|
libappindicator
|
||||||
libarchive
|
libarchive
|
||||||
libarchive-c
|
libarchive-c
|
||||||
@@ -2262,6 +2298,7 @@ libavtp
|
|||||||
libb64
|
libb64
|
||||||
libblockdev
|
libblockdev
|
||||||
libbpf
|
libbpf
|
||||||
|
libbsd
|
||||||
libburn
|
libburn
|
||||||
libbytesize
|
libbytesize
|
||||||
libcanberra
|
libcanberra
|
||||||
@@ -2319,8 +2356,6 @@ libgee
|
|||||||
libgeotiff
|
libgeotiff
|
||||||
libgepub
|
libgepub
|
||||||
libgfortran-avx
|
libgfortran-avx
|
||||||
libgfortran-compat-soname3
|
|
||||||
libgfortran-compat-soname4
|
|
||||||
libgit2
|
libgit2
|
||||||
libgit2-glib
|
libgit2-glib
|
||||||
libglade
|
libglade
|
||||||
@@ -2414,6 +2449,7 @@ libpinyin
|
|||||||
libpipeline
|
libpipeline
|
||||||
libplacebo
|
libplacebo
|
||||||
libpng
|
libpng
|
||||||
|
libportal
|
||||||
libpsl
|
libpsl
|
||||||
libpthread-stubs
|
libpthread-stubs
|
||||||
libpwquality
|
libpwquality
|
||||||
@@ -2424,8 +2460,10 @@ libqtxdg
|
|||||||
libqxp
|
libqxp
|
||||||
libratbag
|
libratbag
|
||||||
librdkafka
|
librdkafka
|
||||||
|
librealsense
|
||||||
libreoffice
|
libreoffice
|
||||||
librepo
|
librepo
|
||||||
|
libreswan
|
||||||
librevenge
|
librevenge
|
||||||
librsvg
|
librsvg
|
||||||
librtlsdr
|
librtlsdr
|
||||||
@@ -2437,6 +2475,7 @@ libsecret
|
|||||||
libshout
|
libshout
|
||||||
libsigc++
|
libsigc++
|
||||||
libsigsegv
|
libsigsegv
|
||||||
|
libskk
|
||||||
libsmbios
|
libsmbios
|
||||||
libsmi
|
libsmi
|
||||||
libsndfile
|
libsndfile
|
||||||
@@ -2500,6 +2539,7 @@ libxml2
|
|||||||
libxslt
|
libxslt
|
||||||
libyami
|
libyami
|
||||||
libyami-utils
|
libyami-utils
|
||||||
|
libyubikey
|
||||||
libzapojit
|
libzapojit
|
||||||
libzip
|
libzip
|
||||||
libzmf
|
libzmf
|
||||||
@@ -2532,6 +2572,7 @@ linux-steam-integration
|
|||||||
linux-tools
|
linux-tools
|
||||||
linuxptp
|
linuxptp
|
||||||
lksctp-tools
|
lksctp-tools
|
||||||
|
lldb
|
||||||
llfuse
|
llfuse
|
||||||
llvm
|
llvm
|
||||||
llvm8
|
llvm8
|
||||||
@@ -2617,8 +2658,10 @@ mesa-demos
|
|||||||
meson
|
meson
|
||||||
messagelib
|
messagelib
|
||||||
metacity
|
metacity
|
||||||
|
metis
|
||||||
metrics-discovery
|
metrics-discovery
|
||||||
micro-config-drive
|
micro-config-drive
|
||||||
|
micro-config-drive-aliyun
|
||||||
micro-config-drive-aws
|
micro-config-drive-aws
|
||||||
micro-config-drive-oci
|
micro-config-drive-oci
|
||||||
microversion_parse
|
microversion_parse
|
||||||
@@ -2639,8 +2682,10 @@ mkl-dnn
|
|||||||
mkosi
|
mkosi
|
||||||
mlocate
|
mlocate
|
||||||
mlt
|
mlt
|
||||||
|
mmc-utils
|
||||||
mobile-broadband-provider-info
|
mobile-broadband-provider-info
|
||||||
mock
|
mock
|
||||||
|
mod_perl
|
||||||
mod_wsgi
|
mod_wsgi
|
||||||
modemmanager-qt
|
modemmanager-qt
|
||||||
moka-icon-theme
|
moka-icon-theme
|
||||||
@@ -2684,6 +2729,7 @@ multimon-ng
|
|||||||
multipath-tools
|
multipath-tools
|
||||||
mumble
|
mumble
|
||||||
munch
|
munch
|
||||||
|
munge
|
||||||
munkres
|
munkres
|
||||||
muparser
|
muparser
|
||||||
murrine
|
murrine
|
||||||
@@ -3370,6 +3416,7 @@ nautilus
|
|||||||
nbconvert
|
nbconvert
|
||||||
nbformat
|
nbformat
|
||||||
nbsphinx
|
nbsphinx
|
||||||
|
nbval
|
||||||
ncdu
|
ncdu
|
||||||
ncurses
|
ncurses
|
||||||
ncurses-compat
|
ncurses-compat
|
||||||
@@ -3386,6 +3433,7 @@ netbase
|
|||||||
netcdf
|
netcdf
|
||||||
netdata
|
netdata
|
||||||
netdisco
|
netdisco
|
||||||
|
nethogs
|
||||||
netifaces
|
netifaces
|
||||||
netkit-telnet
|
netkit-telnet
|
||||||
netlabel_tools
|
netlabel_tools
|
||||||
@@ -3452,6 +3500,7 @@ nvmetcli
|
|||||||
oath-toolkit
|
oath-toolkit
|
||||||
oauth2client
|
oauth2client
|
||||||
oauthlib
|
oauthlib
|
||||||
|
obs-studio
|
||||||
ocaml
|
ocaml
|
||||||
ocamlbuild
|
ocamlbuild
|
||||||
ocl-icd
|
ocl-icd
|
||||||
@@ -3462,6 +3511,7 @@ okular
|
|||||||
olefile
|
olefile
|
||||||
onig
|
onig
|
||||||
onnx
|
onnx
|
||||||
|
opa-fm
|
||||||
opa-psm2
|
opa-psm2
|
||||||
opcodes
|
opcodes
|
||||||
open-iscsi
|
open-iscsi
|
||||||
@@ -3481,7 +3531,6 @@ openexr
|
|||||||
openjade
|
openjade
|
||||||
openjdk
|
openjdk
|
||||||
openjdk11
|
openjdk11
|
||||||
openjdk12
|
|
||||||
openjdk13
|
openjdk13
|
||||||
openldap
|
openldap
|
||||||
openmpi
|
openmpi
|
||||||
@@ -3494,6 +3543,7 @@ openstackdocstheme
|
|||||||
openstacksdk
|
openstacksdk
|
||||||
openvpn
|
openvpn
|
||||||
openvswitch
|
openvswitch
|
||||||
|
opt_einsum
|
||||||
optipng
|
optipng
|
||||||
opus
|
opus
|
||||||
opusfile
|
opusfile
|
||||||
@@ -3591,6 +3641,7 @@ pcre2
|
|||||||
pcsc-lite
|
pcsc-lite
|
||||||
pdns
|
pdns
|
||||||
pdns-recursor
|
pdns-recursor
|
||||||
|
pdsh
|
||||||
pecan
|
pecan
|
||||||
pep8
|
pep8
|
||||||
performance
|
performance
|
||||||
@@ -3608,9 +3659,12 @@ perl-Alien-Libxml2
|
|||||||
perl-Alien-m4
|
perl-Alien-m4
|
||||||
perl-AnyEvent
|
perl-AnyEvent
|
||||||
perl-AnyEvent-AIO
|
perl-AnyEvent-AIO
|
||||||
|
perl-AnyEvent-BDB
|
||||||
perl-AnyEvent-CacheDNS
|
perl-AnyEvent-CacheDNS
|
||||||
perl-Apache-Htpasswd
|
perl-Apache-Htpasswd
|
||||||
|
perl-Apache-LogFormat-Compiler
|
||||||
perl-Apache-Session
|
perl-Apache-Session
|
||||||
|
perl-App-Nopaste
|
||||||
perl-App-cpanminus
|
perl-App-cpanminus
|
||||||
perl-App-perlbrew
|
perl-App-perlbrew
|
||||||
perl-AppConfig
|
perl-AppConfig
|
||||||
@@ -3628,6 +3682,7 @@ perl-Audio-Wav
|
|||||||
perl-Authen-NTLM
|
perl-Authen-NTLM
|
||||||
perl-Authen-SASL
|
perl-Authen-SASL
|
||||||
perl-B-COW
|
perl-B-COW
|
||||||
|
perl-B-Debug
|
||||||
perl-B-Hooks-EndOfScope
|
perl-B-Hooks-EndOfScope
|
||||||
perl-B-Hooks-OP-Check
|
perl-B-Hooks-OP-Check
|
||||||
perl-B-Keywords
|
perl-B-Keywords
|
||||||
@@ -3641,9 +3696,11 @@ perl-Business-ISBN
|
|||||||
perl-Business-ISBN-Data
|
perl-Business-ISBN-Data
|
||||||
perl-Business-ISMN
|
perl-Business-ISMN
|
||||||
perl-Business-ISSN
|
perl-Business-ISSN
|
||||||
|
perl-CBOR-XS
|
||||||
perl-CDDB-File
|
perl-CDDB-File
|
||||||
perl-CGI
|
perl-CGI
|
||||||
perl-CGI-Compile
|
perl-CGI-Compile
|
||||||
|
perl-CGI-Emulate-PSGI
|
||||||
perl-CGI-Simple
|
perl-CGI-Simple
|
||||||
perl-CPAN-Changes
|
perl-CPAN-Changes
|
||||||
perl-CPAN-DistnameInfo
|
perl-CPAN-DistnameInfo
|
||||||
@@ -3658,6 +3715,7 @@ perl-Cairo-GObject
|
|||||||
perl-Calendar-Simple
|
perl-Calendar-Simple
|
||||||
perl-Canary-Stability
|
perl-Canary-Stability
|
||||||
perl-Capture-Tiny
|
perl-Capture-Tiny
|
||||||
|
perl-Carp-Always
|
||||||
perl-Carp-Assert
|
perl-Carp-Assert
|
||||||
perl-Carp-Assert-More
|
perl-Carp-Assert-More
|
||||||
perl-Carp-Clan
|
perl-Carp-Clan
|
||||||
@@ -3673,6 +3731,7 @@ perl-Class-Data-Accessor
|
|||||||
perl-Class-Data-Inheritable
|
perl-Class-Data-Inheritable
|
||||||
perl-Class-ErrorHandler
|
perl-Class-ErrorHandler
|
||||||
perl-Class-Factory-Util
|
perl-Class-Factory-Util
|
||||||
|
perl-Class-ISA
|
||||||
perl-Class-Inspector
|
perl-Class-Inspector
|
||||||
perl-Class-Load
|
perl-Class-Load
|
||||||
perl-Class-Load-XS
|
perl-Class-Load-XS
|
||||||
@@ -3680,6 +3739,7 @@ perl-Class-Measure
|
|||||||
perl-Class-Method-Modifiers
|
perl-Class-Method-Modifiers
|
||||||
perl-Class-MethodMaker
|
perl-Class-MethodMaker
|
||||||
perl-Class-Mix
|
perl-Class-Mix
|
||||||
|
perl-Class-Refresh
|
||||||
perl-Class-ReturnValue
|
perl-Class-ReturnValue
|
||||||
perl-Class-Singleton
|
perl-Class-Singleton
|
||||||
perl-Class-Std
|
perl-Class-Std
|
||||||
@@ -3697,6 +3757,8 @@ perl-Compress-Raw-Lzma
|
|||||||
perl-Config-Any
|
perl-Config-Any
|
||||||
perl-Config-General
|
perl-Config-General
|
||||||
perl-Config-Grammar
|
perl-Config-Grammar
|
||||||
|
perl-Config-INI
|
||||||
|
perl-Config-INI-Reader-Ordered
|
||||||
perl-Config-IniFiles
|
perl-Config-IniFiles
|
||||||
perl-Config-Std
|
perl-Config-Std
|
||||||
perl-Config-Tiny
|
perl-Config-Tiny
|
||||||
@@ -3733,12 +3795,15 @@ perl-DBIx-Connector
|
|||||||
perl-DBIx-ContextualFetch
|
perl-DBIx-ContextualFetch
|
||||||
perl-DBIx-DBSchema
|
perl-DBIx-DBSchema
|
||||||
perl-DBIx-Simple
|
perl-DBIx-Simple
|
||||||
|
perl-DB_File
|
||||||
perl-Data-Alias
|
perl-Data-Alias
|
||||||
perl-Data-Compare
|
perl-Data-Compare
|
||||||
|
perl-Data-Denter
|
||||||
perl-Data-Dump
|
perl-Data-Dump
|
||||||
perl-Data-Dumper-Concise
|
perl-Data-Dumper-Concise
|
||||||
perl-Data-Dumper-Simple
|
perl-Data-Dumper-Simple
|
||||||
perl-Data-Float
|
perl-Data-Float
|
||||||
|
perl-Data-Flow
|
||||||
perl-Data-Integer
|
perl-Data-Integer
|
||||||
perl-Data-Munge
|
perl-Data-Munge
|
||||||
perl-Data-OptList
|
perl-Data-OptList
|
||||||
@@ -3749,6 +3814,7 @@ perl-Data-Random
|
|||||||
perl-Data-Section
|
perl-Data-Section
|
||||||
perl-Data-Serializer
|
perl-Data-Serializer
|
||||||
perl-Data-Structure-Util
|
perl-Data-Structure-Util
|
||||||
|
perl-Data-Taxi
|
||||||
perl-Data-Uniqid
|
perl-Data-Uniqid
|
||||||
perl-Data-Validate-IP
|
perl-Data-Validate-IP
|
||||||
perl-Date-Manip
|
perl-Date-Manip
|
||||||
@@ -3765,8 +3831,10 @@ perl-DateTime-Format-Strptime
|
|||||||
perl-DateTime-Format-W3CDTF
|
perl-DateTime-Format-W3CDTF
|
||||||
perl-DateTime-Locale
|
perl-DateTime-Locale
|
||||||
perl-DateTime-TimeZone
|
perl-DateTime-TimeZone
|
||||||
|
perl-Debug-ShowStuff
|
||||||
perl-Devel-ArgNames
|
perl-Devel-ArgNames
|
||||||
perl-Devel-CallChecker
|
perl-Devel-CallChecker
|
||||||
|
perl-Devel-Caller
|
||||||
perl-Devel-CheckBin
|
perl-Devel-CheckBin
|
||||||
perl-Devel-CheckLib
|
perl-Devel-CheckLib
|
||||||
perl-Devel-CheckOS
|
perl-Devel-CheckOS
|
||||||
@@ -3776,7 +3844,9 @@ perl-Devel-Cycle
|
|||||||
perl-Devel-EnforceEncapsulation
|
perl-Devel-EnforceEncapsulation
|
||||||
perl-Devel-GlobalDestruction
|
perl-Devel-GlobalDestruction
|
||||||
perl-Devel-Hide
|
perl-Devel-Hide
|
||||||
|
perl-Devel-LexAlias
|
||||||
perl-Devel-OverloadInfo
|
perl-Devel-OverloadInfo
|
||||||
|
perl-Devel-OverrideGlobalRequire
|
||||||
perl-Devel-PatchPerl
|
perl-Devel-PatchPerl
|
||||||
perl-Devel-Refactor
|
perl-Devel-Refactor
|
||||||
perl-Devel-Size
|
perl-Devel-Size
|
||||||
@@ -3864,8 +3934,10 @@ perl-FreezeThaw
|
|||||||
perl-Frontier-RPC
|
perl-Frontier-RPC
|
||||||
perl-Future
|
perl-Future
|
||||||
perl-Future-IO-ImplBase
|
perl-Future-IO-ImplBase
|
||||||
|
perl-GD
|
||||||
perl-GD-Barcode
|
perl-GD-Barcode
|
||||||
perl-GIS-Distance
|
perl-GIS-Distance
|
||||||
|
perl-GSSAPI
|
||||||
perl-Geo-Distance
|
perl-Geo-Distance
|
||||||
perl-Geo-IP
|
perl-Geo-IP
|
||||||
perl-Geo-IPfree
|
perl-Geo-IPfree
|
||||||
@@ -3881,6 +3953,7 @@ perl-Gtk3-WebKit
|
|||||||
perl-Guard
|
perl-Guard
|
||||||
perl-HTML-Clean
|
perl-HTML-Clean
|
||||||
perl-HTML-Encoding
|
perl-HTML-Encoding
|
||||||
|
perl-HTML-Form
|
||||||
perl-HTML-HTML5-Entities
|
perl-HTML-HTML5-Entities
|
||||||
perl-HTML-Lint
|
perl-HTML-Lint
|
||||||
perl-HTML-Parser
|
perl-HTML-Parser
|
||||||
@@ -3889,6 +3962,7 @@ perl-HTML-StripScripts
|
|||||||
perl-HTML-TableExtract
|
perl-HTML-TableExtract
|
||||||
perl-HTML-Tagset
|
perl-HTML-Tagset
|
||||||
perl-HTML-Tiny
|
perl-HTML-Tiny
|
||||||
|
perl-HTML-TreeBuilder
|
||||||
perl-HTTP-Body
|
perl-HTTP-Body
|
||||||
perl-HTTP-CookieJar
|
perl-HTTP-CookieJar
|
||||||
perl-HTTP-Cookies
|
perl-HTTP-Cookies
|
||||||
@@ -3901,10 +3975,12 @@ perl-HTTP-MultiPartParser
|
|||||||
perl-HTTP-Negotiate
|
perl-HTTP-Negotiate
|
||||||
perl-HTTP-Parser-XS
|
perl-HTTP-Parser-XS
|
||||||
perl-HTTP-Request-AsCGI
|
perl-HTTP-Request-AsCGI
|
||||||
|
perl-HTTP-Server-Simple
|
||||||
perl-Hash-Flatten
|
perl-Hash-Flatten
|
||||||
perl-Hash-Merge
|
perl-Hash-Merge
|
||||||
perl-Hash-MoreUtils
|
perl-Hash-MoreUtils
|
||||||
perl-Hash-MultiValue
|
perl-Hash-MultiValue
|
||||||
|
perl-Hook-LexWrap
|
||||||
perl-I18N-Charset
|
perl-I18N-Charset
|
||||||
perl-IO-AIO
|
perl-IO-AIO
|
||||||
perl-IO-All
|
perl-IO-All
|
||||||
@@ -3933,8 +4009,11 @@ perl-IPC-Run3
|
|||||||
perl-IPC-ShareLite
|
perl-IPC-ShareLite
|
||||||
perl-IPC-Shareable
|
perl-IPC-Shareable
|
||||||
perl-IPC-System-Simple
|
perl-IPC-System-Simple
|
||||||
|
perl-Image-Base
|
||||||
perl-Image-Info
|
perl-Image-Info
|
||||||
perl-Image-Size
|
perl-Image-Size
|
||||||
|
perl-Image-Xbm
|
||||||
|
perl-Image-Xpm
|
||||||
perl-Import-Into
|
perl-Import-Into
|
||||||
perl-Importer
|
perl-Importer
|
||||||
perl-Inline
|
perl-Inline
|
||||||
@@ -3955,6 +4034,7 @@ perl-Library-CallNumber-LC
|
|||||||
perl-Lingua-EN-Inflect
|
perl-Lingua-EN-Inflect
|
||||||
perl-Lingua-EN-Inflect-Number
|
perl-Lingua-EN-Inflect-Number
|
||||||
perl-Lingua-Translit
|
perl-Lingua-Translit
|
||||||
|
perl-Linux-Pid
|
||||||
perl-List-AllUtils
|
perl-List-AllUtils
|
||||||
perl-List-Compare
|
perl-List-Compare
|
||||||
perl-List-MoreUtils
|
perl-List-MoreUtils
|
||||||
@@ -3979,10 +4059,14 @@ perl-MIME-Base32
|
|||||||
perl-MIME-Base64
|
perl-MIME-Base64
|
||||||
perl-MIME-Base64-URLSafe
|
perl-MIME-Base64-URLSafe
|
||||||
perl-MIME-Charset
|
perl-MIME-Charset
|
||||||
|
perl-MIME-Lite
|
||||||
perl-MIME-Types
|
perl-MIME-Types
|
||||||
perl-MLDBM
|
perl-MLDBM
|
||||||
perl-MRO-Compat
|
perl-MRO-Compat
|
||||||
|
perl-Mail-Mailer
|
||||||
perl-Mail-POP3Client
|
perl-Mail-POP3Client
|
||||||
|
perl-Mail-Sender
|
||||||
|
perl-Mail-Sendmail
|
||||||
perl-Math-Base-Convert
|
perl-Math-Base-Convert
|
||||||
perl-Math-Base36
|
perl-Math-Base36
|
||||||
perl-Math-BigInt-GMP
|
perl-Math-BigInt-GMP
|
||||||
@@ -3999,6 +4083,7 @@ perl-Math-Vec
|
|||||||
perl-Memoize-ExpireLRU
|
perl-Memoize-ExpireLRU
|
||||||
perl-Meta-Builder
|
perl-Meta-Builder
|
||||||
perl-Minion
|
perl-Minion
|
||||||
|
perl-Mixin-Linewise
|
||||||
perl-Mock-Config
|
perl-Mock-Config
|
||||||
perl-Modern-Perl
|
perl-Modern-Perl
|
||||||
perl-Module-Build
|
perl-Module-Build
|
||||||
@@ -4010,6 +4095,7 @@ perl-Module-Implementation
|
|||||||
perl-Module-Install
|
perl-Module-Install
|
||||||
perl-Module-List
|
perl-Module-List
|
||||||
perl-Module-Pluggable
|
perl-Module-Pluggable
|
||||||
|
perl-Module-Refresh
|
||||||
perl-Module-Runtime
|
perl-Module-Runtime
|
||||||
perl-Module-Runtime-Conflicts
|
perl-Module-Runtime-Conflicts
|
||||||
perl-Module-ScanDeps
|
perl-Module-ScanDeps
|
||||||
@@ -4033,6 +4119,7 @@ perl-MooseX-Types-JSON
|
|||||||
perl-MooseX-Types-LoadableClass
|
perl-MooseX-Types-LoadableClass
|
||||||
perl-MooseX-Types-Path-Class
|
perl-MooseX-Types-Path-Class
|
||||||
perl-Mozilla-CA
|
perl-Mozilla-CA
|
||||||
|
perl-Net-AMQP
|
||||||
perl-Net-Bluetooth
|
perl-Net-Bluetooth
|
||||||
perl-Net-CIDR-Lite
|
perl-Net-CIDR-Lite
|
||||||
perl-Net-DBus
|
perl-Net-DBus
|
||||||
@@ -4042,6 +4129,7 @@ perl-Net-Daemon
|
|||||||
perl-Net-HTTP
|
perl-Net-HTTP
|
||||||
perl-Net-IDN-Encode
|
perl-Net-IDN-Encode
|
||||||
perl-Net-INET6Glue
|
perl-Net-INET6Glue
|
||||||
|
perl-Net-IP
|
||||||
perl-Net-Ident
|
perl-Net-Ident
|
||||||
perl-Net-MAC
|
perl-Net-MAC
|
||||||
perl-Net-MQTT
|
perl-Net-MQTT
|
||||||
@@ -4060,16 +4148,19 @@ perl-NetPacket
|
|||||||
perl-Number-Bytes-Human
|
perl-Number-Bytes-Human
|
||||||
perl-Number-Compare
|
perl-Number-Compare
|
||||||
perl-Number-Format
|
perl-Number-Format
|
||||||
|
perl-Number-Misc
|
||||||
perl-Number-WithError
|
perl-Number-WithError
|
||||||
perl-Object-Accessor
|
perl-Object-Accessor
|
||||||
perl-Object-Signature
|
perl-Object-Signature
|
||||||
perl-PDF-API2
|
perl-PDF-API2
|
||||||
perl-PDF-Table
|
perl-PDF-Table
|
||||||
perl-PDF-Writer
|
perl-PDF-Writer
|
||||||
|
perl-PHP-Serialization
|
||||||
perl-POD2-Base
|
perl-POD2-Base
|
||||||
perl-POE
|
perl-POE
|
||||||
perl-POE-Test-Loops
|
perl-POE-Test-Loops
|
||||||
perl-POSIX-strftime-Compiler
|
perl-POSIX-strftime-Compiler
|
||||||
|
perl-PPI
|
||||||
perl-Package-Constants
|
perl-Package-Constants
|
||||||
perl-Package-DeprecationManager
|
perl-Package-DeprecationManager
|
||||||
perl-Package-Generator
|
perl-Package-Generator
|
||||||
@@ -4100,6 +4191,7 @@ perl-PerlIO-gzip
|
|||||||
perl-PerlIO-utf8_strict
|
perl-PerlIO-utf8_strict
|
||||||
perl-PerlIO-via-Timeout
|
perl-PerlIO-via-Timeout
|
||||||
perl-PlRPC
|
perl-PlRPC
|
||||||
|
perl-Plack
|
||||||
perl-Pod-Constants
|
perl-Pod-Constants
|
||||||
perl-Pod-Coverage
|
perl-Pod-Coverage
|
||||||
perl-Pod-LaTeX
|
perl-Pod-LaTeX
|
||||||
@@ -4108,6 +4200,8 @@ perl-Pod-Plainer
|
|||||||
perl-Pod-Spell
|
perl-Pod-Spell
|
||||||
perl-Pod-Strip
|
perl-Pod-Strip
|
||||||
perl-PostScript-File
|
perl-PostScript-File
|
||||||
|
perl-Proc-InvokeEditor
|
||||||
|
perl-Proc-ProcessTable
|
||||||
perl-Proc-Wait3
|
perl-Proc-Wait3
|
||||||
perl-Protocol-OSC
|
perl-Protocol-OSC
|
||||||
perl-Quota
|
perl-Quota
|
||||||
@@ -4116,12 +4210,13 @@ perl-Redis
|
|||||||
perl-Ref-Util
|
perl-Ref-Util
|
||||||
perl-Ref-Util-XS
|
perl-Ref-Util-XS
|
||||||
perl-Regexp-Common
|
perl-Regexp-Common
|
||||||
|
perl-Reply
|
||||||
perl-Return-MultiLevel
|
perl-Return-MultiLevel
|
||||||
perl-Role-Basic
|
perl-Role-Basic
|
||||||
perl-Role-Tiny
|
perl-Role-Tiny
|
||||||
perl-Roman
|
perl-Roman
|
||||||
perl-Router-Simple
|
perl-Router-Simple
|
||||||
perl-SGLMSpm
|
perl-SGMLS
|
||||||
perl-SMTP-Server
|
perl-SMTP-Server
|
||||||
perl-SQL-Abstract
|
perl-SQL-Abstract
|
||||||
perl-SQL-SplitStatement
|
perl-SQL-SplitStatement
|
||||||
@@ -4131,6 +4226,9 @@ perl-SUPER
|
|||||||
perl-Scalar-String
|
perl-Scalar-String
|
||||||
perl-Scope-Guard
|
perl-Scope-Guard
|
||||||
perl-Scope-Upper
|
perl-Scope-Upper
|
||||||
|
perl-Sereal
|
||||||
|
perl-Sereal-Decoder
|
||||||
|
perl-Sereal-Encoder
|
||||||
perl-Set-Object
|
perl-Set-Object
|
||||||
perl-Set-Scalar
|
perl-Set-Scalar
|
||||||
perl-Smart-Comments
|
perl-Smart-Comments
|
||||||
@@ -4144,6 +4242,7 @@ perl-Specio
|
|||||||
perl-Spiffy
|
perl-Spiffy
|
||||||
perl-Statistics-Basic
|
perl-Statistics-Basic
|
||||||
perl-Statistics-CaseResampling
|
perl-Statistics-CaseResampling
|
||||||
|
perl-Storable
|
||||||
perl-Stream-Buffered
|
perl-Stream-Buffered
|
||||||
perl-String-Approx
|
perl-String-Approx
|
||||||
perl-String-CamelCase
|
perl-String-CamelCase
|
||||||
@@ -4152,6 +4251,7 @@ perl-String-Expand
|
|||||||
perl-String-Format
|
perl-String-Format
|
||||||
perl-String-Random
|
perl-String-Random
|
||||||
perl-String-Similarity
|
perl-String-Similarity
|
||||||
|
perl-String-Util
|
||||||
perl-Struct-Dumb
|
perl-Struct-Dumb
|
||||||
perl-Sub-Exporter
|
perl-Sub-Exporter
|
||||||
perl-Sub-Exporter-ForMethods
|
perl-Sub-Exporter-ForMethods
|
||||||
@@ -4173,6 +4273,7 @@ perl-System-Command
|
|||||||
perl-TAP-Formatter-HTML
|
perl-TAP-Formatter-HTML
|
||||||
perl-TAP-Harness-Archive
|
perl-TAP-Harness-Archive
|
||||||
perl-Taint-Util
|
perl-Taint-Util
|
||||||
|
perl-Task-Weaken
|
||||||
perl-Template-Toolkit
|
perl-Template-Toolkit
|
||||||
perl-Term-ProgressBar
|
perl-Term-ProgressBar
|
||||||
perl-Term-ReadKey
|
perl-Term-ReadKey
|
||||||
@@ -4194,6 +4295,7 @@ perl-Test-FailWarnings
|
|||||||
perl-Test-Fatal
|
perl-Test-Fatal
|
||||||
perl-Test-File
|
perl-Test-File
|
||||||
perl-Test-File-ShareDir-Dist
|
perl-Test-File-ShareDir-Dist
|
||||||
|
perl-Test-Fork
|
||||||
perl-Test-Identity
|
perl-Test-Identity
|
||||||
perl-Test-Inter
|
perl-Test-Inter
|
||||||
perl-Test-LeakTrace
|
perl-Test-LeakTrace
|
||||||
@@ -4209,6 +4311,7 @@ perl-Test-Needs
|
|||||||
perl-Test-NeedsDisplay
|
perl-Test-NeedsDisplay
|
||||||
perl-Test-NoWarnings
|
perl-Test-NoWarnings
|
||||||
perl-Test-Number-Delta
|
perl-Test-Number-Delta
|
||||||
|
perl-Test-Object
|
||||||
perl-Test-Output
|
perl-Test-Output
|
||||||
perl-Test-Pod
|
perl-Test-Pod
|
||||||
perl-Test-Pod-Coverage
|
perl-Test-Pod-Coverage
|
||||||
@@ -4219,9 +4322,11 @@ perl-Test-RequiresInternet
|
|||||||
perl-Test-SharedFork
|
perl-Test-SharedFork
|
||||||
perl-Test-Simple
|
perl-Test-Simple
|
||||||
perl-Test-Strict
|
perl-Test-Strict
|
||||||
|
perl-Test-SubCalls
|
||||||
perl-Test-Synopsis
|
perl-Test-Synopsis
|
||||||
perl-Test-TCP
|
perl-Test-TCP
|
||||||
perl-Test-Taint
|
perl-Test-Taint
|
||||||
|
perl-Test-Toolbox
|
||||||
perl-Test-Trap
|
perl-Test-Trap
|
||||||
perl-Test-UseAllModules
|
perl-Test-UseAllModules
|
||||||
perl-Test-Warn
|
perl-Test-Warn
|
||||||
@@ -4240,6 +4345,7 @@ perl-Text-Diff
|
|||||||
perl-Text-FindIndent
|
perl-Text-FindIndent
|
||||||
perl-Text-Format
|
perl-Text-Format
|
||||||
perl-Text-Glob
|
perl-Text-Glob
|
||||||
|
perl-Text-Haml
|
||||||
perl-Text-Levenshtein
|
perl-Text-Levenshtein
|
||||||
perl-Text-Levenshtein-Damerau
|
perl-Text-Levenshtein-Damerau
|
||||||
perl-Text-Markdown
|
perl-Text-Markdown
|
||||||
@@ -4282,11 +4388,14 @@ perl-Unicode-Map
|
|||||||
perl-Variable-Magic
|
perl-Variable-Magic
|
||||||
perl-WWW-Form-UrlEncoded
|
perl-WWW-Form-UrlEncoded
|
||||||
perl-WWW-Form-UrlEncoded-XS
|
perl-WWW-Form-UrlEncoded-XS
|
||||||
|
perl-WWW-Mechanize
|
||||||
perl-WWW-RobotRules
|
perl-WWW-RobotRules
|
||||||
perl-Want
|
perl-Want
|
||||||
perl-X11-IdleTime
|
perl-X11-IdleTime
|
||||||
perl-X11-Protocol
|
perl-X11-Protocol
|
||||||
perl-XML-Atom
|
perl-XML-Atom
|
||||||
|
perl-XML-DOM
|
||||||
|
perl-XML-Dumper
|
||||||
perl-XML-Feed
|
perl-XML-Feed
|
||||||
perl-XML-Filter-BufferText
|
perl-XML-Filter-BufferText
|
||||||
perl-XML-Handler-Trees
|
perl-XML-Handler-Trees
|
||||||
@@ -4297,6 +4406,7 @@ perl-XML-Parser
|
|||||||
perl-XML-Parser-Lite
|
perl-XML-Parser-Lite
|
||||||
perl-XML-RSS
|
perl-XML-RSS
|
||||||
perl-XML-RSS-LibXML
|
perl-XML-RSS-LibXML
|
||||||
|
perl-XML-RegExp
|
||||||
perl-XML-SAX
|
perl-XML-SAX
|
||||||
perl-XML-SAX-Base
|
perl-XML-SAX-Base
|
||||||
perl-XML-SAX-Expat
|
perl-XML-SAX-Expat
|
||||||
@@ -4308,6 +4418,7 @@ perl-XML-Twig
|
|||||||
perl-XML-Writer
|
perl-XML-Writer
|
||||||
perl-XML-XPath
|
perl-XML-XPath
|
||||||
perl-XML-XPathEngine
|
perl-XML-XPathEngine
|
||||||
|
perl-XString
|
||||||
perl-YAML
|
perl-YAML
|
||||||
perl-YAML-LibYAML
|
perl-YAML-LibYAML
|
||||||
perl-YAML-Syck
|
perl-YAML-Syck
|
||||||
@@ -4322,8 +4433,11 @@ perl-common-sense
|
|||||||
perl-constant-defer
|
perl-constant-defer
|
||||||
perl-curry
|
perl-curry
|
||||||
perl-gettext
|
perl-gettext
|
||||||
|
perl-inc-latest
|
||||||
perl-indirect
|
perl-indirect
|
||||||
|
perl-latest
|
||||||
perl-libwww-perl
|
perl-libwww-perl
|
||||||
|
perl-libxml-perl
|
||||||
perl-local-lib
|
perl-local-lib
|
||||||
perl-multidimensional
|
perl-multidimensional
|
||||||
perl-namespace-autoclean
|
perl-namespace-autoclean
|
||||||
@@ -4483,6 +4597,7 @@ protobuf
|
|||||||
protobuf-c
|
protobuf-c
|
||||||
psensor
|
psensor
|
||||||
psmisc
|
psmisc
|
||||||
|
pspp
|
||||||
psstop
|
psstop
|
||||||
psutil
|
psutil
|
||||||
psycopg2
|
psycopg2
|
||||||
@@ -4522,6 +4637,7 @@ pydotplus
|
|||||||
pyeclib
|
pyeclib
|
||||||
pyecobee
|
pyecobee
|
||||||
pyee
|
pyee
|
||||||
|
pyelftools
|
||||||
pyemd
|
pyemd
|
||||||
pyenchant
|
pyenchant
|
||||||
pyflakes
|
pyflakes
|
||||||
@@ -4585,6 +4701,7 @@ python-heatclient
|
|||||||
python-hwinfo
|
python-hwinfo
|
||||||
python-kconfiglib
|
python-kconfiglib
|
||||||
python-keystoneclient
|
python-keystoneclient
|
||||||
|
python-ldap
|
||||||
python-magic
|
python-magic
|
||||||
python-magnumclient
|
python-magnumclient
|
||||||
python-manilaclient
|
python-manilaclient
|
||||||
@@ -4620,6 +4737,7 @@ python-zaqarclient
|
|||||||
python-zeep
|
python-zeep
|
||||||
python-zstandard
|
python-zstandard
|
||||||
python3
|
python3
|
||||||
|
python37
|
||||||
pytools
|
pytools
|
||||||
pytorch
|
pytorch
|
||||||
pytz
|
pytz
|
||||||
@@ -4630,6 +4748,7 @@ pywbem
|
|||||||
pyxattr
|
pyxattr
|
||||||
pyxdg
|
pyxdg
|
||||||
pyzmq
|
pyzmq
|
||||||
|
qalculate-gtk
|
||||||
qbittorrent
|
qbittorrent
|
||||||
qca-qt5
|
qca-qt5
|
||||||
qemu
|
qemu
|
||||||
@@ -4761,6 +4880,7 @@ s2tc
|
|||||||
s3fs-fuse
|
s3fs-fuse
|
||||||
s3transfer
|
s3transfer
|
||||||
sahara
|
sahara
|
||||||
|
salt
|
||||||
samba
|
samba
|
||||||
samtools
|
samtools
|
||||||
sane-backends
|
sane-backends
|
||||||
@@ -4818,12 +4938,14 @@ singledispatch
|
|||||||
sip
|
sip
|
||||||
six
|
six
|
||||||
slang
|
slang
|
||||||
|
slurm
|
||||||
smart_open
|
smart_open
|
||||||
smartcols
|
smartcols
|
||||||
smartmontools
|
smartmontools
|
||||||
smmap2
|
smmap2
|
||||||
snabb
|
snabb
|
||||||
snappy
|
snappy
|
||||||
|
sndio
|
||||||
snitun
|
snitun
|
||||||
snowballstemmer
|
snowballstemmer
|
||||||
socat
|
socat
|
||||||
@@ -4875,10 +4997,13 @@ sshfs
|
|||||||
sshpass
|
sshpass
|
||||||
ssocr
|
ssocr
|
||||||
sssd
|
sssd
|
||||||
|
ssw
|
||||||
|
stacer
|
||||||
stack
|
stack
|
||||||
startup-notification
|
startup-notification
|
||||||
statsd
|
statsd
|
||||||
statsmodels
|
statsmodels
|
||||||
|
steam-devices
|
||||||
stellarium
|
stellarium
|
||||||
step
|
step
|
||||||
stestr
|
stestr
|
||||||
@@ -4909,10 +5034,12 @@ sweeper
|
|||||||
swift
|
swift
|
||||||
swig
|
swig
|
||||||
swupd-client
|
swupd-client
|
||||||
|
swupd-client-pre-release
|
||||||
swupd-overdue
|
swupd-overdue
|
||||||
swupd-probe
|
swupd-probe
|
||||||
swupd-search
|
swupd-search
|
||||||
sxhkd
|
sxhkd
|
||||||
|
sxiv
|
||||||
sympy
|
sympy
|
||||||
syndication
|
syndication
|
||||||
synergy
|
synergy
|
||||||
@@ -4926,6 +5053,7 @@ systemd
|
|||||||
systemd-bootchart
|
systemd-bootchart
|
||||||
systemd-netlogd
|
systemd-netlogd
|
||||||
systemsettings
|
systemsettings
|
||||||
|
systemtap
|
||||||
taglib
|
taglib
|
||||||
talloc
|
talloc
|
||||||
tallow
|
tallow
|
||||||
@@ -4947,6 +5075,7 @@ tempora
|
|||||||
tenacity
|
tenacity
|
||||||
tensorboard
|
tensorboard
|
||||||
tensorflow
|
tensorflow
|
||||||
|
tensorflow-addons
|
||||||
tensorflow-estimator
|
tensorflow-estimator
|
||||||
tensorflow-probability
|
tensorflow-probability
|
||||||
tensorflow-serving
|
tensorflow-serving
|
||||||
@@ -5052,8 +5181,10 @@ user-agents
|
|||||||
user-manager
|
user-manager
|
||||||
usermode
|
usermode
|
||||||
userspace-rcu
|
userspace-rcu
|
||||||
|
usrbinjava
|
||||||
usrbinpython
|
usrbinpython
|
||||||
usrbinvi
|
usrbinvi
|
||||||
|
utf8cpp
|
||||||
util-linux
|
util-linux
|
||||||
util-macros
|
util-macros
|
||||||
uwsgi
|
uwsgi
|
||||||
@@ -5074,6 +5205,7 @@ vino
|
|||||||
virt-manager
|
virt-manager
|
||||||
virt-viewer
|
virt-viewer
|
||||||
virtualenv
|
virtualenv
|
||||||
|
vkd3d
|
||||||
vlc
|
vlc
|
||||||
volk
|
volk
|
||||||
volume_key
|
volume_key
|
||||||
@@ -5134,6 +5266,7 @@ xcb-util-xrm
|
|||||||
xclip
|
xclip
|
||||||
xcursor-themes
|
xcursor-themes
|
||||||
xcursorgen
|
xcursorgen
|
||||||
|
xdg-dbus-proxy
|
||||||
xdg-desktop-portal
|
xdg-desktop-portal
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
xdg-desktop-portal-kde
|
xdg-desktop-portal-kde
|
||||||
@@ -5177,6 +5310,7 @@ xinput
|
|||||||
xkbcomp
|
xkbcomp
|
||||||
xkeyboard-config
|
xkeyboard-config
|
||||||
xkill
|
xkill
|
||||||
|
xl2tpd
|
||||||
xlog
|
xlog
|
||||||
xmlb
|
xmlb
|
||||||
xmlrpc-c
|
xmlrpc-c
|
||||||
@@ -5213,15 +5347,17 @@ yaml-cpp
|
|||||||
yappi
|
yappi
|
||||||
yarg
|
yarg
|
||||||
yarl
|
yarl
|
||||||
yarn
|
|
||||||
yasm
|
yasm
|
||||||
yelp
|
yelp
|
||||||
yelp-tools
|
yelp-tools
|
||||||
yelp-xsl
|
yelp-xsl
|
||||||
|
ykclient
|
||||||
ytnef
|
ytnef
|
||||||
zVMCloudConnector
|
zVMCloudConnector
|
||||||
|
zabbix
|
||||||
zake
|
zake
|
||||||
zathura
|
zathura
|
||||||
|
zathura-pdf-poppler
|
||||||
zc.lockfile
|
zc.lockfile
|
||||||
zenity
|
zenity
|
||||||
zeroconf
|
zeroconf
|
||||||
|
|||||||
+10
-1
@@ -265,6 +265,8 @@ def main():
|
|||||||
zap_line_in_file_start(".spec", "%description license")
|
zap_line_in_file_start(".spec", "%description license")
|
||||||
zap_line_in_file_start(".spec", "%package doc")
|
zap_line_in_file_start(".spec", "%package doc")
|
||||||
zap_line_in_file_start(".spec", "cp -a ")
|
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", "URL =")
|
||||||
zap_line_in_file_start("b/Makefile", "PKG_NAME :=")
|
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", "# disable parallelization during build")
|
||||||
zap_line_in_file("b/options.conf", "broken_parallel_build = false")
|
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 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", "compat = false")
|
||||||
zap_line_in_file("b/options.conf", "# set conservative build flags")
|
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", "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 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", "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", "# pass -ffast-math to compiler")
|
||||||
zap_line_in_file("b/options.conf", "fast-math = false")
|
zap_line_in_file("b/options.conf", "fast-math = false")
|
||||||
zap_line_in_file("b/options.conf", "# optimize build for speed over size")
|
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", "# add clang flags")
|
||||||
zap_line_in_file("b/options.conf", "use_clang = false")
|
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", "# 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", "# require package verification for build")
|
||||||
zap_line_in_file("b/options.conf", "verify_required = true")
|
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", "# 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.")
|
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_plus_line_in_file("symbols32")
|
||||||
|
|
||||||
zap_entire_file("b/whatrequires")
|
zap_entire_file("b/whatrequires")
|
||||||
|
zap_entire_file("b/versions")
|
||||||
|
zap_entire_file("b/.gitignore")
|
||||||
|
|
||||||
zap_empty_chunks()
|
zap_empty_chunks()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user