1 |
%define realversion 20210220 |
%define realversion 20210220 |
2 |
%define version %(echo %{realversion} | sed -e 's/-//g') |
%define version %(echo %{realversion} | sed -e 's/-//g') |
3 |
%define releasenum 1 |
%define releasenum 2 |
4 |
|
|
5 |
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 5 |
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 5 |
6 |
%global useselinux 1 |
%global useselinux 1 |
40 |
|
|
41 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
42 |
BuildArch: noarch |
BuildArch: noarch |
43 |
Requires: dokuwiki = %{version} |
Requires: dokuwiki >= 20200729 |
44 |
|
|
45 |
|
|
46 |
%description |
%description |
104 |
%{__rm} -rf $RPM_BUILD_ROOT |
%{__rm} -rf $RPM_BUILD_ROOT |
105 |
|
|
106 |
%changelog |
%changelog |
107 |
|
* Wed Oct 06 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 20210220-2 |
108 |
|
- Update the dokuwiki requires version |
109 |
|
|
110 |
* Tue Oct 05 2021 John Crisp <jcrisp@safeandsoundit.co.uk> - 20210220-1 |
* Tue Oct 05 2021 John Crisp <jcrisp@safeandsoundit.co.uk> - 20210220-1 |
111 |
- First import to SME [SME: 11704] |
- First import to SME [SME: 11704] |
112 |
- Updated plugins to lastest versions |
- Updated plugins to lastest versions |
113 |
- Scripted gut pulls for plugins and zipping them |
- Scripted git pulls for plugins and zipping them |
114 |
- Sorted plugin names alphabetically |
- Sorted plugin names alphabetically |
115 |
|
|
116 |
* Mon Sep 25 2017 Daniel Berteaud <daniel@firewall-services.com> - 20170219e-2 |
* Mon Sep 25 2017 Daniel Berteaud <daniel@firewall-services.com> - 20170219e-2 |