mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 19:16:00 +00:00
Compare commits
33 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| faa11f738d | |||
| 4db065fa34 | |||
| 07cf4c7085 | |||
| 82baba5b88 | |||
| 257ff7bc57 | |||
| 80d1f17444 | |||
| 4f059caffc | |||
| 7d2f1d5e1d | |||
| d36404255b | |||
| 88dd353e21 | |||
| c232a0f6c2 | |||
| 97edcccc6f | |||
| 16fb031192 | |||
| 46d98726d5 | |||
| 0fa3b3812c | |||
| c6ae76c720 | |||
| b1cfa8f828 | |||
| 2f03d06fc4 | |||
| 514dbd5f33 | |||
| 97894ec9b3 | |||
| 4512f3ae00 | |||
| 4bbdd450d4 | |||
| f2a32480ae | |||
| 8aa923a5a6 | |||
| a757a26828 | |||
| c69acb2821 | |||
| cbb1d9688e | |||
| 9b778e9f80 | |||
| 0894cd7083 | |||
| f07e797a3b | |||
| 6b614da982 | |||
| 56fd505d76 | |||
| 60fe195c79 |
+8
-3
@@ -304,16 +304,21 @@ prekoji-checks:
|
||||
koji: prekoji-checks kojidef
|
||||
@$(MAKE) spdxcheck
|
||||
@$(MAKE) checkblacklist
|
||||
@if ! git branch | grep -q -E '^\* master'; then \
|
||||
@if [ "$$(git rev-parse --abbrev-ref HEAD)" != "master" ]; then \
|
||||
echo "Error: Must be on the master branch to submit to koji" >&2; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
if ! git diff --quiet HEAD ${SPECFILE}; then \
|
||||
if ! git diff --quiet HEAD -- ${SPECFILE}; then \
|
||||
echo "Error: All changes to ${SPECFILE} must be committed first" >&2; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
if git rev-parse --verify --quiet origin/master > /dev/null; then \
|
||||
git fetch; \
|
||||
if git rev-parse --verify --quiet origin/master >/dev/null; then \
|
||||
git pull --rebase; \
|
||||
fi; \
|
||||
if git ls-remote --tags --exit-code origin $(SRPMVERS) >/dev/null; then \
|
||||
echo "Error: remote tag $(SRPMVERS) already exists" >&2; \
|
||||
exit 1; \
|
||||
fi
|
||||
git tag $(SRPMVERS)
|
||||
git push origin master refs/tags/$(SRPMVERS)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
AVB-AudioModules
|
||||
AVBStreamHandler
|
||||
Babel
|
||||
Botan
|
||||
CGAL
|
||||
@@ -31,6 +30,7 @@ HeapDict
|
||||
ImageMagick
|
||||
JAGS
|
||||
Jinja2
|
||||
Judy
|
||||
Keras
|
||||
Keras_Applications
|
||||
Keras_Preprocessing
|
||||
@@ -58,6 +58,7 @@ OpenCSG
|
||||
OpenColorIO
|
||||
OpenIPMI
|
||||
OpenSP
|
||||
Pacemaker
|
||||
PackageKit
|
||||
ParaView
|
||||
Paste
|
||||
@@ -94,6 +95,7 @@ R-BMS
|
||||
R-BatchJobs
|
||||
R-BayesFactor
|
||||
R-BiasedUrn
|
||||
R-BiocManager
|
||||
R-BoolNet
|
||||
R-BradleyTerry2
|
||||
R-Brobdingnag
|
||||
@@ -154,6 +156,7 @@ R-NMF
|
||||
R-NMOF
|
||||
R-PKI
|
||||
R-PerformanceAnalytics
|
||||
R-QUIC
|
||||
R-R.cache
|
||||
R-R.methodsS3
|
||||
R-R.oo
|
||||
@@ -184,6 +187,7 @@ R-Rcpp
|
||||
R-RcppArmadillo
|
||||
R-RcppEigen
|
||||
R-RcppGSL
|
||||
R-RcppParallel
|
||||
R-RcppProgress
|
||||
R-RcppRoll
|
||||
R-RcppZiggurat
|
||||
@@ -288,6 +292,7 @@ R-cmprsk
|
||||
R-cobs
|
||||
R-coda
|
||||
R-coin
|
||||
R-collections
|
||||
R-colorspace
|
||||
R-colourpicker
|
||||
R-combinat
|
||||
@@ -425,6 +430,7 @@ R-futile.options
|
||||
R-future
|
||||
R-g.data
|
||||
R-gam
|
||||
R-gamlss.data
|
||||
R-gamm4
|
||||
R-gbRd
|
||||
R-gbm
|
||||
@@ -432,6 +438,7 @@ R-gbutils
|
||||
R-gclus
|
||||
R-gdata
|
||||
R-gdtools
|
||||
R-gee
|
||||
R-geepack
|
||||
R-geiger
|
||||
R-generics
|
||||
@@ -489,10 +496,12 @@ R-inum
|
||||
R-invgamma
|
||||
R-ipred
|
||||
R-irlba
|
||||
R-isoband
|
||||
R-iterators
|
||||
R-janitor
|
||||
R-joineR
|
||||
R-joineRML
|
||||
R-jomo
|
||||
R-jpeg
|
||||
R-jqr
|
||||
R-jsonlite
|
||||
@@ -508,6 +517,7 @@ R-labelled
|
||||
R-laeken
|
||||
R-lambda.r
|
||||
R-languageR
|
||||
R-languageserver
|
||||
R-lars
|
||||
R-later
|
||||
R-latticeExtra
|
||||
@@ -569,6 +579,7 @@ R-mirt
|
||||
R-misc3d
|
||||
R-miscF
|
||||
R-miscTools
|
||||
R-mitml
|
||||
R-mitools
|
||||
R-mixtools
|
||||
R-mlbench
|
||||
@@ -614,6 +625,7 @@ R-ordinal
|
||||
R-pROC
|
||||
R-packrat
|
||||
R-pamr
|
||||
R-pan
|
||||
R-parsedate
|
||||
R-partitions
|
||||
R-party
|
||||
@@ -636,6 +648,7 @@ R-phylobase
|
||||
R-phylogram
|
||||
R-phytools
|
||||
R-pillar
|
||||
R-pixmap
|
||||
R-pkgKitten
|
||||
R-pkgbuild
|
||||
R-pkgconfig
|
||||
@@ -737,6 +750,7 @@ R-rjstat
|
||||
R-rlang
|
||||
R-rmarkdown
|
||||
R-rmatio
|
||||
R-rmeta
|
||||
R-rms
|
||||
R-rmutil
|
||||
R-rncl
|
||||
@@ -817,6 +831,7 @@ R-spelling
|
||||
R-spls
|
||||
R-stable
|
||||
R-stabledist
|
||||
R-stabs
|
||||
R-stargazer
|
||||
R-startupmsg
|
||||
R-statip
|
||||
@@ -895,11 +910,13 @@ R-whoami
|
||||
R-wikitaxa
|
||||
R-withr
|
||||
R-wooldridge
|
||||
R-wordcloud
|
||||
R-worrms
|
||||
R-xfun
|
||||
R-xml2
|
||||
R-xmlparsedata
|
||||
R-xopen
|
||||
R-xptr
|
||||
R-xtable
|
||||
R-xts
|
||||
R-yaml
|
||||
@@ -1019,6 +1036,7 @@ alembic
|
||||
alsa-firmware
|
||||
alsa-lib
|
||||
alsa-plugins
|
||||
alsa-ucm-conf
|
||||
alsa-utils
|
||||
amazon-efs-utils
|
||||
amqp
|
||||
@@ -1057,6 +1075,7 @@ arpack-ng
|
||||
artikulate
|
||||
asciidoc
|
||||
asciinema
|
||||
asgiref
|
||||
asio
|
||||
asn1crypto
|
||||
aspell
|
||||
@@ -1216,6 +1235,7 @@ cantata
|
||||
cantor
|
||||
capnproto
|
||||
capstone
|
||||
capturer
|
||||
caribou
|
||||
case
|
||||
cassandra
|
||||
@@ -1246,6 +1266,7 @@ chrony
|
||||
chrpath
|
||||
cifs-utils
|
||||
cinder
|
||||
clFFT
|
||||
clamav
|
||||
clear-config-management
|
||||
clear-font
|
||||
@@ -1291,6 +1312,7 @@ clutter
|
||||
clutter-gst
|
||||
clutter-gtk
|
||||
cmake
|
||||
cmarkgfm
|
||||
cmd2
|
||||
cmocka
|
||||
cmrt
|
||||
@@ -1329,11 +1351,13 @@ colord
|
||||
colord-gtk
|
||||
colord-kde
|
||||
colordiff
|
||||
coloredlogs
|
||||
columbiad
|
||||
comedilib
|
||||
comfortaa-fonts
|
||||
commonmark
|
||||
compat-SDL2-soname1
|
||||
compat-boost-soname1.68.0
|
||||
compat-cryptsetup-soname4
|
||||
compat-curl-gnutls-soname4
|
||||
compat-double-conversion-soname1
|
||||
@@ -1395,6 +1419,7 @@ containerd
|
||||
contextlib2
|
||||
cookies
|
||||
coreutils
|
||||
corosync
|
||||
coturn
|
||||
cotyledon
|
||||
cov-core
|
||||
@@ -1420,6 +1445,7 @@ cscope
|
||||
cssselect
|
||||
ctags
|
||||
cups
|
||||
cups-bjnp
|
||||
cups-filters
|
||||
cups-pk-helper
|
||||
curl
|
||||
@@ -1428,13 +1454,13 @@ cve-bin-tool
|
||||
cxxfilt
|
||||
cycler
|
||||
cyrus-sasl
|
||||
d9vk
|
||||
dapl
|
||||
darkflow
|
||||
darktable
|
||||
dash-to-dock
|
||||
dask
|
||||
datefudge
|
||||
dav1d
|
||||
db
|
||||
dbus
|
||||
dbus-broker
|
||||
@@ -1476,6 +1502,7 @@ distro
|
||||
dj-database-url
|
||||
django-appconf
|
||||
django-babel
|
||||
django-debreach
|
||||
django-discover-runner
|
||||
django-nose
|
||||
django-pyscss
|
||||
@@ -1484,6 +1511,7 @@ dkms
|
||||
dldt
|
||||
dldt-model-optimizer
|
||||
dlib
|
||||
dlm
|
||||
dlt-daemon
|
||||
dmap2gcode
|
||||
dmenu
|
||||
@@ -1558,6 +1586,7 @@ embree
|
||||
empy
|
||||
enchant
|
||||
enlightenment
|
||||
enmerkar
|
||||
entrypoints
|
||||
envs
|
||||
eog
|
||||
@@ -1642,6 +1671,7 @@ font-util
|
||||
fontconfig
|
||||
fontforge
|
||||
fonttools
|
||||
fortune-mod
|
||||
fossil
|
||||
frameworkintegration
|
||||
freedv
|
||||
@@ -1658,6 +1688,7 @@ fuse
|
||||
futurist
|
||||
fwupd
|
||||
fwupdate
|
||||
g2fs-utils
|
||||
gTTS-token
|
||||
gabbi
|
||||
garcon
|
||||
@@ -1703,7 +1734,7 @@ gimp
|
||||
girara
|
||||
git
|
||||
git-gui
|
||||
gitdb2
|
||||
gitdb
|
||||
gitg
|
||||
gitolite
|
||||
gjs
|
||||
@@ -1891,6 +1922,7 @@ httplib2
|
||||
httpretty
|
||||
hub
|
||||
hugo
|
||||
humanfriendly
|
||||
hunspell
|
||||
hwloc
|
||||
hyperscan
|
||||
@@ -1950,6 +1982,7 @@ intervaltree
|
||||
intltool
|
||||
ioc-cbc-tools
|
||||
ioping
|
||||
ioport
|
||||
iotop
|
||||
ipaddr
|
||||
ipaddress
|
||||
@@ -1992,7 +2025,10 @@ iwd
|
||||
ixion
|
||||
jack2
|
||||
jansson
|
||||
jaraco.classes
|
||||
jaraco.collections
|
||||
jaraco.functools
|
||||
jaraco.text
|
||||
jarn.viewdoc
|
||||
jdcal
|
||||
jedi
|
||||
@@ -2210,11 +2246,13 @@ kpkpass
|
||||
kplotting
|
||||
kpty
|
||||
kqtquickcharts
|
||||
kquickcharts
|
||||
krb5
|
||||
krdc
|
||||
krest
|
||||
kreversi
|
||||
krita
|
||||
kronosnet
|
||||
kross
|
||||
kruler
|
||||
krunner
|
||||
@@ -2371,7 +2409,6 @@ libgdata
|
||||
libgee
|
||||
libgeotiff
|
||||
libgepub
|
||||
libgfortran-avx
|
||||
libgit2
|
||||
libgit2-glib
|
||||
libglade
|
||||
@@ -2425,6 +2462,7 @@ liblxqt
|
||||
libmaxminddb
|
||||
libmbim
|
||||
libmediaart
|
||||
libmemcached
|
||||
libmetalink
|
||||
libmicrohttpd
|
||||
libmnl
|
||||
@@ -2454,6 +2492,8 @@ libnumbertext
|
||||
liboauth
|
||||
libodfgen
|
||||
libogg
|
||||
libopenshot
|
||||
libopenshot-audio
|
||||
libopenzwave
|
||||
liborcus
|
||||
libosinfo
|
||||
@@ -2509,6 +2549,7 @@ libsrtp
|
||||
libssh
|
||||
libssh2
|
||||
libstaroffice
|
||||
libstatgrab
|
||||
libstoragemgmt
|
||||
libsysstat
|
||||
libtasn1
|
||||
@@ -2616,6 +2657,7 @@ ltrace
|
||||
lttng-tools
|
||||
lttng-ust
|
||||
lua
|
||||
lua-nginx-module
|
||||
lua52
|
||||
lualgi
|
||||
luarocks
|
||||
@@ -3470,6 +3512,7 @@ nftables
|
||||
nghttp2
|
||||
nginx
|
||||
nginx-mainline
|
||||
nginx-rtmp-module
|
||||
nginx-upload-module
|
||||
nginx_cookie_flag_module
|
||||
ngraph
|
||||
@@ -3484,6 +3527,7 @@ nload
|
||||
nlopt
|
||||
nltk
|
||||
nmap
|
||||
nnn
|
||||
nodejs
|
||||
nose
|
||||
nose-cov
|
||||
@@ -3498,6 +3542,7 @@ noto-cjk
|
||||
noto-emoji
|
||||
noto-fonts
|
||||
nova
|
||||
npb
|
||||
npth
|
||||
nrpe
|
||||
nspr
|
||||
@@ -3557,6 +3602,7 @@ openjdk13
|
||||
openldap
|
||||
openmpi
|
||||
openscad
|
||||
openshot-qt
|
||||
opensm
|
||||
openssh
|
||||
openssl
|
||||
@@ -3609,6 +3655,7 @@ oslo.versionedobjects
|
||||
oslo.vmware
|
||||
oslosphinx
|
||||
oslotest
|
||||
osm-gps-map
|
||||
osprofiler
|
||||
ostree
|
||||
otp
|
||||
@@ -3662,11 +3709,13 @@ pcmanfm
|
||||
pcmanfm-qt
|
||||
pcre
|
||||
pcre2
|
||||
pcs
|
||||
pcsc-lite
|
||||
pdns
|
||||
pdns-recursor
|
||||
pdsh
|
||||
pecan
|
||||
pep517
|
||||
pep8
|
||||
performance
|
||||
perftest
|
||||
@@ -4176,6 +4225,7 @@ perl-Number-Format
|
||||
perl-Number-Misc
|
||||
perl-Number-WithError
|
||||
perl-Object-Accessor
|
||||
perl-Object-Remote
|
||||
perl-Object-Signature
|
||||
perl-PDF-API2
|
||||
perl-PDF-Table
|
||||
@@ -4204,6 +4254,7 @@ perl-Params-ValidationCompiler
|
||||
perl-Parse-EDID
|
||||
perl-Parse-ExuberantCTags
|
||||
perl-Parse-RecDescent
|
||||
perl-Parse-Yapp
|
||||
perl-Path-Class
|
||||
perl-Path-Tiny
|
||||
perl-Pegex
|
||||
@@ -4275,6 +4326,7 @@ perl-String-Escape
|
||||
perl-String-Expand
|
||||
perl-String-Format
|
||||
perl-String-Random
|
||||
perl-String-ShellQuote
|
||||
perl-String-Similarity
|
||||
perl-String-Util
|
||||
perl-Struct-Dumb
|
||||
@@ -4295,6 +4347,7 @@ perl-Sys-Mmap
|
||||
perl-Sys-SigAction
|
||||
perl-Sys-Statistics-Linux
|
||||
perl-System-Command
|
||||
perl-Systemd-Daemon
|
||||
perl-TAP-Formatter-HTML
|
||||
perl-TAP-Harness-Archive
|
||||
perl-Taint-Util
|
||||
@@ -4315,6 +4368,7 @@ perl-Test-CleanNamespaces
|
||||
perl-Test-Command
|
||||
perl-Test-Compile
|
||||
perl-Test-Deep
|
||||
perl-Test-DiagINC
|
||||
perl-Test-Differences
|
||||
perl-Test-Exception
|
||||
perl-Test-FailWarnings
|
||||
@@ -4514,6 +4568,7 @@ php-krb5
|
||||
php-lua
|
||||
php-lzf
|
||||
php-mailparse
|
||||
php-memcached
|
||||
php-mongodb
|
||||
php-msgpack
|
||||
php-oauth
|
||||
@@ -4546,6 +4601,7 @@ php-xxtea
|
||||
php-yaml
|
||||
php-yar
|
||||
php-zip
|
||||
php-zmq
|
||||
pickleshare
|
||||
picmi
|
||||
picocom
|
||||
@@ -4566,6 +4622,7 @@ pipreqs
|
||||
pixman
|
||||
pkcs11-helper
|
||||
pkg-config
|
||||
pkginfo
|
||||
plasma-browser-integration
|
||||
plasma-desktop
|
||||
plasma-discover
|
||||
@@ -4601,6 +4658,7 @@ postfix
|
||||
postgis
|
||||
postgresql
|
||||
postgresql11
|
||||
postgresql12
|
||||
potrace
|
||||
povray
|
||||
powerdevil
|
||||
@@ -4634,12 +4692,14 @@ ptyprocess
|
||||
pugixml
|
||||
pulseaudio
|
||||
pulsectl
|
||||
pure-sasl
|
||||
purpose
|
||||
pv
|
||||
pwgen
|
||||
py
|
||||
pyDesktop3
|
||||
pyOpenSSL
|
||||
pyRFC3339
|
||||
pyScss
|
||||
pyaes
|
||||
pyalsaaudio
|
||||
@@ -4683,10 +4743,10 @@ pyotp
|
||||
pypandoc
|
||||
pyparsing
|
||||
pyperclip
|
||||
pyperf
|
||||
pypowervm
|
||||
pyquery
|
||||
pyreadline
|
||||
pyrfc3339
|
||||
pyroma
|
||||
pyroute2
|
||||
pyrsistent
|
||||
@@ -4698,7 +4758,9 @@ pysnmp
|
||||
pysubnettree
|
||||
pytest
|
||||
pytest-asyncio
|
||||
pytest-cache
|
||||
pytest-cov
|
||||
pytest-flake8
|
||||
pytest-forked
|
||||
pytest-localserver
|
||||
pytest-randomly
|
||||
@@ -4714,6 +4776,7 @@ python-augeas
|
||||
python-barbicanclient
|
||||
python-ceilometerclient
|
||||
python-cinderclient
|
||||
python-constraint
|
||||
python-coveralls
|
||||
python-crfsuite
|
||||
python-dateutil
|
||||
@@ -4727,8 +4790,10 @@ python-glanceclient
|
||||
python-graphviz
|
||||
python-heatclient
|
||||
python-hwinfo
|
||||
python-jsonrpc-server
|
||||
python-kconfiglib
|
||||
python-keystoneclient
|
||||
python-language-server
|
||||
python-ldap
|
||||
python-magic
|
||||
python-magnumclient
|
||||
@@ -4744,7 +4809,6 @@ python-openid
|
||||
python-openstackclient
|
||||
python-openzwave
|
||||
python-pcre
|
||||
python-perf
|
||||
python-pkgconfig
|
||||
python-pocketlint
|
||||
python-polib
|
||||
@@ -4790,6 +4854,7 @@ qrencode
|
||||
qscintilla
|
||||
qt-creator
|
||||
qt3d
|
||||
qt5ct
|
||||
qtbase
|
||||
qtcanvas3d
|
||||
qtcharts
|
||||
@@ -4844,7 +4909,9 @@ rdma-core
|
||||
re2
|
||||
re2c
|
||||
readline
|
||||
readme_renderer
|
||||
rebootmgr
|
||||
recode
|
||||
recommonmark
|
||||
redis
|
||||
redis-native
|
||||
@@ -4866,6 +4933,7 @@ requests-ntlm
|
||||
requests-oauthlib
|
||||
requests-toolbelt
|
||||
requestsexceptions
|
||||
resource-agents
|
||||
responses
|
||||
rest
|
||||
restic
|
||||
@@ -4877,7 +4945,9 @@ retype
|
||||
rfc3986
|
||||
rfc3987
|
||||
rhythmbox
|
||||
rinutils
|
||||
rjsmin
|
||||
rlwrap
|
||||
rng-tools
|
||||
roboto
|
||||
rofi
|
||||
@@ -4970,13 +5040,14 @@ slurm
|
||||
smart_open
|
||||
smartcols
|
||||
smartmontools
|
||||
smmap2
|
||||
smmap
|
||||
snabb
|
||||
snappy
|
||||
sndio
|
||||
snitun
|
||||
snowballstemmer
|
||||
socat
|
||||
sof-bin
|
||||
solid
|
||||
sonnet
|
||||
sortedcontainers
|
||||
@@ -5016,6 +5087,7 @@ spice
|
||||
spice-gtk
|
||||
spice-protocol
|
||||
spyder-ide
|
||||
spyder-kernels
|
||||
spyder-notebook
|
||||
spyrk
|
||||
sqlalchemy-migrate
|
||||
@@ -5043,6 +5115,7 @@ stoken
|
||||
stow
|
||||
strace
|
||||
stress-ng
|
||||
stringcase
|
||||
stunnel
|
||||
su-exec
|
||||
subunit
|
||||
@@ -5050,6 +5123,7 @@ subunit2sql
|
||||
subversion
|
||||
sudo
|
||||
suds-jurko
|
||||
suitable
|
||||
sundials
|
||||
supertuxkart
|
||||
sure
|
||||
@@ -5070,6 +5144,7 @@ swupd-probe
|
||||
swupd-search
|
||||
sxhkd
|
||||
sxiv
|
||||
symengine
|
||||
sympy
|
||||
syndication
|
||||
synergy
|
||||
@@ -5175,6 +5250,8 @@ traefik
|
||||
traitlets
|
||||
tree
|
||||
trollius
|
||||
trustme
|
||||
twine
|
||||
typed_ast
|
||||
typing
|
||||
typing_extensions
|
||||
@@ -5224,6 +5301,7 @@ valgrind
|
||||
vbox-integration
|
||||
vcstool
|
||||
vcversioner
|
||||
vifm
|
||||
vim
|
||||
vim-fugitive
|
||||
vim-gnupg
|
||||
@@ -5282,6 +5360,7 @@ wpa_supplicant
|
||||
wrapt
|
||||
wsgi_intercept
|
||||
wsjtx
|
||||
wurlitzer
|
||||
wxWidgets
|
||||
x11perf
|
||||
x11vnc
|
||||
|
||||
@@ -102,6 +102,22 @@ def zap_entire_file_end(filename):
|
||||
if file.endswith(filename):
|
||||
files.remove(file)
|
||||
|
||||
def zap_line_in_file_substring(filename, match):
|
||||
global header
|
||||
global files
|
||||
global files_chunks
|
||||
global files_header
|
||||
for file in files:
|
||||
if file.endswith(filename):
|
||||
for chunk in files_chunks[file]:
|
||||
to_delete = list()
|
||||
for line in chunk:
|
||||
if match in line:
|
||||
to_delete.append(line)
|
||||
for line in to_delete:
|
||||
chunk.remove(line)
|
||||
|
||||
|
||||
def zap_line_in_file(filename, match):
|
||||
global header
|
||||
global files
|
||||
@@ -209,6 +225,11 @@ def main():
|
||||
zap_entire_file_end("xz.sig")
|
||||
zap_entire_file_end("gz.sig")
|
||||
zap_entire_file_end("bz2.sig")
|
||||
zap_entire_file_end("xz.asc")
|
||||
zap_entire_file_end("gz.asc")
|
||||
zap_entire_file_end("bz2.asc")
|
||||
|
||||
zap_entire_file_end(".pkey")
|
||||
|
||||
zap_line_in_file("b/testresults", "Total : 0")
|
||||
zap_line_in_file("b/testresults", "Pass : 0")
|
||||
@@ -273,6 +294,7 @@ def main():
|
||||
|
||||
zap_line_in_file("b/options.conf", "archives = ")
|
||||
zap_line_in_file("b/options.conf", "giturl = ")
|
||||
zap_line_in_file("b/options.conf", "url = ")
|
||||
zap_line_in_file("b/options.conf", "[package]")
|
||||
zap_line_in_file("b/options.conf", "")
|
||||
zap_line_in_file("b/options.conf", "[autospec]")
|
||||
@@ -329,8 +351,13 @@ def main():
|
||||
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", "# configure build also for openmpi")
|
||||
zap_line_in_file("b/options.conf", "openmpi = false")
|
||||
zap_line_in_file("b/options.conf", "alias =")
|
||||
zap_line_in_file("b/options.conf", "alias = ")
|
||||
zap_line_in_file("b/options.conf", "nodebug = false")
|
||||
zap_line_in_file("b/options.conf", "domain =")
|
||||
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.")
|
||||
@@ -358,7 +385,9 @@ def main():
|
||||
zap_entire_file("b/whatrequires")
|
||||
zap_entire_file("b/versions")
|
||||
zap_entire_file("b/.gitignore")
|
||||
|
||||
|
||||
zap_line_in_file_substring(".spec", "%{buildroot}/usr/share/package-licenses") # version number change in license copy
|
||||
zap_empty_chunks()
|
||||
|
||||
print_all()
|
||||
|
||||
+1
-1
@@ -102,7 +102,7 @@ fi
|
||||
|
||||
required_progs() {
|
||||
local bindir="/usr/bin"
|
||||
for f in git mock rpm rpmbuild ; do
|
||||
for f in git mock rpm rpmbuild diffstat ; do
|
||||
[ ! -x "${bindir}/${f}" ] && missing+="${f} "
|
||||
done
|
||||
[ "$PEM" ] && [ ! -x /usr/bin/koji ] && missing+="koji "
|
||||
|
||||
Reference in New Issue
Block a user