* .gitignore: Remove old records, add ddiskit-710308d70cec15b9a7d1a7b89e6c04aaeb90aeb3.tar.bz2. * 0001-kabi-stablelists.patch: Remove, present upstream in commit 15ec1277e249 "templates/spec: use "stablelist" on RHEL 9+". * 0002-kernel-version-re-fix.patch: Refresh the patch. * 0003-setup_py-fixes.patch: New file, adds empty "packages" argument to the setup() call to avoid setuptools layout autodiscovery. * ddiskit.spec (%forgeurl): Change the URL to https://gitlab.com/redhat/centos-stream/src/dup/ddiskit. (%commit): Change to 710308d70cec15b9a7d1a7b89e6c04aaeb90aeb3. (Patch0001): Remove. (Patch0003): New patch. (Release): Bump to 27. (%prep): Use "%patch -P N" syntax for patches, remove patch 0001, add patch 0003. (%check): Remove, there are no tests present as of right now. (%changelog): Add a record. Resolves: RHEL-55716 Resolves: RHEL-61716 Resolves: RHEL-68669 Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
15 lines
639 B
Diff
15 lines
639 B
Diff
Index: ddiskit-de1f6847223085dcdd177e02a7298c835fae12a3/ddiskit.config
|
|
===================================================================
|
|
--- ddiskit-de1f6847223085dcdd177e02a7298c835fae12a3.orig/ddiskit.config 2022-07-12 02:04:24.700230196 +0200
|
|
+++ ddiskit-de1f6847223085dcdd177e02a7298c835fae12a3/ddiskit.config 2022-07-12 02:07:27.444095264 +0200
|
|
@@ -4,6 +4,9 @@
|
|
major = 7
|
|
minor = 0
|
|
|
|
+kernel_dist_re = (?P<rpm_dist>\.el([6-9]|[1-9][0-9])(_(0|[1-9][0-9]*))?)
|
|
+kernel_flex_version_re = {kernel_nvr_re}(?P<rpm_release_aux>(\.[0-9]{1,3})*){kernel_dist_re}
|
|
+
|
|
## Path to the spec file
|
|
spec_path = rpm/SPECS/{spec_file.rpm_name}.spec
|
|
|