Compare commits

..

11 Commits

Author SHA1 Message Date
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
3 changed files with 49 additions and 4 deletions
+24 -3
View File
@@ -59,6 +59,7 @@ OpenCSG
OpenColorIO
OpenIPMI
OpenSP
Pacemaker
PackageKit
ParaView
Paste
@@ -186,6 +187,7 @@ R-Rcpp
R-RcppArmadillo
R-RcppEigen
R-RcppGSL
R-RcppParallel
R-RcppProgress
R-RcppRoll
R-RcppZiggurat
@@ -1222,6 +1224,7 @@ cantata
cantor
capnproto
capstone
capturer
caribou
case
cassandra
@@ -1336,6 +1339,7 @@ colord
colord-gtk
colord-kde
colordiff
coloredlogs
columbiad
comedilib
comfortaa-fonts
@@ -1402,6 +1406,7 @@ containerd
contextlib2
cookies
coreutils
corosync
coturn
cotyledon
cov-core
@@ -1427,6 +1432,7 @@ cscope
cssselect
ctags
cups
cups-bjnp
cups-filters
cups-pk-helper
curl
@@ -1435,13 +1441,13 @@ cve-bin-tool
cxxfilt
cycler
cyrus-sasl
d9vk
dapl
darkflow
darktable
dash-to-dock
dask
datefudge
dav1d
db
dbus
dbus-broker
@@ -1491,6 +1497,7 @@ dkms
dldt
dldt-model-optimizer
dlib
dlm
dlt-daemon
dmap2gcode
dmenu
@@ -1712,7 +1719,7 @@ gimp
girara
git
git-gui
gitdb2
gitdb
gitg
gitolite
gjs
@@ -1900,6 +1907,7 @@ httplib2
httpretty
hub
hugo
humanfriendly
hunspell
hwloc
hyperscan
@@ -2226,6 +2234,7 @@ krdc
krest
kreversi
krita
kronosnet
kross
kruler
krunner
@@ -2465,6 +2474,8 @@ libnumbertext
liboauth
libodfgen
libogg
libopenshot
libopenshot-audio
libopenzwave
liborcus
libosinfo
@@ -2520,6 +2531,7 @@ libsrtp
libssh
libssh2
libstaroffice
libstatgrab
libstoragemgmt
libsysstat
libtasn1
@@ -3495,6 +3507,7 @@ nload
nlopt
nltk
nmap
nnn
nodejs
nose
nose-cov
@@ -3509,6 +3522,7 @@ noto-cjk
noto-emoji
noto-fonts
nova
npb
npth
nrpe
nspr
@@ -3674,11 +3688,13 @@ pcmanfm
pcmanfm-qt
pcre
pcre2
pcs
pcsc-lite
pdns
pdns-recursor
pdsh
pecan
pep517
pep8
performance
perftest
@@ -4216,6 +4232,7 @@ perl-Params-ValidationCompiler
perl-Parse-EDID
perl-Parse-ExuberantCTags
perl-Parse-RecDescent
perl-Parse-Yapp
perl-Path-Class
perl-Path-Tiny
perl-Pegex
@@ -4881,6 +4898,7 @@ requests-ntlm
requests-oauthlib
requests-toolbelt
requestsexceptions
resource-agents
responses
rest
restic
@@ -4987,7 +5005,7 @@ slurm
smart_open
smartcols
smartmontools
smmap2
smmap
snabb
snappy
sndio
@@ -5060,6 +5078,7 @@ stoken
stow
strace
stress-ng
stringcase
stunnel
su-exec
subunit
@@ -5067,6 +5086,7 @@ subunit2sql
subversion
sudo
suds-jurko
suitable
sundials
supertuxkart
sure
@@ -5193,6 +5213,7 @@ traefik
traitlets
tree
trollius
trustme
typed_ast
typing
typing_extensions
+24
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]")
@@ -358,7 +380,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 "