Compare commits

..

30 Commits

Author SHA1 Message Date
Patrick McCarty 2971492feb Add ciso8601
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2020-03-18 21:32:19 -07:00
clrbuilder faa11f738d Update packages file for version 32640
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-03-18 05:10:45 +00:00
Patrick McCarty 4db065fa34 Add R-isoband (new dep for R-ggplot2)
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2020-03-17 21:28:49 -07:00
Arjan van de Ven 07cf4c7085 more boilerplate due to autospec changes 2020-03-17 23:16:53 +00:00
clrbuilder 82baba5b88 Update packages file for version 32630
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-03-17 17:00:52 +00:00
clrbuilder 257ff7bc57 Update packages file for version 32610
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-03-16 05:10:33 +00:00
clrbuilder 80d1f17444 Update packages file for version 32600
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-03-13 05:10:56 +00:00
clrbuilder 4f059caffc Update packages file for version 32590
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-03-12 05:11:21 +00:00
clrbuilder 7d2f1d5e1d Update packages file for version 32580
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-03-11 05:10:13 +00:00
clrbuilder d36404255b Update packages file for version 32570
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-03-10 05:10:40 +00:00
clrbuilder 88dd353e21 Update packages file for version 32560
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-03-09 05:10:57 +00:00
Patrick McCarty c232a0f6c2 Update package list
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2020-03-06 14:57:09 -08:00
clrbuilder 97edcccc6f Update packages file for version 32550
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-03-06 06:09:30 +00:00
clrbuilder 16fb031192 Update packages file for version 32540
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-03-05 06:10:39 +00:00
clrbuilder 46d98726d5 Update packages file for version 32530
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-03-04 06:11:22 +00:00
Arjan van de Ven 0fa3b3812c reduce more spec file noise 2020-03-03 17:27:52 +00:00
Arjan van de Ven c6ae76c720 reduce noise in review some more 2020-03-03 17:21:40 +00:00
Arjan van de Ven b1cfa8f828 avoid ehx poisoning 2020-03-03 17:20:50 +00:00
Arjan van de Ven 2f03d06fc4 also drop .asc files from the review... avoid hex poisoning 2020-03-03 17:18:51 +00:00
clrbuilder 514dbd5f33 Update packages file for version 32520
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-03-03 08:11:55 +00:00
clrbuilder 97894ec9b3 Update packages file for version 32510
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-03-02 06:10:25 +00:00
clrbuilder 4512f3ae00 Update packages file for version 32500
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-02-28 17:45:41 +00:00
clrbuilder 4bbdd450d4 Update packages file for version 32490
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-02-28 06:10:11 +00:00
puneetse f2a32480ae Add diffstat in required programs check
diffstat is required to geenrate the for-review.txt
2020-02-26 19:44:50 +00:00
Patrick McCarty 8aa923a5a6 Replace gitdb2/smmap2 with gitdb/smmap
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2020-02-24 16:20:26 -08:00
clrbuilder a757a26828 Update packages file for version 32390
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-02-24 18:20:28 +00:00
clrbuilder c69acb2821 Update packages file for version 32380
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-02-21 06:09:31 +00:00
Arzhan Kinzhalin cbb1d9688e make koji: check remote tag exists beforehand 2020-02-20 10:17:32 -08:00
clrbuilder 9b778e9f80 Update packages file for version 32370
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-02-20 06:09:16 +00:00
clrbuilder 0894cd7083 Update packages file for version 32360
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-02-19 06:11:53 +00:00
4 changed files with 115 additions and 11 deletions
+8 -3
View File
@@ -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)
+77 -7
View File
@@ -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
@@ -155,6 +156,7 @@ R-NMF
R-NMOF
R-PKI
R-PerformanceAnalytics
R-QUIC
R-R.cache
R-R.methodsS3
R-R.oo
@@ -185,6 +187,7 @@ R-Rcpp
R-RcppArmadillo
R-RcppEigen
R-RcppGSL
R-RcppParallel
R-RcppProgress
R-RcppRoll
R-RcppZiggurat
@@ -289,6 +292,7 @@ R-cmprsk
R-cobs
R-coda
R-coin
R-collections
R-colorspace
R-colourpicker
R-combinat
@@ -426,6 +430,7 @@ R-futile.options
R-future
R-g.data
R-gam
R-gamlss.data
R-gamm4
R-gbRd
R-gbm
@@ -433,6 +438,7 @@ R-gbutils
R-gclus
R-gdata
R-gdtools
R-gee
R-geepack
R-geiger
R-generics
@@ -490,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
@@ -509,6 +517,7 @@ R-labelled
R-laeken
R-lambda.r
R-languageR
R-languageserver
R-lars
R-later
R-latticeExtra
@@ -570,6 +579,7 @@ R-mirt
R-misc3d
R-miscF
R-miscTools
R-mitml
R-mitools
R-mixtools
R-mlbench
@@ -615,6 +625,7 @@ R-ordinal
R-pROC
R-packrat
R-pamr
R-pan
R-parsedate
R-partitions
R-party
@@ -739,6 +750,7 @@ R-rjstat
R-rlang
R-rmarkdown
R-rmatio
R-rmeta
R-rms
R-rmutil
R-rncl
@@ -819,6 +831,7 @@ R-spelling
R-spls
R-stable
R-stabledist
R-stabs
R-stargazer
R-startupmsg
R-statip
@@ -897,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
@@ -1021,6 +1036,7 @@ alembic
alsa-firmware
alsa-lib
alsa-plugins
alsa-ucm-conf
alsa-utils
amazon-efs-utils
amqp
@@ -1059,6 +1075,7 @@ arpack-ng
artikulate
asciidoc
asciinema
asgiref
asio
asn1crypto
aspell
@@ -1218,6 +1235,7 @@ cantata
cantor
capnproto
capstone
capturer
caribou
case
cassandra
@@ -1248,6 +1266,7 @@ chrony
chrpath
cifs-utils
cinder
ciso8601
clFFT
clamav
clear-config-management
@@ -1294,6 +1313,7 @@ clutter
clutter-gst
clutter-gtk
cmake
cmarkgfm
cmd2
cmocka
cmrt
@@ -1332,11 +1352,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
@@ -1398,6 +1420,7 @@ containerd
contextlib2
cookies
coreutils
corosync
coturn
cotyledon
cov-core
@@ -1423,6 +1446,7 @@ cscope
cssselect
ctags
cups
cups-bjnp
cups-filters
cups-pk-helper
curl
@@ -1431,13 +1455,13 @@ cve-bin-tool
cxxfilt
cycler
cyrus-sasl
d9vk
dapl
darkflow
darktable
dash-to-dock
dask
datefudge
dav1d
db
dbus
dbus-broker
@@ -1479,6 +1503,7 @@ distro
dj-database-url
django-appconf
django-babel
django-debreach
django-discover-runner
django-nose
django-pyscss
@@ -1487,6 +1512,7 @@ dkms
dldt
dldt-model-optimizer
dlib
dlm
dlt-daemon
dmap2gcode
dmenu
@@ -1561,6 +1587,7 @@ embree
empy
enchant
enlightenment
enmerkar
entrypoints
envs
eog
@@ -1662,6 +1689,7 @@ fuse
futurist
fwupd
fwupdate
g2fs-utils
gTTS-token
gabbi
garcon
@@ -1707,7 +1735,7 @@ gimp
girara
git
git-gui
gitdb2
gitdb
gitg
gitolite
gjs
@@ -1895,6 +1923,7 @@ httplib2
httpretty
hub
hugo
humanfriendly
hunspell
hwloc
hyperscan
@@ -1997,7 +2026,10 @@ iwd
ixion
jack2
jansson
jaraco.classes
jaraco.collections
jaraco.functools
jaraco.text
jarn.viewdoc
jdcal
jedi
@@ -2215,11 +2247,13 @@ kpkpass
kplotting
kpty
kqtquickcharts
kquickcharts
krb5
krdc
krest
kreversi
krita
kronosnet
kross
kruler
krunner
@@ -2376,7 +2410,6 @@ libgdata
libgee
libgeotiff
libgepub
libgfortran-avx
libgit2
libgit2-glib
libglade
@@ -2430,6 +2463,7 @@ liblxqt
libmaxminddb
libmbim
libmediaart
libmemcached
libmetalink
libmicrohttpd
libmnl
@@ -2459,6 +2493,8 @@ libnumbertext
liboauth
libodfgen
libogg
libopenshot
libopenshot-audio
libopenzwave
liborcus
libosinfo
@@ -2514,6 +2550,7 @@ libsrtp
libssh
libssh2
libstaroffice
libstatgrab
libstoragemgmt
libsysstat
libtasn1
@@ -2621,6 +2658,7 @@ ltrace
lttng-tools
lttng-ust
lua
lua-nginx-module
lua52
lualgi
luarocks
@@ -3475,6 +3513,7 @@ nftables
nghttp2
nginx
nginx-mainline
nginx-rtmp-module
nginx-upload-module
nginx_cookie_flag_module
ngraph
@@ -3489,6 +3528,7 @@ nload
nlopt
nltk
nmap
nnn
nodejs
nose
nose-cov
@@ -3503,6 +3543,7 @@ noto-cjk
noto-emoji
noto-fonts
nova
npb
npth
nrpe
nspr
@@ -3562,6 +3603,7 @@ openjdk13
openldap
openmpi
openscad
openshot-qt
opensm
openssh
openssl
@@ -3668,11 +3710,13 @@ pcmanfm
pcmanfm-qt
pcre
pcre2
pcs
pcsc-lite
pdns
pdns-recursor
pdsh
pecan
pep517
pep8
performance
perftest
@@ -4182,6 +4226,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
@@ -4210,6 +4255,7 @@ perl-Params-ValidationCompiler
perl-Parse-EDID
perl-Parse-ExuberantCTags
perl-Parse-RecDescent
perl-Parse-Yapp
perl-Path-Class
perl-Path-Tiny
perl-Pegex
@@ -4281,6 +4327,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
@@ -4301,6 +4348,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
@@ -4321,6 +4369,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
@@ -4520,6 +4569,7 @@ php-krb5
php-lua
php-lzf
php-mailparse
php-memcached
php-mongodb
php-msgpack
php-oauth
@@ -4552,6 +4602,7 @@ php-xxtea
php-yaml
php-yar
php-zip
php-zmq
pickleshare
picmi
picocom
@@ -4572,6 +4623,7 @@ pipreqs
pixman
pkcs11-helper
pkg-config
pkginfo
plasma-browser-integration
plasma-desktop
plasma-discover
@@ -4641,12 +4693,14 @@ ptyprocess
pugixml
pulseaudio
pulsectl
pure-sasl
purpose
pv
pwgen
py
pyDesktop3
pyOpenSSL
pyRFC3339
pyScss
pyaes
pyalsaaudio
@@ -4690,10 +4744,10 @@ pyotp
pypandoc
pyparsing
pyperclip
pyperf
pypowervm
pyquery
pyreadline
pyrfc3339
pyroma
pyroute2
pyrsistent
@@ -4705,7 +4759,9 @@ pysnmp
pysubnettree
pytest
pytest-asyncio
pytest-cache
pytest-cov
pytest-flake8
pytest-forked
pytest-localserver
pytest-randomly
@@ -4721,6 +4777,7 @@ python-augeas
python-barbicanclient
python-ceilometerclient
python-cinderclient
python-constraint
python-coveralls
python-crfsuite
python-dateutil
@@ -4734,8 +4791,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
@@ -4751,7 +4810,6 @@ python-openid
python-openstackclient
python-openzwave
python-pcre
python-perf
python-pkgconfig
python-pocketlint
python-polib
@@ -4797,6 +4855,7 @@ qrencode
qscintilla
qt-creator
qt3d
qt5ct
qtbase
qtcanvas3d
qtcharts
@@ -4851,6 +4910,7 @@ rdma-core
re2
re2c
readline
readme_renderer
rebootmgr
recode
recommonmark
@@ -4874,6 +4934,7 @@ requests-ntlm
requests-oauthlib
requests-toolbelt
requestsexceptions
resource-agents
responses
rest
restic
@@ -4887,6 +4948,7 @@ rfc3987
rhythmbox
rinutils
rjsmin
rlwrap
rng-tools
roboto
rofi
@@ -4979,13 +5041,14 @@ slurm
smart_open
smartcols
smartmontools
smmap2
smmap
snabb
snappy
sndio
snitun
snowballstemmer
socat
sof-bin
solid
sonnet
sortedcontainers
@@ -5025,6 +5088,7 @@ spice
spice-gtk
spice-protocol
spyder-ide
spyder-kernels
spyder-notebook
spyrk
sqlalchemy-migrate
@@ -5052,6 +5116,7 @@ stoken
stow
strace
stress-ng
stringcase
stunnel
su-exec
subunit
@@ -5059,6 +5124,7 @@ subunit2sql
subversion
sudo
suds-jurko
suitable
sundials
supertuxkart
sure
@@ -5079,6 +5145,7 @@ swupd-probe
swupd-search
sxhkd
sxiv
symengine
sympy
syndication
synergy
@@ -5184,6 +5251,8 @@ traefik
traitlets
tree
trollius
trustme
twine
typed_ast
typing
typing_extensions
@@ -5292,6 +5361,7 @@ wpa_supplicant
wrapt
wsgi_intercept
wsjtx
wurlitzer
wxWidgets
x11perf
x11vnc
+29
View File
@@ -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
View File
@@ -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 "