#64 EL7 Support
Closed 6 years ago by clime. Opened 6 years ago by mrmeee.
copr/ mrmeee/copr EL7-distgit  into  master

EL7 Support
casalogic • 6 years ago  
@@ -13,7 +13,9 @@ 

  Source0: %{name}-%{version}.tar.gz

  

  BuildArch:  noarch

+ %if 0%{?fedora}

  ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64le s390x %{mips}

+ %endif

  

  BuildRequires: systemd

  BuildRequires: dist-git

If the "ExclusiveArch" line is included on a EL7 build.. it fails with: "error: Architecture is not included: noarch"...

Hello, I think this line applies pretty well to this problem: https://fedoraproject.org/wiki/Packaging:Guidelines#Noarch_with_unported_dependencies. Could you please make probably a new pull request that adds noarch to the ExclusiveArch list?

I am closing this for long inactivity. Fell free to reopen when you are ready.

Pull-Request has been closed by clime

6 years ago
Metadata