Commit Graph

2 Commits

Author SHA1 Message Date
Eugene Syromiatnikov
221732d3c7 Update to the latest version
* .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>
2025-01-15 07:49:18 +01:00
Eugene Syromiatnikov
0ea0c9a127 Provide custom REs for the dist tag and kernel version
It was decided (citing dubious reasons) to arbitrarily change
the way GA kernel version is versioned, breaking existing assumptions.
Accomodate for that.

* 0002-kernel-version-re-fix.patch: New file.
* ddiskit.spec (Patch0002): New patch.
(%prep): Apply it.

Resolves: RHEL-61716
2025-01-15 07:48:06 +01:00