Add define in spec to suppress arch error

This commit is contained in:
Brian Read 2024-09-08 13:05:34 +01:00
parent e20ea14f49
commit 03a9fcffc5
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
*.log
*spec-20*
*.tar.gz
*.tar.xz

View File

@ -5,12 +5,13 @@
# avoid brp bytecompile
%define __os_install_post %{nil}
%define debug_package %{nil}
%define _binaries_in_noarch_packages_terminate_build 0
Summary: Mailman configuration for SME server.
%define name smeserver-mailman
Name: %{name}
%define version 1.5.0
%define release 23
%define release 24
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@ -33,6 +34,9 @@ AutoReqProv: no
Add Mailman integration to the SME server.
%changelog
* Sun Sep 08 2024 Brian Read <brianr@koozali.org> 1.5.0-24.sme
- add define to stop Arch in package failure
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.5.0-23.sme
- Fix e-smith references in smeserver-mailman [SME: 12732]