* .gitignore: Remove old records, add
/ddiskit-d857c7726fd55e613bbd7af6c842ddfc80a9fdc8.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.
* ddiskit.spec (%forgeurl): Change the URL
to https://gitlab.com/redhat/centos-stream/src/dup/ddiskit.
(%commit): Change to d857c7726fd55e613bbd7af6c842ddfc80a9fdc8.
(%forgesource, %topdir): New variables, added explicitly due to
inability of the version of forge.lua present in RHEL 9.6 to handle
nested gitlab project URLs.
(Release): Bump top 17.
(Patch0001): Remove.
(%prep): Remove %patch0001.
(%check): Remove, there are no tests present as of right now.
(%changelog): Add a record.
Resolves: RHEL-77191
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
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 (Release): Bump to 16.
(Patch0002): New patch.
(%prep): Apply it.
(%changelog): Add an entry.
Resolves: #2101634
xorriso provides a drop-in mkisofs version, so let's enable usage
of either implementation by requiring a specific executable,
rather than a package.
Resolves: #1951338
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
The option "-i" to "%forgemeta" causes debugging information
to be output. This confuses scripts that use rpmspec et
al. to query information about a spec file. Therefore, the
spec templates in the packaging guidelines note that the
"-i" and "-v" options to "%forgemeta" should be removed
before committing
(cf. https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/#_using_forges_hosted_revision_control).
Resolves: #1951338
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>