Compare commits

..

28 Commits

Author SHA1 Message Date
clrbuilder d96968cc98 Update packages file for version 37360
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-30 11:40:26 -07:00
clrbuilder 4b284ecb9b Update packages file for version 37340
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-29 08:28:29 -07:00
clrbuilder 746d69c99b Update packages file for version 37330
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-28 12:13:33 -07:00
clrbuilder 14f1e53183 Update packages file for version 37320
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-27 04:12:23 -07:00
Patrick McCarty a734764581 common: default to always use sudo
The conditional setting of WITH_SUDO has been a no-op for several years,
so just set the default value to `sudo`.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-09-26 22:10:53 +00:00
clrbuilder 0c9a4e6802 Update packages file for version 37310
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-26 07:43:46 -07:00
Patrick McCarty c44e74f556 Ensure make diff output is not piped to a pager
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-09-26 03:14:50 +00:00
clrbuilder 16e5086381 Update packages file for version 37300
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-22 18:37:05 -07:00
clrbuilder ae3cbddb46 Update packages file for version 37230
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-21 06:28:45 -07:00
clrbuilder 7b1ffd3045 Update packages file for version 37220
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-20 04:12:29 -07:00
clrbuilder 75610ac5f7 Update packages file for version 37210
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-19 17:57:48 -07:00
clrbuilder 8b98eabe53 Update packages file for version 37200
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-19 10:01:28 -07:00
clrbuilder 8b7cfc2cf1 Update packages file for version 37130
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-12 11:48:21 -07:00
clrbuilder ddb800af7e Update packages file for version 37070
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-07 12:43:19 -07:00
clrbuilder c514292f56 Update packages file for version 37010
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-02 10:36:13 -07:00
clrbuilder a1b55a619a Update packages file for version 36990
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-09-01 04:09:36 -07:00
clrbuilder 0896766e26 Update packages file for version 36950
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-29 14:07:22 -07:00
clrbuilder 68da68007d Update packages file for version 36940
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-26 16:50:07 -07:00
clrbuilder 35cdf3d618 Update packages file for version 36920
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-25 13:42:14 -07:00
clrbuilder c646187f11 Update packages file for version 36910
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-25 04:10:45 -07:00
clrbuilder af28bdadf7 Update packages file for version 36850
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-16 04:09:43 -07:00
Patrick McCarty 39c9a566a6 Update for SPDX 3.18 release
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-08-12 00:34:50 +00:00
clrbuilder b0ab451ae0 Update packages file for version 36800
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-11 04:09:08 -07:00
clrbuilder ac1c648189 Update packages file for version 36760
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-08 16:15:44 -07:00
clrbuilder 2939f3c5f8 Update packages file for version 36740
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-04 04:10:29 -07:00
clrbuilder e361b3ab2f Update packages file for version 36730
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-03 07:20:11 -07:00
clrbuilder 6081437611 Update packages file for version 36720
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-02 16:07:38 -07:00
clrbuilder d6c8858c6e Update packages file for version 36710
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-08-02 04:12:42 -07:00
4 changed files with 60 additions and 32 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ LATEST_RPMS = $(wildcard rpms/*.rpm)
DEBUGINFO_RPM = $(wildcard rpms/${PKG_NAME}-debuginfo-$(shell $(call queryspec,%{V}-%{R},${SPECFILE})).*.rpm)
RPMS ?= $(LATEST_RPMS)
WITH_SUDO = $(shell cmp /usr/bin/mock /usr/sbin/mock &> /dev/null && echo sudo )
WITH_SUDO = sudo
# MOCK_CONFIG_VAL is set in Makefile.shared
MOCK_SMP_FLAGS=$(patsubst -j%, -D_smp_mflags\ -j%,$(filter -j%, $(MAKEFLAGS)))
+1 -1
View File
@@ -168,7 +168,7 @@ status: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
#help the --stat flag.
diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
@for p in projects/common $(addprefix packages/,$(PKGS_LOCAL)); do \
(cd $$p; git status --porcelain | grep -vq '^?? ' && (echo "Uncommitted changes in: $$p"; git diff --stat); :) ;\
(cd $$p; git status --porcelain | grep -vq '^?? ' && (echo "Uncommitted changes in: $$p"; git --no-pager diff --stat); :) ;\
done
#help log: Run git log origin/main..HEAD for all package repos, thus
+12
View File
@@ -32,6 +32,7 @@ Apache-1.0
Apache-1.1
Apache-2.0
App-s2p
Arphic-1999
Artistic-1.0
Artistic-1.0-Perl
Artistic-1.0-cl8
@@ -59,11 +60,13 @@ BSD-Protection
BSD-Source-Code
BSL-1.0
BUSL-1.1
Baekmuk
Bahyph
Barr
Beerware
BitTorrent-1.0
BitTorrent-1.1
Bitstream-Vera
BlueOak-1.0.0
Borceux
C-UDA-1.0
@@ -77,6 +80,7 @@ CC-BY-2.5-AU
CC-BY-3.0
CC-BY-3.0-AT
CC-BY-3.0-DE
CC-BY-3.0-IGO
CC-BY-3.0-NL
CC-BY-3.0-US
CC-BY-4.0
@@ -270,6 +274,8 @@ LPPL-1.1
LPPL-1.2
LPPL-1.3a
LPPL-1.3c
LZMA-SDK-9.11-to-9.20
LZMA-SDK-9.22
Latex2e
Leptonica
LiLiQ-P-1.1
@@ -291,10 +297,12 @@ MPL-1.0
MPL-1.1
MPL-2.0
MPL-2.0-no-copyleft-exception
MS-LPL
MS-PL
MS-RL
MTLL
MakeIndex
Minpack
MirOS
Motosoto
MulanPSL-1.0
@@ -307,6 +315,7 @@ NBPL-1.0
NCGL-UK-2.0
NCSA
NGPL
NICTA-1.0
NIST-PD
NIST-PD-fallback
NLOD-1.0
@@ -381,6 +390,7 @@ PolyForm-Noncommercial-1.0.0
PolyForm-Small-Business-1.0.0
PostgreSQL
Python-2.0
Python-2.0.1
QPL-1.0
Qhull
RHeCos-1.1
@@ -475,7 +485,9 @@ iMatix
libpng-2.0
libselinux-1.0
libtiff
mpi-permissive
mpich2
mplus
psfrag
psutils
wxWindows
+46 -30
View File
@@ -48,7 +48,6 @@ QAT_engine
QGIS
R
R-AER
R-AMORE
R-ATR
R-Amelia
R-AmesHousing
@@ -166,7 +165,6 @@ R-Rsolnp
R-Rtsne
R-Rvmmin
R-Ryacas
R-SDMTools
R-SGP
R-SGPdata
R-SQUAREM
@@ -201,7 +199,6 @@ R-adespatial
R-admisc
R-afex
R-alabama
R-alr3
R-analogue
R-animation
R-ape
@@ -346,7 +343,6 @@ R-dynlm
R-e1071
R-eRm
R-earth
R-eco
R-ecodist
R-eddington
R-effects
@@ -646,6 +642,7 @@ R-officer
R-openssl
R-openxlsx
R-optextras
R-optimParallel
R-optimx
R-optparse
R-ordinal
@@ -949,7 +946,6 @@ R-tseries
R-tsne
R-tzdb
R-ucminf
R-unbalanced
R-units
R-unix
R-urca
@@ -1088,9 +1084,7 @@ aspell-pt_BR
assimp
asunder
at
at-spi2-atk
at-spi2-core
atk
atkmm
attica
attr
@@ -1160,6 +1154,7 @@ bridge-utils
brotli
bsdiff
bspwm
btop
btrfs-progs
bubblewrap
buildreq-R
@@ -1277,6 +1272,7 @@ compat-curl-gnutls-soname4
compat-enchant-soname1
compat-fuse-soname2
compat-gcc-10
compat-gcr-soname1
compat-gdal-soname27
compat-glibmm-soname24
compat-gnome-bluetooth-soname-13
@@ -1291,11 +1287,13 @@ compat-libva-soname1
compat-lua-52
compat-lua-53
compat-nettle-soname7
compat-openssl-soname11
compat-pangomm-soname14
compat-poppler-soname117
compat-poppler-soname123
compat-protobuf-soname29
compat-readline-soname5
compat-rest-soname07
compat-tracker-soname2.0
compat-webkitgtk-soname40
component
compute-image-packages
@@ -1408,6 +1406,7 @@ e2fsprogs
earlyoom
ebtables
ed
editorconfig-core-c
edk2
efibootmgr
efitools
@@ -1461,7 +1460,6 @@ filelight
filesystem
findutils
fio
firecracker
firefox
firewalld
fish
@@ -1494,6 +1492,7 @@ freetype
fribidi
fritzing-app
fs
fsarchiver
fsearch
fuse
fwupd
@@ -1691,7 +1690,6 @@ hexchat
hexedit
hicolor-icon-theme
hiredis-c
home-assistant
hostname
hplip
htop
@@ -1722,6 +1720,7 @@ icon-naming-utils
icu4c
idle-python3.7-assets
iftop
igsc
igt-gpu-tools
iio-sensor-proxy
imagescan
@@ -1759,12 +1758,12 @@ ipvsadm
ipxe
irqbalance
irrlicht
irrlichtmt
irssi
isa-l
iso-codes
isodate
isomd5sum
ister
isync
itstool
iw
@@ -1794,11 +1793,6 @@ kapidox
kapman
kapptemplate
karchive
kata-image
kata-proxy
kata-qemu-lite
kata-runtime
kata-shim
kate
katomic
kauth
@@ -1819,6 +1813,7 @@ kcharselect
kcmutils
kcodecs
kcolorchooser
kcolorpicker
kcompletion
kconfig
kconfigwidgets
@@ -1889,6 +1884,7 @@ kidletime
kig
kigo
killbots
kimageannotator
kimageformats
kimagemapeditor
kimap
@@ -1959,6 +1955,7 @@ kross
kruler
krunner
krusader
ksanecore
kscreen
kscreenlocker
kservice
@@ -2065,6 +2062,7 @@ libcerf
libcgroup
libchamplain
libclc
libcloudproviders
libcmis
libcomps
libconfig
@@ -2122,7 +2120,6 @@ libgtop
libgudev
libgusb
libgweather
libgweather4
libhandy
libical
libidn
@@ -2201,6 +2198,7 @@ libpipeline
libplacebo
libpng
libportal
libproxy
libpsl
libpthread-stubs
libpwquality
@@ -2305,18 +2303,15 @@ linux-aws
linux-current
linux-firmware
linux-firmware-ipu
linux-gce
linux-hyperv
linux-hyperv-lts
linux-iot-lts2018
linux-iot-lts2018-preempt-rt
linux-kata
linux-kvm
linux-libc-headers
linux-lts2017
linux-lts2018
linux-lts2019
linux-lts2020
linux-lts2021
linux-mainline
linux-oracle
linux-preempt-rt
@@ -2404,6 +2399,7 @@ meta-desktop-kde
meta-os-core
meta-os-core-plus
metacity
metee
metis
metrics-discovery
micro-config-drive
@@ -2443,6 +2439,7 @@ mosh
mosquitto
motd-update
motif
mozjs102
mozjs91
mpc
mpfr
@@ -2543,6 +2540,7 @@ octave
oiio
okteta
okular
oneVPL
onig
opa-fm
opa-psm2
@@ -2604,7 +2602,6 @@ pass
patch
patchelf
patchutils
pathlib2
pathos
pavucontrol
pbzip2
@@ -2965,6 +2962,7 @@ perl-IO-All
perl-IO-Async
perl-IO-Capture
perl-IO-CaptureOutput
perl-IO-FDPass
perl-IO-HTML
perl-IO-Interactive
perl-IO-Interactive-Tiny
@@ -3035,6 +3033,8 @@ perl-Log-Message
perl-Log-Message-Simple
perl-Log-Trace
perl-MARC-Record
perl-MCE
perl-MCE-Shared
perl-MIME-Base32
perl-MIME-Base64
perl-MIME-Base64-URLSafe
@@ -3559,7 +3559,7 @@ postgresql
postgresql11
postgresql12
postgresql13
postgresql14
postgresql9
potrace
powerdevil
powerline-fonts
@@ -3636,9 +3636,9 @@ pypi-async_timeout
pypi-asyncssh
pypi-asynctest
pypi-atomicwrites
pypi-atomicwrites_homeassistant
pypi-atpublic
pypi-attrs
pypi-autocommand
pypi-automat
pypi-awesomeversion
pypi-awscrt
@@ -3653,6 +3653,7 @@ pypi-azure_mgmt_resource
pypi-azure_mgmt_storage
pypi-babel
pypi-backcall
pypi-backoff
pypi-backports.cached_property
pypi-backports.entry_points_selectable
pypi-backports.functools_lru_cache
@@ -3729,6 +3730,7 @@ pypi-cons
pypi-constantly
pypi-contextlib2
pypi-contextvars
pypi-contourpy
pypi-cookiecutter
pypi-cookies
pypi-coverage
@@ -3776,6 +3778,7 @@ pypi-docopt
pypi-docstring_parser
pypi-docutils
pypi-dpcontracts
pypi-dulwich
pypi-ecdsa
pypi-editables
pypi-elementpath
@@ -3797,6 +3800,7 @@ pypi-falcon
pypi-fasteners
pypi-fastimport
pypi-fastjsonschema
pypi-filecache
pypi-filelock
pypi-fissix
pypi-flake8
@@ -3835,6 +3839,8 @@ pypi-google_auth_oauthlib
pypi-google_pasta
pypi-google_reauth
pypi-googleapis_common_protos
pypi-gql
pypi-graphql_core
pypi-graphviz
pypi-greenlet
pypi-grpcio
@@ -3849,6 +3855,8 @@ pypi-h11
pypi-h2
pypi-h5py
pypi-hammock
pypi-hatch_fancy_pypi_readme
pypi-hatch_nodejs_version
pypi-hatch_vcs
pypi-hatchling
pypi-heapdict
@@ -4047,7 +4055,7 @@ pypi-partd
pypi-paste
pypi-pastedeploy
pypi-pastel
pypi-pathlib
pypi-pathlib2
pypi-pathspec
pypi-pathtools
pypi-patsy
@@ -4076,6 +4084,7 @@ pypi-ply
pypi-pockets
pypi-poetry
pypi-poetry_core
pypi-poetry_plugin_export
pypi-polib
pypi-port_for
pypi-portalocker
@@ -4115,6 +4124,7 @@ pypi-pycryptodome
pypi-pycryptodomex
pypi-pycups
pypi-pycurl
pypi-pydantic
pypi-pydata_sphinx_theme
pypi-pydispatcher
pypi-pydocstyle
@@ -4135,6 +4145,7 @@ pypi-pymdown_extensions
pypi-pynacl
pypi-pynetbox
pypi-pynsist
pypi-pyomo
pypi-pyopengl
pypi-pyopenssl
pypi-pyparsing
@@ -4144,6 +4155,7 @@ pypi-pyproject_metadata
pypi-pyprojectx
pypi-pypsrp
pypi-pyqrcode
pypi-pyqt6_sip
pypi-pyquery
pypi-pyreadline
pypi-pyrfc3339
@@ -4192,6 +4204,7 @@ pypi-python_lsp_server
pypi-python_multilib
pypi-python_slugify
pypi-python_string_utils
pypi-python_version
pypi-python_xlib
pypi-pythran
pypi-pytoolconfig
@@ -4210,6 +4223,7 @@ pypi-pyzmq
pypi-qtawesome
pypi-qtconsole
pypi-qtpy
pypi-rapidfuzz_capi
pypi-rcssmin
pypi-readme_renderer
pypi-recommonmark
@@ -4272,7 +4286,6 @@ pypi-sh
pypi-shapely
pypi-shellingham
pypi-simplegeneric
pypi-singledispatch
pypi-six
pypi-smart_open
pypi-smartypants
@@ -4331,6 +4344,7 @@ pypi-tblib
pypi-templated_dictionary
pypi-tempora
pypi-tenacity
pypi-termcolor
pypi-terminado
pypi-terminaltables
pypi-testpath
@@ -4368,6 +4382,7 @@ pypi-types_dataclasses
pypi-types_enum34
pypi-types_ipaddress
pypi-types_mock
pypi-types_psutil
pypi-types_pyopenssl
pypi-types_pyrfc3339
pypi-types_python_dateutil
@@ -4377,6 +4392,7 @@ pypi-types_requests
pypi-types_setuptools
pypi-types_six
pypi-types_termcolor
pypi-types_typed_ast
pypi-types_urllib3
pypi-typing_extensions
pypi-typogrify
@@ -4432,7 +4448,6 @@ pypi-yamlloader
pypi-yapf
pypi-yarg
pypi-yarl
pypi-yaspin
pypi-zabbix_api
pypi-zc.lockfile
pypi-zeroconf
@@ -4475,6 +4490,7 @@ python-zstandard
python3
pyudev
qalculate-gtk
qatlib
qbittorrent
qca-qt5
qemu
@@ -4553,7 +4569,6 @@ renderdoc
requests-ntlm
rest
restic
retrying
rhythmbox
rinutils
rlwrap
@@ -4640,6 +4655,7 @@ speexdsp
spice
spice-gtk
spice-protocol
spice-vdagent
sqlite-autoconf
squashfs-tools
squid
@@ -4703,7 +4719,6 @@ telemetrics-client
telepathy-glib
telepathy-qt
tepl
termcolor
terminology
terminus-font
tesseract
@@ -4763,7 +4778,6 @@ usb-modeswitch-data
usbredir
usbutils
user-manager
usermode
userspace-rcu
usrbinjava
usrbinpython
@@ -4799,6 +4813,7 @@ wayland
wayland-protocols
wcslib
webkitgtk
webkitgtk50
weechat
weston
wget
@@ -4814,6 +4829,7 @@ woff2
wol
wpa_supplicant
wsjtx
wslu
wxWidgets
x11perf
x11vnc