7 |
%define name smeserver-smeadmin |
%define name smeserver-smeadmin |
8 |
Name: %{name} |
Name: %{name} |
9 |
%define version 1.6 |
%define version 1.6 |
10 |
%define release 1 |
%define release 2 |
11 |
Version: %{version} |
Version: %{version} |
12 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
13 |
License: GPL |
License: GPL |
14 |
Group: Networking/Daemons |
Group: Networking/Daemons |
15 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
16 |
|
Patch0: smeserver-smeadmin-1.6-bz11062-initial-import.patch |
17 |
|
|
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
33 |
AutoReqProv: no |
AutoReqProv: no |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-2.sme |
37 |
|
- fix mysql not migrating sme9admind [SME: ] |
38 |
|
- fix config db sme9admind not migrated to smeadmind |
39 |
|
- fix /var/lib/sme9admin not migrated |
40 |
|
- add smeserver-smeadmin-update event |
41 |
|
- TODO fix services diplayed multiple times |
42 |
|
- TODO make systemd unit |
43 |
|
- TODO review new logs locations |
44 |
|
- TODO check calls to sysvinit |
45 |
|
|
46 |
* Thu Oct 15 2020 Brian Read <brianr@bjsystems.co.uk> 1.6-1 |
* Thu Oct 15 2020 Brian Read <brianr@bjsystems.co.uk> 1.6-1 |
47 |
- Move to SME10, rename to smeadmin [SME: 11040] |
- Move to SME10, rename to smeadmin [SME: 11040, 11062] |
48 |
|
|
49 |
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.5-30.sme |
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.5-30.sme |
50 |
- apply locale 2019-12-07 patch |
- apply locale 2019-12-07 patch |
161 |
|
|
162 |
%prep |
%prep |
163 |
%setup |
%setup |
164 |
|
%patch0 -p1 |
165 |
|
|
166 |
%build |
%build |
167 |
perl createlinks |
perl createlinks |