#28 Define %python_disable_dependency_generator
Merged 3 years ago by tibbs. Opened 3 years ago by churchyard.
rpms/ churchyard/epel-rpm-macros python_disable_dependency_generator  into  epel8

file modified
+4 -1
@@ -1,6 +1,6 @@ 

  Name:           epel-rpm-macros

  Version:        8

- Release:        18

+ Release:        19

  Summary:        Extra Packages for Enterprise Linux RPM macros

  

  Group:          System Environment/Base
@@ -85,6 +85,9 @@ 

  

  

  %changelog

+ * Tue Dec 22 2020 Miro Hrončok <mhroncok@redhat.com> - 8-19

+ - Define %%python_disable_dependency_generator

+ 

  * Fri Sep 25 2020 Miro Hrončok <mhroncok@redhat.com> - 8-18

  - Add %%python3_platform_triplet and %%python3_ext_suffix

  - https://fedoraproject.org/wiki/Changes/Python_Upstream_Architecture_Names

file modified
+4
@@ -82,6 +82,10 @@ 

      end

  }

  

+ %python_disable_dependency_generator() \

+ %undefine __pythondist_requires \

+ %{nil}

+ 

  # gpgverify verifies signed sources. There is documentation in the script.

  %gpgverify %{_rpmconfigdir}/gpgverify

  

Build failed.

cc @fbo: Zuul is confused by the lack of "sources" here:

The sources file does not contain the macros.epel-rpm-macros name and hash.
You should run
spectool -g epel-rpm-macros.spec
fedpkg upload macros.epel-rpm-macros

Ah, well I'll deactivate the check. It needs to be reworked then. Sorry for the inconvenience.

Build succeeded.

Pull-Request has been merged by tibbs

3 years ago