Compare commits

..

3 Commits

Author SHA1 Message Date
0ff66185f6 Update README with specific Bugzilla links 2024-10-27 15:47:46 +00:00
03a9fcffc5 Add define in spec to suppress arch error 2024-09-08 13:05:34 +01:00
Trevor Batley
e20ea14f49 fix-e-smith-pkg script (#12732) 2024-09-08 16:50:19 +10:00
3 changed files with 22 additions and 7 deletions

1
.gitignore vendored
View File

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

View File

@ -7,7 +7,14 @@ SMEServer Koozali developed git repo for smeserver-mailman smecontribs
<br />https://wiki.koozali.org/Mailman/fr <br />https://wiki.koozali.org/Mailman/fr
## Bugzilla ## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-mailman&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED) Show list of outstanding bugs:
[All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&classification=Contribs&component=smeserver-mailman&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&classification=Contribs&component=smeserver-mailman&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&classification=Contribs&component=smeserver-mailman&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Need Info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&classification=Contribs&component=smeserver-mailman&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[In Progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&classification=Contribs&component=smeserver-mailman&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&classification=Contribs&component=smeserver-mailman&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&classification=Contribs&component=smeserver-mailman&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
## Description ## Description

View File

@ -5,12 +5,13 @@
# avoid brp bytecompile # avoid brp bytecompile
%define __os_install_post %{nil} %define __os_install_post %{nil}
%define debug_package %{nil} %define debug_package %{nil}
%define _binaries_in_noarch_packages_terminate_build 0
Summary: Mailman configuration for SME server. Summary: Mailman configuration for SME server.
%define name smeserver-mailman %define name smeserver-mailman
Name: %{name} Name: %{name}
%define version 1.5.0 %define version 1.5.0
%define release 22 %define release 24
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -18,12 +19,12 @@ Group: Applications/Internet
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch BuildArchitectures: noarch
Requires: e-smith-base Requires: smeserver-base
Requires: e-smith-release >= 10.0 Requires: smeserver-release >= 10.0
Requires: e-smith-apache >= 2.6.0-19 Requires: smeserver-apache >= 2.6.0-19
Requires: mailman >= 2.1.9-20.el5.sme Requires: mailman >= 2.1.9-20.el5.sme
Requires: e-smith-formmagick >= 1.4.0-12 Requires: smeserver-formmagick >= 1.4.0-12
BuildRequires: e-smith-devtools >= 1.13.1-03 BuildRequires: smeserver-devtools >= 1.13.1-03
Obsoletes: e-smith-mailman Obsoletes: e-smith-mailman
Provides: e-smith-mailman Provides: e-smith-mailman
AutoReqProv: no AutoReqProv: no
@ -33,6 +34,12 @@ AutoReqProv: no
Add Mailman integration to the SME server. Add Mailman integration to the SME server.
%changelog %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]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.5.0-22.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.5.0-22.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]