1 |
# $Id: smeserver-manager.spec,v 1.15 2020/03/20 15:48:27 brianr Exp $ |
# $Id: smeserver-manager.spec,v 1.49 2021/10/10 20:51:32 michel Exp $ |
2 |
|
|
3 |
Summary: Sme server navigation module : manager 2 |
Summary: Sme server navigation module : manager 2 |
4 |
%define name smeserver-manager |
%define name smeserver-manager |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 0.1.0 |
%define version 0.1.4 |
7 |
%define release 13 |
%define release 3 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: smeserver-manager-0.1.0-bz10506.patch |
Patch0: %{name}-%{version}-list_access_csrf.patch |
14 |
Patch1: smeserver-manager-add-basic-files.patch |
Patch1: %{name}-%{version}-review_csrf_url.patch |
|
Patch2: smeserver-manager-0.1.0-mojo_struct.patch |
|
|
Patch3: smeserver-manager-0.1.0-setuid_groups.patch |
|
|
Patch4: smeserver-manager-0.1.0-reboot_ibays_theme.patch |
|
|
Patch5: smeserver-manager-0.1.0-add-adminlte.patch |
|
|
Patch6: smeserver-manager-0.1.0-navigation_header_listes.patch |
|
|
Patch7: smeserver-manager-0.1.0-navigation_errors.patch |
|
|
Patch8: smeserver-manager-0.1.0-theme_navig_message.patch |
|
|
Patch9: smeserver-manager-0.1.0-domains_pseudos_hosts.patch |
|
|
Patch10: smeserver-manager-0.1.0-remotax_users_logs.patch |
|
|
Patch11: smeserver-manager-0.1.0-localnetworks-panel-remove-adminlte.patch |
|
|
Patch12: smeserver-manager-0.1.0-localnetworks-remove-db-call-from-del.patch |
|
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
|
BuildArchitectures: noarch |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
BuildRequires: gettext |
#<Build tests> |
19 |
BuildRequires: gcc |
#BuildRequires: perl >= 0:5.016 |
20 |
|
#BuildRequires: perl(Test::More) |
21 |
|
#BuildRequires: perl(Test::Mojo) |
22 |
|
#BuildRequires: perl(Mojolicious) >= 7.56 |
23 |
|
#BuildRequires: perl(Mojolicious::Plugin::I18N) >= 1.6 |
24 |
|
#BuildRequires: perl(Net::Netmask) >= 1.9 |
25 |
|
#</Build tests> |
26 |
|
|
27 |
Requires: e-smith-lib >= 1.18.0-26 |
Requires: e-smith-lib >= 1.18.0-26 |
28 |
Requires: e-smith-manager >= 2.4.0-22 |
Requires: e-smith-manager >= 2.4.0-22 |
29 |
Requires: perl-Mojolicious >= 6.44 |
Requires: perl(Mojolicious) >= 7.56 |
30 |
Requires: perl-Mojolicious-Plugin-I18N >= 1.6 |
Requires: perl(Mojolicious::Plugin::I18N) >= 1.6 |
31 |
Requires: pwauth |
Requires: perl(Mojolicious::Plugin::RenderFile) >= 0.12 |
32 |
Requires: perl(Apache::AuthTkt) |
Requires: perl(Mojolicious::Plugin::CSRFDefender) >= 0.0.8 |
33 |
#Requires: smeserver-manager-html |
Requires: perl(Net::Netmask) >= 1.9 |
34 |
#Provides: server-manager2 |
#Requires: js-jquery > 2.2.4-3 (optional) |
35 |
|
|
36 |
|
Provides: server-manager |
37 |
AutoReqProv: no |
AutoReqProv: no |
38 |
|
|
39 |
|
%define dir_mngr /usr/share/smanager |
40 |
|
|
41 |
|
%description |
42 |
|
This RPM contributes the navigation bars for the smeserver-manager. New Mojolicious version. |
43 |
|
|
44 |
|
%prep |
45 |
|
%setup |
46 |
|
%patch0 -p1 |
47 |
|
%patch1 -p1 |
48 |
|
|
49 |
|
%build |
50 |
|
perl createlinks |
51 |
|
|
52 |
|
# Force creation of potentially empty directories |
53 |
|
mkdir -p root/etc/e-smith/db/routes |
54 |
|
mkdir -p root/home/e-smith/db/navigation2 |
55 |
|
mkdir -p root%{dir_mngr}/themes/default/public/css |
56 |
|
|
57 |
|
%install |
58 |
|
rm -rf $RPM_BUILD_ROOT |
59 |
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
60 |
|
rm -f %{name}-%{version}-%{release}-filelist |
61 |
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
62 |
|
--dir %{dir_mngr} 'attr(0755,root,root)' \ |
63 |
|
--file %{dir_mngr}/log/development.log 'attr(0660,root,admin)' \ |
64 |
|
--file %{dir_mngr}/log/production.log 'attr(0660,root,admin)' \ |
65 |
|
--file %{dir_mngr}/script/daily.sh 'attr(0770,root,root)' \ |
66 |
|
--file %{dir_mngr}/script/routes.pl 'attr(0770,root,root)' \ |
67 |
|
--file %{dir_mngr}/script/secrets.pl 'attr(0770,root,root)' \ |
68 |
|
> %{name}-%{version}-%{release}-filelist |
69 |
|
|
70 |
|
echo "%doc COPYING f2b/*" >> %{name}-%{version}-%{release}-filelist |
71 |
|
|
72 |
|
%check |
73 |
|
#cd $RPM_BUILD_ROOT/%{dir_mngr} && QUICK_TEST=1 /usr/bin/prove -q -l -r |
74 |
|
|
75 |
|
%clean |
76 |
|
rm -rf $RPM_BUILD_ROOT |
77 |
|
|
78 |
|
%pre |
79 |
|
|
80 |
|
%preun |
81 |
|
if [ -h %{dir_mngr}/themes/default/public/js/jquery.min.js ] |
82 |
|
then |
83 |
|
unlink %{dir_mngr}/themes/default/public/js/jquery.min.js |
84 |
|
fi |
85 |
|
true |
86 |
|
|
87 |
|
%post |
88 |
|
if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ] |
89 |
|
then |
90 |
|
[ -d %{dir_mngr}/themes/default/public/js ] || |
91 |
|
mkdir %{dir_mngr}/themes/default/public/js |
92 |
|
[ -h %{dir_mngr}/themes/default/public/js/jquery.min.js ] || |
93 |
|
ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/themes/default/public/js/jquery.min.js |
94 |
|
fi |
95 |
|
true |
96 |
|
|
97 |
|
%postun |
98 |
|
|
99 |
|
%files -f %{name}-%{version}-%{release}-filelist |
100 |
|
%defattr(-,root,root) |
101 |
|
|
102 |
%changelog |
%changelog |
103 |
|
* Mon Nov 15 2021 Michel Begue <mab974@misouk.com> 0.1.4-3.sme |
104 |
|
- Fix error message when linking, unlinking jquery in spec |
105 |
|
- Correct the 'review' panel presentation |
106 |
|
- Modify CSRFDefender plugin to take into account GET method |
107 |
|
- Add TOKEN param where the GET method is used in templates |
108 |
|
- Remove smanager from local url address |
109 |
|
|
110 |
|
* Mon Oct 11 2021 Michel Begue <mab974@protonmail.com> 0.1.4-2.sme |
111 |
|
- Fix incorrect list order (users, ibays, ...) |
112 |
|
- Add external private access (remote management) |
113 |
|
- Change CSRF error message |
114 |
|
|
115 |
|
* Mon Jun 21 2021 Michel Begue <mab974@gmail.com> 0.1.4-1.sme |
116 |
|
- New version: smeserver-manager-0.1.4-1 (= 0.1.2-13) |
117 |
|
|
118 |
|
* Sat Jun 19 2021 Michel Begue <mab974@gmail.com> 0.1.2-13.sme |
119 |
|
- Remove non english locale files (move to smeserver-manager-locale) |
120 |
|
- Fix error in 'locale2-conf' action |
121 |
|
|
122 |
|
* Tue Jun 15 2021 Michel Begue <mab974@gmail.com> 0.1.2-12.sme |
123 |
|
- Fix errors in daily script |
124 |
|
- Fix url and routes for 'hostentries' panel |
125 |
|
- Change GET to POST method for CSRF plugin (routes and templates) |
126 |
|
- Fix some translations |
127 |
|
|
128 |
|
* Tue Jun 08 2021 Michel Begue <mab974@gmail.com> 0.1.2-11.sme |
129 |
|
- Add cron job for secrets and routes purge |
130 |
|
- Add CSRFDefender plugin against CSRF attacks |
131 |
|
- Add optional fail2ban configuration files in doc |
132 |
|
- Fix zh-tw locale file name |
133 |
|
- Fix missing links in 'Bugreport' |
134 |
|
- Fix copyright in footer |
135 |
|
- Fix translations |
136 |
|
|
137 |
|
* Thu Jun 03 2021 Michel Begue <mab974@gmail.com> 0.1.2-10.sme |
138 |
|
- Add header for contrib in layout |
139 |
|
- fix emailsettings error 'webmail is only SSL' [SME: 11443] |
140 |
|
- fix locale files |
141 |
|
- clean up template files |
142 |
|
|
143 |
|
* Wed Apr 21 2021 Michel Begue <mab974@gmail.com> 0.1.2-9.sme |
144 |
|
- Add access attribute in configuration base |
145 |
|
- Verify modes and access compatibility |
146 |
|
- Display theme_switch button to logged in users only [SME: 11571] |
147 |
|
|
148 |
|
* Tue Apr 20 2021 Michel Begue <mab974@gmail.com> 0.1.2-8.sme |
149 |
|
- Fix 'theme switch' [SME: 11571] |
150 |
|
|
151 |
|
* Mon Apr 12 2021 Michel Begue <mab974@gmail.com> 0.1.2-7.sme |
152 |
|
- Fix server-mode in bugreport [SME: 10448] |
153 |
|
- Add systemd-default for smanager type (service) [SME: 11544] |
154 |
|
- Fix smanager type and status in db |
155 |
|
- Move initial security notification to central place |
156 |
|
- Render 'Manual' output in template |
157 |
|
- Add a link to koozali.org on Sme logo |
158 |
|
|
159 |
|
* Mon Jan 25 2021 Michel Begue <mab974@gmail.com> 0.1.2-6.sme |
160 |
|
- Fix missing backup functions |
161 |
|
- background mode for halt and reboot |
162 |
|
- Store debug mode in ENV |
163 |
|
- Add a warning mode notification |
164 |
|
- Fix some translations needing to be escaped |
165 |
|
|
166 |
|
* Wed Jan 13 2021 Michel Begue <mab974@gmail.com> 0.1.2-5.sme |
167 |
|
- Fix menu items not translated [SME: 11322] |
168 |
|
- Add other locales files |
169 |
|
|
170 |
|
* Thu Jan 07 2021 Michel Begue <mab974@gmail.com> 0.1.2-4.sme |
171 |
|
- Fix 404 error when trailing slash is missing |
172 |
|
- Fix missing translations for ibay and quota panels |
173 |
|
- Comment out pptp settings in remoteaccess panel |
174 |
|
- Fix 'sigusr1' exec for httpd [SME: 11185] |
175 |
|
|
176 |
|
* Tue Dec 01 2020 Michel Begue <mab974@gmail.com> 0.1.2-3.sme |
177 |
|
- Fix download error on 'viewlogfiles' panel [SME: 11217] |
178 |
|
- Fix duplicate entries in log files to be chosen |
179 |
|
- Fix duplicate translation terms in 'General' lexicon |
180 |
|
|
181 |
|
* Fri Nov 20 2020 Michel Begue <mab974@gmail.com> 0.1.2-2.sme |
182 |
|
- Fix smanager-update event name |
183 |
|
- Move smanager service to /usr/lib/systemd |
184 |
|
- Fix Bugreport file download |
185 |
|
- Fix translations missing in 'viewlogfiles' |
186 |
|
- Remove Admin auth in httpd configuration |
187 |
|
- Add an optional alias for admin sign in. |
188 |
|
- Remove systemctl from .spec file |
189 |
|
|
190 |
|
* Thu Nov 19 2020 Michel Begue <mab974@gmail.com> 0.1.2-1.sme |
191 |
|
- Create new version smeserver-manager-0.1.2-1 (= 0.1.0-31) |
192 |
|
|
193 |
|
* Wed Oct 07 2020 Michel Begue <mab974@gmail.com> 0.1.0-31.sme |
194 |
|
- smanager-refresh event come back |
195 |
|
- add smanager version in footer |
196 |
|
- add optional refresh in layout |
197 |
|
- fix yum logfile displaying |
198 |
|
|
199 |
|
* Mon Oct 05 2020 Michel Begue <mab974@gmail.com> 0.1.0-30.sme |
200 |
|
- fix I18N Namespace change for keeping Language |
201 |
|
- clean up emailsettings code |
202 |
|
- remove old global lexicon files |
203 |
|
- add first simple tests |
204 |
|
- add smanager-update event |
205 |
|
|
206 |
|
* Mon Aug 17 2020 Michel Begue <mab974@gmail.com> 0.1.0-29.sme |
207 |
|
- validate lexicon file before install |
208 |
|
- fix route url construction (+) |
209 |
|
- add authentication messages to locales |
210 |
|
|
211 |
|
* Fri Aug 07 2020 Michel Begue <mab974@gmail.com> 0.1.0-28.sme |
212 |
|
- validate netmask in LocalNetworks [SME: 10976] |
213 |
|
- validate netmask in RemoteAccess [SME: 10977] |
214 |
|
- prettier action button |
215 |
|
- accept undescore in lexicon name |
216 |
|
- change route urls for LocalNetworks and Portforwarding |
217 |
|
- add rendering to LocalNetworks notification |
218 |
|
|
219 |
|
* Mon Jul 06 2020 Michel Begue <mab974@gmail.com> 0.1.0-27.sme |
220 |
|
- Fix typo in %post here |
221 |
|
- Complete 'datetime' panel |
222 |
|
- Fix notification in 'quota' panel |
223 |
|
|
224 |
|
* Wed Jul 01 2020 Michel Begue <mab974@gmail.com> 0.1.0-26.sme |
225 |
|
- Fix first start error |
226 |
|
- Fix incorrect messages and various typos in modules |
227 |
|
- Add possibility to hide menu(s) (requires jquery) |
228 |
|
|
229 |
|
* Sat Jun 13 2020 Michel Begue <mab974@gmail.com> 0.1.0-25.sme |
230 |
|
- Remove 'Starterwebsite' panel [SME: 8903] |
231 |
|
- Add choice for creating Pseudonyms [SME: 9457] |
232 |
|
- Change URL in 'useraccounts' templates |
233 |
|
- Change app to smanager in controller 'Swttheme' |
234 |
|
|
235 |
|
* Wed Jun 10 2020 Michel Begue <mab974@gmail.com> 0.1.0-24.sme |
236 |
|
- Fix missing translations for some panels |
237 |
|
|
238 |
|
* Mon Jun 08 2020 Michel Begue <mab974@gmail.com> 0.1.0-23.sme |
239 |
|
- Transform to Mojo application (apache/mod_proxy mode) |
240 |
|
- Add internal login and multi mode menus |
241 |
|
- Add userpassword panel |
242 |
|
|
243 |
|
* Fri May 08 2020 Michel Begue <mab974@gmail.com> 0.1.0-22.sme |
244 |
|
- Fix translation in 'useraccounts' panel |
245 |
|
- Restore theme switcher route |
246 |
|
- Fix theme switcher redirection |
247 |
|
- fix lexicon file not found [SME: 10927] |
248 |
|
|
249 |
|
* Mon Apr 27 2020 Michel Begue <mab974@gmail.com> 0.1.0-21.sme |
250 |
|
- Fix error and success management |
251 |
|
- Optimize Routes (number) |
252 |
|
- Delete share_dir variable |
253 |
|
- Attach Locale lexicon to Panel and Panel? |
254 |
|
- Fix lack of translation of first page |
255 |
|
|
256 |
|
* Wed Apr 15 2020 Michel Begue <mab974@gmail.com> 0.1.0-20.sme |
257 |
|
- Patch the I18N plugin to accept namespace changes |
258 |
|
- Split global locales files to module level |
259 |
|
- Consider additional contrib locales files |
260 |
|
- Consider additional contrib routes and navigation item |
261 |
|
- fix colour button in portforwarding panel |
262 |
|
- fix missing esmith::util in starterwebsite panel |
263 |
|
|
264 |
|
* Tue Apr 14 2020 Michel Begue <mab974@gmail.com> 0.1.0-19.sme |
265 |
|
- Remove tests : useraccounts, wbl |
266 |
|
|
267 |
|
* Sat Apr 11 2020 Michel Begue <mab974@gmail.com> 0.1.0-18.sme |
268 |
|
- Add panels : emailaccess, yum, backup |
269 |
|
- Fix Rendering comments in portforwarding & localnetworks panels |
270 |
|
- Css and images files added (from manager). |
271 |
|
- Initial javascript in navigation added (jQuery) -optional- |
272 |
|
- Add 'Heading...' navigation informations in controllers |
273 |
|
- Show Themes_switch if there is more than one theme |
274 |
|
|
275 |
|
* Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-15.sme |
276 |
|
- Sort out rule comment in portforwarding add panel |
277 |
|
|
278 |
|
* Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-14.sme |
279 |
|
- Add in portforwarding panel |
280 |
|
- Clean up localnetwork panel code |
281 |
|
|
282 |
* Sun Mar 29 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-13.sme |
* Sun Mar 29 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-13.sme |
283 |
- Remove Db call in LN_del template |
- Remove Db call in LN_del template |
284 |
- Use Sme-error css class and make sure parameters applied to error message |
- Use Sme-error css class and make sure parameters applied to error message |
1052 |
* Tue Mar 14 2000 Charlie Brady <charlieb@e-smith.com> |
* Tue Mar 14 2000 Charlie Brady <charlieb@e-smith.com> |
1053 |
Wed Mar 14 2000 --> Wed Mar 08 2000 or Tue Mar 14 2000 or Wed Mar 15 2000 or .... |
Wed Mar 14 2000 --> Wed Mar 08 2000 or Tue Mar 14 2000 or Wed Mar 15 2000 or .... |
1054 |
- initial release |
- initial release |
|
|
|
|
%description |
|
|
This RPM contributes the navigation bars for the smeserver-manager. |
|
|
|
|
|
%prep |
|
|
%setup |
|
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
|
%patch10 -p1 |
|
|
%patch11 -p1 |
|
|
%patch12 -p1 |
|
|
|
|
|
%build |
|
|
# Force creation of potentially empty directories |
|
|
perl createlinks |
|
|
mkdir -p root/etc/e-smith/web/functions2 |
|
|
mkdir -p root/home/e-smith/db/navigation |
|
|
mkdir -p root/etc/e-smith/web/common/css |
|
|
mkdir -p root/etc/e-smith/web/panels/manager2/{cgi-bin,html} |
|
|
mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/images |
|
|
#mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public{css,images,js,tmp} |
|
|
#mkdir -p root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/templates/{layouts,partials} |
|
|
|
|
|
gcc -o root/etc/e-smith/web/functions2/wrapper2 manager2.c |
|
|
|
|
|
#mkdir -p root/usr/share/locale/en_US/LC_MESSAGES/ |
|
|
#xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/foot.tmpl.po root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/25Copyright |
|
|
## make header/footer symlinks |
|
|
#ln -s head.tmpl root/etc/e-smith/web/common/userpassword_head.tmpl |
|
|
#ln -s head.tmpl root/etc/e-smith/web/common/noframes_head.tmpl |
|
|
#ln -s foot.tmpl root/etc/e-smith/web/common/noframes_foot.tmpl |
|
|
|
|
|
#mkdir -p root/etc/e-smith/web/panels/manager2/html |
|
|
for file in index #initial |
|
|
do |
|
|
ln -s ../../../functions2/wrapper2 root/etc/e-smith/web/panels/manager2/html/${file}.cgi |
|
|
done |
|
|
|
|
|
# Force creation of potentially empty directories |
|
|
#mkdir -p root/etc/httpd/admin-conf |
|
|
#mkdir -p root/service |
|
|
#mkdir -p root/etc/rc.d/init.d/supervise |
|
|
#for service in httpd-admin |
|
|
#do |
|
|
# ln -s /var/service/$service root/service/$service |
|
|
# mkdir -p root/var/service/$service/supervise |
|
|
# touch root/var/service/$service/down |
|
|
# if [ -d root/var/service/$service/log ] |
|
|
# then |
|
|
# mkdir -p root/var/service/$service/log/supervise |
|
|
# mkdir -p root/var/log/$service |
|
|
# fi |
|
|
# ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service |
|
|
#done |
|
|
|
|
|
%install |
|
|
rm -rf $RPM_BUILD_ROOT |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
|
|
rm -f %{name}-%{version}-%{release}-filelist |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
|
|
--file /etc/e-smith/web/panels/manager2/cgi-bin/wbl 'attr(4750,root,admin)' \ |
|
|
--file /etc/e-smith/web/panels/manager2/cgi-bin/useraccounts 'attr(4750,root,admin)' \ |
|
|
--dir /etc/e-smith/web/panels/manager2 'attr(0755,root,root)' \ |
|
|
--file /etc/e-smith/web/functions2/wrapper2 'attr(4750,root,admin)' \ |
|
|
--file /etc/e-smith/web/functions2/index.cgi 'attr(0500,root,root)' \ |
|
|
> %{name}-%{version}-%{release}-filelist |
|
|
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
|
|
|
|
|
|
|
|
# Samples only |
|
|
# --file /etc/e-smith/web/common/cgi-bin/login 'attr(0755,root,root)' \ |
|
|
# --file /etc/e-smith/web/common/cgi-bin/logout 'attr(0755,root,root)' \ |
|
|
# --file /etc/e-smith/web/functions/wrapper 'attr(4750,root,admin)' \ |
|
|
# --dir /var/service/httpd-admin 'attr(01755,root,root)' \ |
|
|
# --file /var/service/httpd-admin/down 'attr(0644,root,root)' \ |
|
|
# --file /var/service/httpd-admin/run 'attr(0755,root,root)' \ |
|
|
# --dir /var/service/httpd-admin/log 'attr(0755,root,root)' \ |
|
|
# --dir /var/service/httpd-admin/log/supervise 'attr(0700,root,root)' \ |
|
|
# --dir /var/service/httpd-admin/supervise 'attr(0700,root,root)' \ |
|
|
# --file /var/service/httpd-admin/log/run 'attr(0755,root,root)' \ |
|
|
# --dir /var/log/httpd-admin 'attr(0750,smelog,smelog)' \ |
|
|
# > %{name}-%{version}-%{release}-filelist |
|
|
|
|
|
%clean |
|
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
|
|
%pre |
|
|
%preun |
|
|
#rm -f /etc/e-smith/web/panels/manager2/srvmngr/public/css/sme_core.css |
|
|
#rm -f /etc/e-smith/web/panels/manager2/srvmngr/public/images/btn_donateCC_LG.gif |
|
|
#rm -f /etc/e-smith/web/panels/manager2/cgi-bin/logout |
|
|
|
|
|
%post |
|
|
#find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \ |
|
|
# sed -n '/\/[0-9a-z]\{32\}$/p' | \ |
|
|
# xargs grep -l Persisten | \ |
|
|
# xargs rm -f |
|
|
ln -s /etc/e-smith/web/common/css/sme_core.css /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/css/sme_core.css |
|
|
ln -s /etc/e-smith/web/common/css/sme_main.css /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/css/sme_main.css |
|
|
ln -s /etc/e-smith/web/common/css/sme_menu.css /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/css/sme_menu.css |
|
|
ln -s /etc/e-smith/web/common/btn_donateCC_LG.gif /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/images/btn_donateCC_LG.gif |
|
|
ln -s /etc/e-smith/web/common/smeserver_logo.jpg /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/images/smeserver_logo.jpg |
|
|
ln -s /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/conf/srvmngr.conf /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/srvmngr.conf |
|
|
ln -s /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/script/srvmngr.pl /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/srvmngr.pl |
|
|
ln -s /etc/e-smith/web/common/cgi-bin/logout /etc/e-smith/web/panels/manager2/cgi-bin/logout |
|
|
/sbin/e-smith/expand-template /etc/httpd/admin-conf/httpd.conf |
|
|
chmod 0755 /etc/e-smith/web/panels/manager2/html/index.cgi |
|
|
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/log/development.log |
|
|
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/log/development.log |
|
|
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
|
|
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/public/js/navigation.js |
|
|
#chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js |
|
|
#chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js |
|
|
chown root:admin /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
|
|
chmod 0660 /etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/default/templates/partials/_navig.html.ep |
|
|
chown root:admin /etc/e-smith/web/functions2/wrapper2 |
|
|
chmod 4750 /etc/e-smith/web/functions2/wrapper2 |
|
|
|
|
|
|
|
|
%postun |
|
|
%files -f %{name}-%{version}-%{release}-filelist |
|
|
%defattr(-,root,root) |
|