1 |
%define name smeserver-xt_geoip |
%define name smeserver-xt_geoip |
2 |
%define version 1.3.1 |
%define version 1.3.1 |
3 |
%define release 10 |
%define release 11 |
4 |
|
|
5 |
Summary: smserver rpm to setup database, update and configuration for xt_geoip module with a panel. |
Summary: smserver rpm to setup database, update and configuration for xt_geoip module with a panel. |
6 |
Name: %{name} |
Name: %{name} |
17 |
Patch4: smeserver-xt_geoip-1.3.1-locale-2021-08-25.patch |
Patch4: smeserver-xt_geoip-1.3.1-locale-2021-08-25.patch |
18 |
Patch5: smeserver-xt_geoip-1.3.1-locale-2021-09-23.patch |
Patch5: smeserver-xt_geoip-1.3.1-locale-2021-09-23.patch |
19 |
Patch6: smeserver-xt_geoip-1.3.1-locale-2021-10-28.patch |
Patch6: smeserver-xt_geoip-1.3.1-locale-2021-10-28.patch |
20 |
|
Patch7: smeserver-xt_geoip-1.3.1-SME_11676.patch |
21 |
|
|
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
46 |
%patch5 -p1 |
%patch5 -p1 |
47 |
%patch6 -p1 |
%patch6 -p1 |
48 |
|
|
49 |
|
# tmp fix before new source archive |
50 |
|
rm -rf root/etc/e-smith/events/bootstrap-console-save/templates2expand |
51 |
|
rm -rf root/etc/e-smith/events/console-save/templates2expand |
52 |
|
rm -rf root/etc/e-smith/events/xt_geoip-modify/templates2expand/usr |
53 |
|
rm -rf root/etc/e-smith/events/xt_geoip-update/templates2expand/usr |
54 |
|
|
55 |
|
%patch7 -p1 |
56 |
|
|
57 |
|
|
58 |
%build |
%build |
59 |
perl createlinks |
perl createlinks |
60 |
|
|
92 |
|
|
93 |
|
|
94 |
%changelog |
%changelog |
95 |
|
* Fri Oct 29 2021 Michel Begue <mab974@misouk.com> 1.3.1-11.sme |
96 |
|
- fix multiple_rpm_owners [SME: 11676] |
97 |
|
- add event for smeserver-manager |
98 |
|
- delete expand-template for update_base |
99 |
|
|
100 |
* Thu Oct 28 2021 Michel Begue <mab974@gmail.com> 1.3.1-10.sme |
* Thu Oct 28 2021 Michel Begue <mab974@gmail.com> 1.3.1-10.sme |
101 |
- apply locale 2021-10-28 patch |
- apply locale 2021-10-28 patch |
102 |
|
|