[avahi/f17] Remove the ssh.service example file

Robert Scheck robert at fedoraproject.org
Thu Aug 9 12:40:55 UTC 2012


commit a90574a464a7e0451d73a2a341d118bde2fa35f8
Author: Stef Walter <stefw at gnome.org>
Date:   Mon Apr 2 21:58:43 2012 +0200

    Remove the ssh.service example file
    
     * Move it to the example documentation instead.
     * There's no guarantee that openssh-server is installed
       and enabled, so we shouldn't be installing this file just because
       avahi is present.

 avahi.spec |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/avahi.spec b/avahi.spec
index 563b75e..eb31bcb 100644
--- a/avahi.spec
+++ b/avahi.spec
@@ -10,7 +10,7 @@
 
 Name:           avahi
 Version:        0.6.31
-Release:        3%{?dist}
+Release:        5%{?dist}
 Summary:        Local network service discovery
 Group:          System Environment/Base
 License:        LGPLv2
@@ -333,6 +333,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
 # remove example
+rm -f $RPM_BUILD_ROOT%{_sysconfdir}/avahi/services/ssh.service
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/avahi/services/sftp-ssh.service
 
 # create /var/run/avahi-daemon to ensure correct selinux policy for it:
@@ -473,7 +474,7 @@ fi
 
 %files -f %{name}.lang
 %defattr(0644,root,root,0755)
-%doc docs/* avahi-daemon/example.service avahi-daemon/sftp-ssh.service
+%doc docs/* avahi-daemon/example.service avahi-daemon/sftp-ssh.service avahi-daemon/ssh.service
 %dir %{_sysconfdir}/avahi
 %dir %{_sysconfdir}/avahi/etc
 %ghost %{_sysconfdir}/avahi/etc/localtime
@@ -481,7 +482,6 @@ fi
 %dir %{_sysconfdir}/avahi/services
 %ghost %attr(0755,avahi,avahi) %dir %{_localstatedir}/run/avahi-daemon
 %config(noreplace) %{_sysconfdir}/avahi/avahi-daemon.conf
-%config(noreplace) %{_sysconfdir}/avahi/services/ssh.service
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/avahi-dbus.conf
 %attr(0755,root,root) %{_sbindir}/avahi-daemon
 %dir %{_datadir}/avahi
@@ -657,6 +657,14 @@ fi
 %endif
 
 %changelog
+* Mon Aug 6 2012 Stef Walter <stefw at redhat.com> - 0.6.31-5
+- Don't ship ssh service by default file since openssh-server isn't
+  running by default, and shouldn't be advertised without user
+  confirmation.
+
+* Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.31-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
 * Mon May 21 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.6.31-3
 - Merge F-17 into master
 - ARM has mono


More information about the scm-commits mailing list