/[smecontribs]/rpms/smeserver-shared-folders/contribs10/smeserver-shared-folders.spec
ViewVC logotype

Annotation of /rpms/smeserver-shared-folders/contribs10/smeserver-shared-folders.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.9 - (hide annotations) (download)
Wed Feb 21 19:40:10 2024 UTC (3 months, 2 weeks ago) by terryfage
Branch: MAIN
CVS Tags: smeserver-shared-folders-0_3-19_el7_sme
Changes since 1.8: +8 -4 lines
* Thu Feb 22 2024 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-19.sme
- No write access for admin in shared folder [SME: 12119]
  with this patch admin has write access both before and after saving permissions

1 terryfage 1.9 # $Id: smeserver-shared-folders.spec,v 1.8 2022/08/01 04:17:51 jpp Exp $
2 brianr 1.1 # Authority: vip-ire
3     # Name: Daniel Berteaud
4    
5     Summary: sme server shared folders module
6     %define name smeserver-shared-folders
7     Name: %{name}
8     %define version 0.3
9 terryfage 1.9 %define release 19
10 brianr 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: Networking/Daemons
14     Source: %{name}-%{version}.tar.xz
15     Patch0: smeserver-shared-folders-0.3-remove_fstab_expand_on_post_upgrade.patch
16     Patch1: smeserver-shared-folders-0.3-dump_acl_and_xattr_for_manual_perm.patch
17     Patch2: smeserver-shared-folders-0.3-fix_missing_cr_in_smb_template.patch
18     Patch3: smeserver-shared-folders-0.3-fix_auth_basic.patch
19     Patch4: smeserver-shared-folders-0.3-handle_ext4.patch
20     Patch5: smeserver-shared-folders-0.3-locale-2015-02-17.patch
21     Patch6: smeserver-shared-folders-0.3-locale-2015-12-18.patch
22     Patch7: smeserver-shared-folders-0.3-veto_files.patch
23     Patch8: smeserver-shared-folders-0.3-support_php_fpm.patch
24     Patch9: smeserver-shared-folders-0.3-locale-2019-12-07.patch
25 terryfage 1.5 Patch10: smeserver-shared-folders-0.3-Imcomplete-Update-for-Server-Manager2.patch
26     Patch11: smeserver-shared-folders-0.3-Add-Update-event-to-createlinks.patch
27     Patch12: smeserver-shared-folders-0.3-locale-2021-08-23.patch
28 jpp 1.6 Patch13: smeserver-shared-folders-0.3-bz11523-php-fpm.patch
29 jpp 1.7 Patch14: smeserver-shared-folders-0.3-bz12060-httpd24.patch
30 terryfage 1.9 Patch15: smeserver-shared-folders-0.3-bz12119-admin-write.patch
31 brianr 1.1
32     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
33     BuildArchitectures: noarch
34     Requires: e-smith-base >= 4.13.15-76
35     Requires: perl(CGI::FormMagick)
36     Requires: e-smith-formmagick >= 1.4.0-12
37 jpp 1.8 Requires: e-smith-apache >= 2.6.0-19
38 brianr 1.1 Requires: smeserver-mod_dav
39     Requires: acl
40     BuildRequires: perl
41     BuildRequires: e-smith-devtools >= 1.11.0-03
42 brianr 1.3 AutoReqProv: no
43    
44 brianr 1.1 %description
45     This module allows you to create network shares
46     with more flexibility than ibays as it supports ACLs
47    
48     %changelog
49 terryfage 1.9 * Thu Feb 22 2024 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 0.3-19.sme
50     - No write access for admin in shared folder [SME: 12119]
51     with this patch admin has write access both before and after saving permissions
52    
53 jpp 1.8 * Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-18.sme
54     - update to httpd 2.4 access syntax [SME: 12060]
55     removed compat lines, added requires e-smith-apache >= 2.6.0-19
56    
57 jpp 1.7 * Mon Jul 25 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-17.sme
58     - update to httpd 2.4 access syntax [SME: 12060]
59    
60 jpp 1.6 * Mon Jul 25 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-16.sme
61     - merge php-fpm code [SME: 11523]
62    
63 terryfage 1.5 * Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 0.3-11.sme
64     - apply locale 2021-08-23 patch
65    
66 brianr 1.4 * Thu Apr 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.3-14.sme
67     - Add Update event to createlinks [SME: 10997]
68    
69     * Thu Apr 01 2021 BogusDateBot
70     - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
71     by assuming the date is correct and changing the weekday.
72     Thu Mar 26 2010 --> Thu Mar 25 2010 or Fri Mar 26 2010 or Thu Apr 01 2010 or ....
73     Wed Nov 26 2010 --> Wed Nov 24 2010 or Fri Nov 26 2010 or Wed Dec 01 2010 or ....
74    
75 brianr 1.3 * Wed Dec 02 2020 Brian Read <brianr@bjsystems.co.uk> 0.3-13.sme
76     - Add AutoReqProv no to spec file [SME: 10997]
77    
78 brianr 1.2 * Sat Aug 01 2020 Brian Read <brianr@bjsystems.co.uk> 0.3-12.sme
79 brianr 1.3 - Incomplete update to new Servee Manager Mojolicious framework [SME:10997]
80 brianr 1.2
81 brianr 1.1 * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 0.3-11.sme
82     - apply locale 2019-12-07 patch
83    
84     * Thu Jul 13 2017 Daniel Berteaud <daniel@firewall-services.com> 0.3-10.sme
85     - Missing \n in httpd templates when using mod_fastcgi
86    
87     * Thu Jul 13 2017 Daniel Berteaud <daniel@firewall-services.com> 0.3-9.sme
88     - Add support for php fpm (but don't require it yet)
89    
90     * Fri Dec 18 2015 Daniel Berteaud <daniel@firewall-services.com> 0.3-8.sme
91     - Apply locale 2015-12-18 patch
92     - Add veto files directive support
93    
94     * Tue Feb 17 2015 Daniel Berteaud <daniel@firewall-services.com> 0.3-7.sme
95     - Apply lcoale 2015-02-17 patch
96    
97     * Thu Dec 18 2014 Daniel Berteaud <daniel@firewall-services.com> 0.3-6.sme
98     - Handle ext4 [SME: 8730]
99    
100     * Mon Jun 23 2014 Daniel Berteaud <daniel@firewall-services.com> 0.3-5.sme
101     - Fix basic auth on EL6
102    
103     * Mon Jan 13 2014 Daniel Berteaud <daniel@firewall-services.com> 0.3-4.sme
104     - Add a missing CR in smb.conf templates
105    
106     * Mon Nov 25 2013 Daniel Berteaud <daniel@firewall-services.com> 0.3-3.sme
107     - Dump ACL and extended attributes in /home/e-smith/db/shares if
108     ManualPermissions is set
109    
110     * Tue Nov 12 2013 Daniel Berteaud <daniel@firewall-services.com> 0.3-2.sme
111     - Remove expand link for fstab in post-upgrade
112    
113     * Mon Nov 11 2013 Daniel Berteaud <daniel@firewall-services.com> 0.3-1.sme
114     - Rebuild for SME9
115    
116     * Tue Oct 29 2013 Daniel Berteaud <daniel@firewall-services.com> 0.1-83.sme
117     - apply locale 2013-10-29 patch
118    
119     * Tue Oct 22 2013 Daniel Berteaud <daniel@firewall-services.com> 0.1-82.sme
120     - Rename ajaxplorer to pydio
121    
122     * Thu Oct 17 2013 Daniel Berteaud <daniel@firewall-services.com> 0.1-81.sme
123     - Add NT ACL support
124    
125     * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 0.1-80.sme
126     - apply locale 2013-07-14 patch
127    
128     * Sat Oct 20 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-79.sme
129     - Enhance samba audit
130    
131     * Thu Oct 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-78.sme
132     - Allow share names ending with dollar
133     (windows can, and it might be needed for migrations)
134    
135     * Wed Oct 17 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-77.sme
136     - Allow share names starting with numbers (there's no reason to deny it)
137    
138     * Thu Oct 11 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-76.sme
139     - Look at users ACL for encrypted shares list
140     - Apply locale 2012-10-11 patch
141    
142     * Fri Aug 24 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-75.sme
143     - add possibility to hide shares and to mark them non removable
144    
145     * Thu Aug 23 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-74.sme
146     - Enable FTP access
147    
148     * Fri Jul 20 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-73.sme
149     - Apply locale 2012-07-20 patch
150    
151     * Tue Jun 19 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-72.sme
152     - Explicitly set www acl so web access works even when only individual users
153     have ACLs
154    
155     * Fri May 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-71.sme
156     - Don't disable unix extension in share scope
157    
158     * Fri Apr 20 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-70.sme
159     - Display permission form after creation
160     - Display share name and desc in permission form
161    
162     * Tue Mar 20 2012 SME Translation Server <translations@contribs.org> 0.1-69.el6
163     - apply locale 2012-03-20 patch
164    
165     * Sun Mar 11 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-68.sme
166     - Enable webdav even when no auth is required
167     (but auth will still be required for write operations)
168    
169     * Thu Mar 01 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-67.sme
170     - Add rsyncd support
171    
172     * Sat Feb 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-66.sme
173     - Fix bg locale
174    
175     * Sat Feb 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-65.sme
176     - Fix root ACL for users
177     - Apply locale 2012-02-18 patch
178    
179     * Sat Feb 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-64.sme
180     - In http access, remove ro users from rw list
181     - templates cleanup
182    
183     * Fri Feb 17 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-63.sme
184     - Replace fr with correct en-us locale for USERS entry
185    
186     * Mon Feb 13 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-62.sme
187     - Code cleanup
188     - Move ACL configuration in a separated page
189     - User level ACL support
190    
191     * Thu Dec 15 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-61.sme
192     - Hide Recycle Bin dir if recycle is disabled
193    
194     * Wed Nov 30 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-60.sme
195     - Fix Ajaxplorer field display when the form has an error
196    
197     * Tue Nov 08 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-59.sme
198     - Stop removing exec perm
199     - use --physical for setfacl (don't follow symlinks)
200    
201     * Mon Nov 07 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-58.sme
202     - Add wide links samba option
203    
204     * Thu Nov 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-57.sme
205     - Use recursive setfacl command (should greatly speedup share modification)
206    
207     * Tue Oct 18 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-56.sme
208     - Apply locale 2011-10-18 patch
209     - Enable FollowSymLinks if AllowOverride is set to All
210    
211     * Thu Sep 01 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-55.sme
212     - Fix share creation when encfs is not installed
213    
214     * Thu Aug 04 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-54.sme
215     - Don't check password length when encryption is disabled
216    
217     * Mon Jul 18 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-53.sme
218     - Fix encrypted share list
219    
220     * Wed Jul 13 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-52.sme
221     - Fix panel when ajaxplorer is not installed
222    
223     * Fri Jul 08 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-51.sme
224     - Fix modification of unencrypted shares
225    
226     * Tue Jul 05 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-50.sme
227     - Apply locale 2011-07-05 patch
228    
229     * Tue Jul 05 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-49.sme
230     - Make encryption support optional
231     - Sanitize password field in userpanelEncfs
232     - Prevent deletion of mounted, encrypted shares
233    
234     * Wed Jun 29 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-48.sme
235     - Enable samba auditing
236    
237     * Tue Jun 28 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-47.sme
238     - Fix Ajaxplorer fields on share creation
239    
240     * Tue Jun 28 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-46.sme
241     - Change the way ajaxplorer is integrated (add a new config section)
242    
243     * Mon Jun 27 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-45.sme
244     - Add support for ajaxplorer
245    
246     * Wed Jun 22 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-44.sme
247     - Set read only permissions on top dir of each share
248    
249     * Tue Jun 14 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-43.sme
250     - Don't check password field if encryption is disabled
251    
252     * Tue May 17 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-42.sme
253     - Add missing INACTIVITY entry in locale
254     - Apply locale 2011-05-17 patch
255    
256     * Mon May 16 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-41.sme
257     - apply locale 2011-05-16 patch
258    
259     * Fri May 06 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-40.sme
260     - Support encryption using EncFS
261    
262     * Wed Apr 27 2011 SME Translation Server <translations@contribs.org> 0.1-39.sme
263     - apply locale 2011-04-27 patch
264    
265     * Tue Apr 05 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-38.sme
266     - Fix removing empty directories in recycles
267    
268     * Wed Mar 30 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-37.sme
269     - expand httpd.conf and restart apache on group-modify
270    
271     * Tue Mar 29 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-36.sme
272     - Deduplicate writer user list in apache configuration
273     - Always grant web access to user admin
274    
275     * Tue Jan 25 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-35.sme
276     - Fix setting ACLs on files starting with a dash [SME: 6500]
277    
278     * Mon Jan 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-34.sme
279     - Apply locale 2011-01-03 patch
280    
281     * Mon Jan 03 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-33.sme
282     - New prop PHPAllowUrlFopen
283    
284     * Wed Dec 15 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-32.sme
285     - Print the group table when ManualPermissions is enabled
286     - Fix a warning in httpd.conf templates
287     - Use www as group owner of the root dir if httpAccess is enabled
288    
289     * Fri Dec 10 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-31.sme
290     - Add new prop AliasOnPrimary to toggle alias on the system domain
291    
292     * Thu Dec 2 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-30.sme
293     - Fix purge script
294    
295     * Tue Nov 30 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-29.sme
296     - apply locale 2010-11-30 patch
297    
298     * Tue Nov 30 2010 Shad L. Lords <slords@mail.com> 0.1-28.sme
299     - Fix orig file removal the correct way
300    
301     * Mon Nov 29 2010 Daniel B. <daniel@firewall-services.com> 0.1-27.sme
302     - Remove .orig file
303    
304 brianr 1.4 * Fri Nov 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-26.sme
305     Wed Nov 26 2010 --> Wed Nov 24 2010 or Fri Nov 26 2010 or Wed Dec 01 2010 or ....
306 brianr 1.1 - Add webdav support
307     - add recycle purge support (with configurable retention time)
308    
309     * Thu Nov 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-25.sme
310     - Fix excludes separator for samba recyle bin [SME: 6379]
311     - Recycle bin directory can be configured (RecycleBinDir prop)
312     - Create the recyle bin directory if enabled
313     - Fix defaults ACL on dir (fix issues with recycle bin)
314    
315     * Wed Oct 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-24.sme
316     - Fix permission on group delete
317     - apply local 2010-10-20 patch
318    
319     * Mon Jul 19 2010 Daniel B. <daniel@firewall-services.com> 0.1-23.sme
320     - apply locale 2010-07-19 patch
321    
322     * Tue Jul 06 2010 Daniel B. <daniel@firewall-services.com> 0.1-22.sme
323     - correct typos in en-us locale [SME: 6103]
324     - apply locale 2010-07-06 patch
325    
326     * Sun May 23 2010 SME Translation Server <translations@contribs.org> 0.1-21.sme
327     - apply locale 2010-05-23 patch
328    
329 brianr 1.4 * Fri Mar 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-20.sme
330     Thu Mar 26 2010 --> Thu Mar 25 2010 or Fri Mar 26 2010 or Thu Apr 01 2010 or ....
331 brianr 1.1 - apply locale 2010-03-26 patch (fix navigation-conf)
332    
333     * Thu Mar 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-19.sme
334     - apply locale 2010-03-25 patch
335    
336     * Mon Mar 15 2010 Daniel B. <daniel@firewall-services.com> 0.1-18.sme
337     - really apply manual_permissions patch
338    
339     * Mon Mar 08 2010 Daniel B. <daniel@firewall-services.com> 0.1-17.sme
340     - Add an option to allow manual permissions (ManualPermissions)
341     - remove unused .orig file
342     - Exec CGI in cgi-bin directories
343    
344     * Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 0.1-16.sme
345     - apply locale 2010-03-02 patch
346    
347     * Tue Nov 17 2009 Daniel B. <daniel@firewall-services.com> 0.1-15.sme
348     - apply locale 2009-11-17 patch
349    
350     * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 0.1-14.sme
351     - apply locale 2009-10-27 patch
352    
353     * Wed Oct 21 2009 Daniel B. <daniel@firewall-services.com> 0.1-13.sme
354     - apply locale 2009-10-21 patch
355    
356     * Tue Oct 20 2009 Daniel B. <daniel@firewall-services.com> 0.1-12.sme
357     - apply locale 2009-10-20 patch
358    
359     * Tue Sep 29 2009 Daniel B. <daniel@firewall-services.com> 0.1-11.sme
360     - apply locale 2009-09-28 patch
361    
362     * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 0.1-10.sme
363     - apply locale 2009-08-24 patch
364    
365     * Wed Jul 22 2009 Daniel B. <daniel@firewall-services.com> 0.1-9.sme
366     - Apply locale 2009-07-22 patch
367    
368     * Mon Jun 15 2009 Daniel B. <daniel@firewall-services.com> [0.1-8]
369     - Apply locale 2009-06-15 patch
370    
371     * Mon May 25 2009 Daniel B. <daniel@firewall-services.com> [0.1-7]
372     - Include hosts/networks defined in $externalSSLAccess for local access
373     (httpAccess)
374    
375     * Mon May 25 2009 Daniel B. <daniel@firewall-services.com> [0.1-6]
376     - Apply locale 2009-05-25 patch
377    
378     * Thu May 21 2009 Daniel B. <daniel@firewall-services.com> [0.1-5]
379     - Add an empty template-begin for smb.conf template
380     - Add locale 2009-05-21 patch (en-us)
381    
382     * Thu May 21 2009 Daniel B. <daniel@firewall-services.com> [0.1-4]
383     - apply locale 2009-05-21 patch
384    
385     * Wed May 20 2009 SME Translation Server <translations@contribs.org> 0.1-3.sme
386     - apply locale 2009-05-20 patch
387    
388     * Wed May 13 2009 Daniel B. <daniel@firewall-services.com> [0.1-2]
389     - add http access, with some options in the panel
390     - present the keepversion option of the recylcebin in the panel
391     - changes in db keys
392     - remove some descriptions in the panel
393     - optimization in share-modify to limit the time needed
394     to reset permissions
395    
396     * Tue May 05 2009 Daniel B. <daniel@firewall-services.com> [0.1-1]
397     - Add locale patch 2009-05-05
398    
399     * Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta3]
400     - Add acl option in fstab via the template system
401     (just like usrquota and grpquota)
402    
403     * Thu Apr 16 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta2]
404     - Rename spec file
405    
406     * Wed Apr 08 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta1]
407     - Rename maxIbayNameLength to maxShareNameLength
408    
409     * Wed Apr 08 2009 Daniel B. <daniel@firewall-services.com> [0.1-0.beta0]
410     - Initial release.
411    
412     %prep
413     %setup
414     %patch0 -p1
415     %patch1 -p1
416     %patch2 -p1
417     %patch3 -p1
418     %patch4 -p1
419     %patch5 -p1
420     %patch6 -p1
421     %patch7 -p1
422     %patch8 -p1
423     %patch9 -p1
424 brianr 1.2 %patch10 -p1
425 brianr 1.4 %patch11 -p1
426 terryfage 1.5 %patch12 -p1
427 jpp 1.6 %patch13 -p1
428 jpp 1.7 %patch14 -p1
429 terryfage 1.9 %patch15 -p1
430 brianr 1.1
431     %pre
432     /usr/sbin/useradd -c "Rsyncd User" \
433     -s /sbin/nologin -r -d /dev/null rsync 2> /dev/null || :
434    
435     %post
436    
437     %build
438     # Force creation of potentially empty directories
439     mkdir -p root/etc/e-smith/web/{common,functions}
440     mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,common,html}
441     mkdir -p root/home/e-smith/files/shares
442     mkdir -p root/var/log/rsyncd
443     mkdir -p root/home/e-smith/db/shares
444    
445     perl createlinks
446    
447     %install
448     rm -rf $RPM_BUILD_ROOT
449     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
450     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
451     --file /etc/cron.daily/purge-shares-recycle 'attr(0755,root,root)' \
452     --file /etc/sysconfig/modules/fuse.modules 'attr(0755,root,root)' \
453     --file /var/service/rsyncd/run 'attr(0755,root,root)' \
454     --file /var/service/rsyncd/log/run 'attr(0755,root,root)' \
455     --dir /var/log/rsyncd 'attr(0770,root,smelog)' \
456     --dir /home/e-smith/db/shares 'attr(0750,root,root)' \
457     > %{name}-%{version}-%{release}-filelist
458     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
459    
460     %clean
461     rm -rf $RPM_BUILD_ROOT
462    
463     %files -f %{name}-%{version}-%{release}-filelist
464     %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed