mirror of
https://abf.rosa.ru/djam/avahi.git
synced 2025-02-23 16:12:59 +00:00
We also expose _sftp-ssh._tcp via /etc/avahi/services/openssh.service from openssh-server
This commit is contained in:
parent
f575f71ecf
commit
132fda6e9a
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
Summary: Avahi service discovery (mDNS/DNS-SD) suite
|
||||
Name: avahi
|
||||
Version: 0.6.32
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: LGPLv2+
|
||||
Group: System/Servers
|
||||
Url: http://avahi.org/
|
||||
|
@ -692,7 +692,9 @@ grep -q '^publish-workstation=yes' \
|
|||
grep -q '^use-ipv6=no' \
|
||||
%{buildroot}/%{_sysconfdir}/%{name}/avahi-daemon.conf || exit 1
|
||||
|
||||
# We have a seperate Avahi service in openssh package
|
||||
rm -f %{buildroot}/%{_sysconfdir}/%{name}/services/ssh.service
|
||||
rm -f %{buildroot}/%{_sysconfdir}/%{name}/services/sftp-ssh.service
|
||||
ln -s avahi-compat-howl.pc %{buildroot}%{_libdir}/pkgconfig/howl.pc
|
||||
%if "%{_lib}" != "lib" && %{with mono}
|
||||
mkdir -p %{buildroot}%{_prefix}/lib
|
||||
|
|
Loading…
Add table
Reference in a new issue