Compare commits

..

13 Commits

Author SHA1 Message Date
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
clrbuilder 9d5c67d124 Update packages file for version 36700
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-07-28 11:59:18 -07:00
Patrick McCarty 72406d0525 koji: set custom bump message for each package in bump.list
This change will make the commits for bumped packages (from bump.list)
more useful in identifying the original reason for the bumps.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-07-28 06:02:05 +00:00
clrbuilder 1368df937f Update packages file for version 36680
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-07-27 13:20:49 -07:00
clrbuilder 4668b03fdd Update packages file for version 36650
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-07-26 04:29:52 -07:00
Patrick McCarty d612ea1d6d bumpnogit: revise docs to align with bump target
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-07-22 22:38:41 +00:00
Patrick McCarty 36d49108a6 bump: add custom commit summary support
To add a custom commit summary for a `make bump`, set the BUMP_MSG
variable to the desired summary.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-07-22 22:37:18 +00:00
3 changed files with 40 additions and 41 deletions
+15 -4
View File
@@ -217,14 +217,24 @@ autospecnostate:
scanlicense:
python3 $(TOPLVL)/projects/autospec/autospec/autospec.py -t . --config $(AUTOSPEC_CONF) --license-only $(firstword $(NEWURL) $(URL)) --name $(PKG_NAME)
#help bump: Increments the release file by one.
#help bump: Increments the package release number by one and commits the result. If
#help the variable BUMP_MSG is set, its value is used as the commit summary.
#help Otherwise a generic commit summary is used.
bump:
git pull --rebase
$(MAKE) bumpnogit
git add $(SPECFILE) release
git commit -a -m "version bump from $(shell $(call queryspec,%{VERSION}-%{RELEASE}\n,$(SPECFILE))) to `$(call queryspec,%{VERSION}-%{RELEASE}\n,$(SPECFILE))`"
fromver=$(shell $(call queryspec,%{VERSION}-%{RELEASE}\n,$(SPECFILE))); \
tover=`$(call queryspec,%{VERSION}-%{RELEASE}\n,$(SPECFILE))`; \
if [[ -n "$(BUMP_MSG)" ]]; then \
bumpmsg="$(BUMP_MSG)"; \
else \
bumpmsg="version bump from $$fromver to $$tover"; \
fi; \
git commit -a -m "$$bumpmsg"
#help bumpnogit: Increments the release file by one and does not commit changes.
#help bumpnogit: Increments the package release number by one and does not commit
#help changes.
bumpnogit:
@$(MAKE) spdxcheck
oldrel=$(shell $(call queryspec,%{RELEASE}\n,$(SPECFILE))); \
@@ -331,8 +341,9 @@ koji: prekoji-checks kojidef
$(KOJI_CMD) build $$KOJI_NOWAIT $(KOJI_TAG) $(PKG_BASE_URL)/$(PKG_NAME)?#$(SRPMVERS)
@if [ -f bump.list ]; then \
$(MAKE) koji-waitrepo; \
msg="Bump for $(shell $(call queryspec,%{NAME} %{VERSION}\n,$(SPECFILE)))"; \
for bump_dep in $$(cat bump.list); do \
(cd ../"$$bump_dep" && $(MAKE) bump && $(MAKE) koji-nowait) \
(cd ../"$$bump_dep" && $(MAKE) bump BUMP_MSG="$$msg" && $(MAKE) koji-nowait) \
done \
fi
+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
+13 -37
View File
@@ -56,7 +56,6 @@ R-BB
R-BBmisc
R-BH
R-BMA
R-BMS
R-BatchJobs
R-BayesFactor
R-BiasedUrn
@@ -288,7 +287,6 @@ R-config
R-conflicted
R-conquer
R-contfrac
R-conting
R-corpcor
R-corrgram
R-corrplot
@@ -372,18 +370,15 @@ R-evd
R-expint
R-expm
R-expsmooth
R-fAsianOptions
R-fAssets
R-fBasics
R-fBonds
R-fCopulae
R-fExoticOptions
R-fExtremes
R-fGarch
R-fImport
R-fMultivar
R-fNonlinear
R-fOptions
R-fRegression
R-fTrading
R-fUnitRoots
@@ -646,7 +641,6 @@ R-nnls
R-nortest
R-npsurv
R-numDeriv
R-nws
R-nycflights13
R-officer
R-openssl
@@ -721,9 +715,9 @@ R-princurve
R-processx
R-procmaps
R-prodlim
R-profdpm
R-profileModel
R-profmem
R-profvis
R-progress
R-progressr
R-projpred
@@ -838,7 +832,6 @@ R-runjags
R-rversions
R-rvest
R-s2
R-sROC
R-sampling
R-sandwich
R-sass
@@ -956,10 +949,10 @@ R-tseries
R-tsne
R-tzdb
R-ucminf
R-unbalanced
R-units
R-unix
R-urca
R-urlchecker
R-urltools
R-uroot
R-usethis
@@ -1116,7 +1109,6 @@ automake
autossh
avahi
awesome-wm
aws-sam-translator
awscli
axel
azure-configs
@@ -1167,6 +1159,7 @@ bridge-utils
brotli
bsdiff
bspwm
btop
btrfs-progs
bubblewrap
buildreq-R
@@ -1295,17 +1288,13 @@ compat-libpng-soname12
compat-libsigc++-soname20
compat-libsoup-soname-24
compat-libva-soname1
compat-libvpx-soname6
compat-lua-52
compat-lua-53
compat-nettle-soname7
compat-pangomm-soname14
compat-poppler-soname112
compat-poppler-soname117
compat-protobuf-soname23
compat-readline-soname5
compat-rest-soname07
compat-tbb-soname12
compat-tracker-soname2.0
compat-webkitgtk-soname40
component
@@ -1702,7 +1691,6 @@ hexchat
hexedit
hicolor-icon-theme
hiredis-c
home-assistant
hostname
hplip
htop
@@ -1775,7 +1763,6 @@ isa-l
iso-codes
isodate
isomd5sum
ister
isync
itstool
iw
@@ -2316,18 +2303,16 @@ 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
@@ -2976,6 +2961,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
@@ -3046,6 +3032,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
@@ -3570,7 +3558,7 @@ postgresql
postgresql11
postgresql12
postgresql13
postgresql14
postgresql9
potrace
powerdevil
powerline-fonts
@@ -3647,7 +3635,6 @@ pypi-async_timeout
pypi-asyncssh
pypi-asynctest
pypi-atomicwrites
pypi-atomicwrites_homeassistant
pypi-atpublic
pypi-attrs
pypi-automat
@@ -3656,7 +3643,6 @@ pypi-awscrt
pypi-awxkit
pypi-azure_common
pypi-azure_core
pypi-azure_devops
pypi-azure_mgmt_compute
pypi-azure_mgmt_core
pypi-azure_mgmt_netapp
@@ -3772,7 +3758,6 @@ pypi-diffoscope
pypi-dill
pypi-diskcache
pypi-distlib
pypi-distributed
pypi-dj_database_url
pypi-django
pypi-django_appconf
@@ -3873,7 +3858,6 @@ pypi-httpcore
pypi-httplib2
pypi-httpretty
pypi-httpx
pypi-hug
pypi-humanfriendly
pypi-humanize
pypi-hyperframe
@@ -3991,8 +3975,6 @@ pypi-mergedeep
pypi-mido
pypi-minikanren
pypi-mistune
pypi-mkdocs
pypi-mkdocs_material
pypi-mkdocs_material_extensions
pypi-mock
pypi-modulegraph
@@ -4063,13 +4045,11 @@ pypi-partd
pypi-paste
pypi-pastedeploy
pypi-pastel
pypi-pathlib
pypi-pathspec
pypi-pathtools
pypi-patsy
pypi-pbr
pypi-pdm_pep517
pypi-pdocs
pypi-pecan
pypi-ped
pypi-pep517
@@ -4097,7 +4077,6 @@ pypi-polib
pypi-port_for
pypi-portalocker
pypi-portend
pypi-portray
pypi-posix_ipc
pypi-poyo
pypi-pre_commit
@@ -4116,7 +4095,6 @@ pypi-purestorage
pypi-purity_fb
pypi-py
pypi-py_cpuinfo
pypi-py_pure_client
pypi-pyaml
pypi-pyasn1
pypi-pyasn1_modules
@@ -4134,6 +4112,7 @@ pypi-pycryptodome
pypi-pycryptodomex
pypi-pycups
pypi-pycurl
pypi-pydantic
pypi-pydata_sphinx_theme
pypi-pydispatcher
pypi-pydocstyle
@@ -4154,6 +4133,7 @@ pypi-pymdown_extensions
pypi-pynacl
pypi-pynetbox
pypi-pynsist
pypi-pyomo
pypi-pyopengl
pypi-pyopenssl
pypi-pyparsing
@@ -4211,6 +4191,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
@@ -4291,7 +4272,6 @@ pypi-sh
pypi-shapely
pypi-shellingham
pypi-simplegeneric
pypi-singledispatch
pypi-six
pypi-smart_open
pypi-smartypants
@@ -4304,7 +4284,6 @@ pypi-sphinx
pypi-sphinx_ansible_theme
pypi-sphinx_argparse
pypi-sphinx_autobuild
pypi-sphinx_book_theme
pypi-sphinx_copybutton
pypi-sphinx_design
pypi-sphinx_feature_classification
@@ -4313,7 +4292,6 @@ pypi-sphinx_issues
pypi-sphinx_last_updated_by_git
pypi-sphinx_notfound_page
pypi-sphinx_rtd_theme
pypi-sphinx_thebe
pypi-sphinx_theme_builder
pypi-sphinx_togglebutton
pypi-sphinxcontrib_apidoc
@@ -4352,6 +4330,7 @@ pypi-tblib
pypi-templated_dictionary
pypi-tempora
pypi-tenacity
pypi-termcolor
pypi-terminado
pypi-terminaltables
pypi-testpath
@@ -4409,7 +4388,6 @@ pypi-uc_micro_py
pypi-ufolib2
pypi-uharfbuzz
pypi-ujson
pypi-uncertainpy
pypi-unicodedata2
pypi-unidecode
pypi-unidiff
@@ -4424,7 +4402,6 @@ pypi-virtualenv
pypi-volatile
pypi-voluptuous
pypi-voluptuous_serialize
pypi-vsts
pypi-vsts_cd_manager
pypi-waitress
pypi-watchdog
@@ -4498,6 +4475,7 @@ python-zstandard
python3
pyudev
qalculate-gtk
qatlib
qbittorrent
qca-qt5
qemu
@@ -4576,7 +4554,6 @@ renderdoc
requests-ntlm
rest
restic
retrying
rhythmbox
rinutils
rlwrap
@@ -4726,7 +4703,6 @@ telemetrics-client
telepathy-glib
telepathy-qt
tepl
termcolor
terminology
terminus-font
tesseract