Go to file
Marek Marczykowski-Górecki 17b7186716
Make makefile and spec compatible with rc versions
There are a couple of changes needed:
1. Package version cannot contain '-' (5.4-rc5-1.pvops.qubes is an
   invalid rpm version). Follow Fedora upstream idea of moving 'rc' tag
   into package release field, as 0.rcXX.(original rel). This way, such
   package will be 'older' than the final release (with just release
   number there - 1 in most cases). The alternative idea is using
   '~rcXX' in the package version, but ~ couldn't be part of a kernel
   version reported by the kernel itself and also qubes-dom0-update
   refuses ~ in a package filename.
2. Adjust kernel version to match the above - specifically clear
   EXTRAVERSION (-rcXX suffix), as it will be added back as package
   release (CONFIG_LOCALVERSION).
3. rc tarballs are available only as a git-generated .tar.gz (not
   .tar.xz) and there are no matching detached signatures. While it
   would be possible to download a signed tag via git, scripting that
   would be overly complex as for the task rarely used. Leave this
   verification as a manual step and require sha512 checksum to be
   committed into repository.
   To build an archive matching upstream one, out of a signed tag, use
   command like this:
   git archive --prefix=linux-5.4-rc5/ --output=../linux-5.4-rc5.tar.gz v5.4-rc5

While at it, remove obsolete BUILD_FLAVOR variable.
2019-10-30 17:48:44 +01:00
keys Add Fedora 31 primary key 2019-03-28 11:58:45 +01:00
pkgs update gitignore 2016-06-06 03:01:09 +02:00
rpm .gitignore tweaks 2010-06-18 14:28:50 +02:00
.gitignore Make makefile and spec compatible with rc versions 2019-10-30 17:48:44 +01:00
0001-xen-netfront-detach-crash.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
0002-mce-hide-EBUSY-initialization-error-on-Xen.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
0003-Log-error-code-of-EVTCHNOP_bind_pirq-failure.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
0004-pvops-respect-removable-xenstore-flag-for-block-devi.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
0005-pvops-xen-blkfront-handle-FDEJECT-as-detach-request-.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
0006-block-add-no_part_scan-module-parameter.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
0007-xen-Add-RING_COPY_RESPONSE.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
0008-xen-netfront-copy-response-out-of-shared-buffer-befo.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
0009-xen-netfront-do-not-use-data-already-exposed-to-back.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
0010-xen-netfront-add-range-check-for-Tx-response-id.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
0011-xen-blkfront-make-local-copy-of-response-before-usin.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
0012-xen-blkfront-prepare-request-locally-only-then-put-i.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
0013-xen-pcifront-pciback-Update-pciif.h-with-err-and-res.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
0014-xen-pciback-add-attribute-to-allow-MSI-enable-flag-w.patch Drop AFTER_LINK patch 2019-07-27 23:33:44 +02:00
apply-patches Initial version. 2010-06-15 22:49:11 +02:00
check-for-config-changes Initial version. 2010-06-15 22:49:11 +02:00
config-base Update to kernel-5.3.7 2019-10-19 05:00:40 +02:00
config-qubes Update to kernel-5.2.3 2019-07-27 14:35:21 +02:00
config-qubes-minimal Add minimal config for testing 2018-01-05 20:51:20 +01:00
gen-config Make makefile and spec compatible with rc versions 2019-10-30 17:48:44 +01:00
get-fedora-latest-config get-fedora-latest-config: sort result when repoquerying kernel-core 2019-05-11 11:23:54 +02:00
guards Initial version. 2010-06-15 22:49:11 +02:00
kernel-devel.spec Fix kernel-devel package for single flavor build 2015-06-22 04:07:57 +02:00
kernel.org-1-key.asc Add Linus's signing key 2019-10-30 16:34:18 +01:00
kernel.org-2-key.asc Update kernel signature verification 2012-02-24 17:50:43 +01:00
kernel.spec.in Make makefile and spec compatible with rc versions 2019-10-30 17:48:44 +01:00
Makefile Make makefile and spec compatible with rc versions 2019-10-30 17:48:44 +01:00
Makefile.builder spec.in: handle src.rpm and mock build 2018-11-18 23:45:41 +01:00
rel Update to kernel-5.1.9 2019-06-15 01:28:00 -04:00
series.conf Update to kernel-4.19.1 and rework patches 2018-11-11 18:40:18 +01:00
version Update to kernel-5.3.7 2019-10-19 05:00:40 +02:00
wireguard-key.asc build wireguard module (after gpg check) 2019-05-30 01:19:48 +02:00