221732d3c7
* .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>
12 lines
531 B
Diff
12 lines
531 B
Diff
Index: ddiskit-4f4b76080f65109188b937c192a23aa0766348cf/setup.py
|
|
===================================================================
|
|
--- ddiskit-4f4b76080f65109188b937c192a23aa0766348cf.orig/setup.py 2025-01-13 18:52:40.000000000 +0100
|
|
+++ ddiskit-4f4b76080f65109188b937c192a23aa0766348cf/setup.py 2025-01-14 12:07:53.034758080 +0100
|
|
@@ -22,5 +22,6 @@
|
|
('/usr/share/man/man1', ['ddiskit.1']),
|
|
('/etc', ['etc/ddiskit.config']),
|
|
],
|
|
+ packages=[],
|
|
scripts=['bin/ddiskit'],
|
|
)
|