1 |
# $Id: smeserver-bugzilla.spec,v 1.4 2013/10/13 17:03:31 unnilennium Exp $ |
# $Id: smeserver-bugzilla.spec,v 1.1 2022/05/23 19:06:46 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 3 |
%define release 4 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
42 |
rpm to setup bugzilla |
rpm to setup bugzilla |
43 |
|
|
44 |
%changelog |
%changelog |
45 |
|
* Mon May 30 2022 Brian Read <brianr@bjsystems.co.uk> 1.0-4.sme |
46 |
|
- Fix transaction failure with --ignoredirs in genfilelist [SME: 11977] |
47 |
|
|
48 |
* Sun Oct 13 2013 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-3.sme |
* Sun Oct 13 2013 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-3.sme |
49 |
- fixing admin pass too long [SME: 7902] |
- fixing admin pass too long [SME: 7902] |
50 |
|
|
99 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
100 |
rm -f %{name}-%{version}-filelist |
rm -f %{name}-%{version}-filelist |
101 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
102 |
> %{name}-%{version}-filelist |
--ignoredir "/usr/share/bugzilla" \ |
103 |
|
> %{name}-%{version}-filelist |
104 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
105 |
|
|
106 |
%clean |
%clean |