View | Details | Raw Unified | Return to bug 32004
Collapse All | Expand All

(-)a/samba-client-control.spec (-5 / +6 lines)
Lines 10-28 Packager: Dmitry V. Levin <ldv@altlinux.org> Link Here
10
10
11
PreReq: control
11
PreReq: control
12
Conflicts: samba-client < 3.0.5-alt2
12
Conflicts: samba-client < 3.0.5-alt2
13
Requires: cifs-utils >= 5.7
13
14
14
Source0: smbmount.control
15
#Source0: smbmount.control
15
Source1: cifsmount.control
16
Source1: cifsmount.control
16
Source2: cifsumount.control
17
#Source2: cifsumount.control
17
18
18
%description
19
%description
19
This package contains control rules for samba client helpers.
20
This package contains control rules for samba client helpers.
20
See control(8) for details.
21
See control(8) for details.
21
22
22
%install
23
%install
23
install -pD -m755 %_sourcedir/smbmount.control %buildroot%_controldir/smbmount
24
#install -pD -m755 %_sourcedir/smbmount.control %buildroot%_controldir/smbmount
24
install -pD -m755 %_sourcedir/cifsmount.control %buildroot%_controldir/cifsmount
25
install -pD -m755 %source1 %buildroot%_controldir/cifsmount
25
install -pD -m755 %_sourcedir/cifsumount.control %buildroot%_controldir/cifsumount
26
#install -pD -m755 %_sourcedir/cifsumount.control %buildroot%_controldir/cifsumount
26
27
27
%files
28
%files
28
%config %_controldir/*
29
%config %_controldir/*

Return to bug 32004