mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-24 01:22:47 +00:00
New version 4.6.8
This commit is contained in:
parent
5738f7935c
commit
7dbaed9298
2 changed files with 7 additions and 11 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,4 +1,4 @@
|
|||
sources:
|
||||
samba-4.6.7.tar.asc: d0564a1b39e81cb2efa1a0066d989f2ea7f487a2
|
||||
samba-4.6.7.tar.gz: 260053cf4b7b17607a8a94e8bf740979183efadd
|
||||
samba-pubkey.asc: 7a27a6974cc0ec939d50fcb1591aa754c4b4b0bf
|
||||
samba-4.6.8.tar.gz: 744fa10e3ad8ea7219e51c27f3792d99e25782be
|
||||
samba-4.6.8.tar.asc: 1aa4f123877f31a98b103ee7756b5d64d1b28b64
|
||||
|
|
14
samba.spec
14
samba.spec
|
@ -88,7 +88,7 @@
|
|||
|
||||
Summary: Samba SMB server
|
||||
Name: samba
|
||||
Version: 4.6.7
|
||||
Version: 4.6.8
|
||||
Release: 1
|
||||
Epoch: 1
|
||||
License: GPLv3+
|
||||
|
@ -1488,7 +1488,7 @@ install -m 644 source3/lib/netapi/examples/netdomjoin-gui/logo-small.png %{build
|
|||
|
||||
%if %{with test}
|
||||
for i in {%{testbin}};do
|
||||
mv %{buildroot}/%{_bindir}/$i %{buildroot}/%{_bindir}/${i} || :
|
||||
mv %{buildroot}/%{_bindir}/$i %{buildroot}/%{_bindir}/${i} || :
|
||||
done
|
||||
%endif
|
||||
|
||||
|
@ -1513,15 +1513,11 @@ sed -i '/usershare path=.*/a # Syslog facility is disabled by default as samba t
|
|||
sed -i '/# so desire./a syslog=0' %{buildroot}/%{_sysconfdir}/%{name}/smb.conf
|
||||
|
||||
%if %{with cupspc}
|
||||
#perl -pi -e 's/printcap name = lpstat/printcap name = cups/g' %{buildroot}/%{_sysconfdir}/%{name}/smb.conf
|
||||
#perl -pi -e 's/printcap name = lpstat/printcap name = cups/g' %{buildroot}/%{_sysconfdir}/%{name}/smb-winbind.conf
|
||||
# Link smbspool to CUPS (does not require installed CUPS)
|
||||
|
||||
mkdir -p %{buildroot}/%{_libdir}/cups/backend
|
||||
ln -s %{_bindir}/smbspool %{buildroot}/%{_libdir}/cups/backend/smb
|
||||
mkdir -p %{buildroot}/%{_libdir}/cups/backend
|
||||
ln -s %{_bindir}/smbspool %{buildroot}/%{_libdir}/cups/backend/smb
|
||||
%endif
|
||||
|
||||
echo 127.0.0.1 localhost > %{buildroot}/%{_sysconfdir}/%{name}/lmhosts
|
||||
echo 127.0.0.1 localhost > %{buildroot}/%{_sysconfdir}/%{name}/lmhosts
|
||||
|
||||
install -c -m 755 %{SOURCE10} %{buildroot}%{_datadir}/%{name}/scripts/print-pdf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue