1 |
# $Id: smeserver-bugzilla.spec,v 1.2 2022/05/30 10:20:29 brianr Exp $ |
# $Id: smeserver-bugzilla.spec,v 1.4 2022/07/26 02:30:16 jpp Exp $ |
2 |
# Authority: snetram |
# Authority: snetram |
3 |
# Name: Jonathan Martens |
# Name: Jonathan Martens |
4 |
|
|
5 |
Summary: Set up bugzilla for SME Server. |
Summary: Set up bugzilla for SME Server. |
6 |
%define name smeserver-bugzilla |
%define name smeserver-bugzilla |
7 |
%define version 1.0 |
%define version 1.0 |
8 |
%define release 5 |
%define release 7 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
16 |
|
|
17 |
Patch0: smeserver-bugzilla-1.0-adminpass.patch |
Patch0: smeserver-bugzilla-1.0-adminpass.patch |
18 |
Patch1: smeserver-bugzilla-1.0-Switch-to-mariadb-105.patch |
Patch1: smeserver-bugzilla-1.0-Switch-to-mariadb-105.patch |
19 |
|
Patch2: smeserver-bugzilla-1.0-bz12038-24syntax.patch |
20 |
|
|
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
24 |
Requires: e-smith-release >= 8.0 |
Requires: e-smith-release >= 10.0 |
25 |
|
Requires: e-smith-apache >= 2.6.0-19 |
26 |
Requires: bugzilla >= 3.2.10 |
Requires: bugzilla >= 3.2.10 |
27 |
Requires: bugzilla-contrib |
Requires: bugzilla-contrib |
28 |
Requires: bugzilla-doc |
Requires: bugzilla-doc |
51 |
rpm to setup bugzilla |
rpm to setup bugzilla |
52 |
|
|
53 |
%changelog |
%changelog |
54 |
|
* Mon Jul 25 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-7.sme |
55 |
|
- update to httpd 2.4 access syntax [SME: 12038] |
56 |
|
added option for private /public access default remains public |
57 |
|
|
58 |
* Mon May 30 2022 Brian Read <brianr@bjsystems.co.uk> 1.0-5.sme |
* Mon May 30 2022 Brian Read <brianr@bjsystems.co.uk> 1.0-5.sme |
59 |
- Switch-to-mariadb-105 for SME10 and add -update event [SME: 11977] |
- Switch-to-mariadb-105 for SME10 and add -update event [SME: 11977] |
60 |
|
|
99 |
%setup |
%setup |
100 |
%patch0 -p1 |
%patch0 -p1 |
101 |
%patch1 -p1 |
%patch1 -p1 |
102 |
|
%patch2 -p1 |
103 |
|
|
|
#%patch2 -p1 |
|
104 |
#%patch3 -p1 |
#%patch3 -p1 |
105 |
#%patch4 -p1 |
#%patch4 -p1 |
106 |
#%patch5 -p1 |
#%patch5 -p1 |