diff --git a/pesign.changes b/pesign.changes index e36f961..f6a382e 100644 --- a/pesign.changes +++ b/pesign.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 9 12:25:31 UTC 2019 - Guillaume GARDET + +- Enable build on %arm as we can sign kernel on %arm + ------------------------------------------------------------------- Fri Apr 26 11:12:46 UTC 2019 - mvetter@suse.com diff --git a/pesign.spec b/pesign.spec index 5a4a9f6..967a5ba 100644 --- a/pesign.spec +++ b/pesign.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -46,7 +46,7 @@ BuildRequires: popt-devel BuildRequires: pkgconfig(systemd) Requires(pre): shadow %{?systemd_requires} -ExclusiveArch: ia64 %ix86 x86_64 aarch64 +ExclusiveArch: ia64 %ix86 x86_64 aarch64 %arm %description Signing tool for PE-COFF binaries, hopefully at least vaguely compliant