1 |
# $Id: smeserver-bugzilla.spec,v 1.2 2022/05/30 10:20:29 brianr Exp $ |
# $Id: smeserver-bugzilla.spec,v 1.3 2022/05/30 14:44:12 brianr 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 6 |
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 |
50 |
rpm to setup bugzilla |
rpm to setup bugzilla |
51 |
|
|
52 |
%changelog |
%changelog |
53 |
|
* Mon Jul 25 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-6.sme |
54 |
|
- update to httpd 2.4 access syntax [SME: 12038] |
55 |
|
added option for private /public access default remains public |
56 |
|
|
57 |
* 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 |
58 |
- Switch-to-mariadb-105 for SME10 and add -update event [SME: 11977] |
- Switch-to-mariadb-105 for SME10 and add -update event [SME: 11977] |
59 |
|
|
98 |
%setup |
%setup |
99 |
%patch0 -p1 |
%patch0 -p1 |
100 |
%patch1 -p1 |
%patch1 -p1 |
101 |
|
%patch2 -p1 |
102 |
|
|
|
#%patch2 -p1 |
|
103 |
#%patch3 -p1 |
#%patch3 -p1 |
104 |
#%patch4 -p1 |
#%patch4 -p1 |
105 |
#%patch5 -p1 |
#%patch5 -p1 |