diff --git a/.abf.yml b/.abf.yml index f5103a1..f3b640d 100644 --- a/.abf.yml +++ b/.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 diff --git a/samba.spec b/samba.spec index 1bffac5..5c34fe1 100644 --- a/samba.spec +++ b/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