Accepting request 714311 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/714311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/avahi?expand=0&rev=127
This commit is contained in:
commit
27558abcaa
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 5 12:22:21 UTC 2019 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
|
||||||
|
firewalld, see [1].
|
||||||
|
|
||||||
|
[1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 23 13:37:38 UTC 2017 - rbrown@suse.com
|
Thu Nov 23 13:37:38 UTC 2017 - rbrown@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -47,7 +47,6 @@ URL: http://www.avahi.org/
|
|||||||
Source: http://avahi.org/download/%{_name}-%{version}.tar.gz
|
Source: http://avahi.org/download/%{_name}-%{version}.tar.gz
|
||||||
# From http://packages.debian.org/sid/avahi-daemon http://ftp.debian.org/debian/pool/main/a/avahi/avahi_0.6.31-1.debian.tar.gz
|
# From http://packages.debian.org/sid/avahi-daemon http://ftp.debian.org/debian/pool/main/a/avahi/avahi_0.6.31-1.debian.tar.gz
|
||||||
Source1: avahi-daemon-check-dns.sh
|
Source1: avahi-daemon-check-dns.sh
|
||||||
Source3: avahi.firewall
|
|
||||||
# Copy of glib-2.0.m4 from glib2-devel to not depend on glib2-devel.
|
# Copy of glib-2.0.m4 from glib2-devel to not depend on glib2-devel.
|
||||||
Source4: avahi-glib-gettext.m4
|
Source4: avahi-glib-gettext.m4
|
||||||
Source5: avahi.sysconfig
|
Source5: avahi.sysconfig
|
||||||
@ -804,10 +803,9 @@ install avahi-daemon.if-up %{buildroot}%{_sysconfdir}/sysconfig/network/if-up.d/
|
|||||||
install avahi-autoipd/avahi-autoipd.if-up %{buildroot}%{_sysconfdir}/sysconfig/network/if-up.d/avahi-autoipd
|
install avahi-autoipd/avahi-autoipd.if-up %{buildroot}%{_sysconfdir}/sysconfig/network/if-up.d/avahi-autoipd
|
||||||
install avahi-autoipd/avahi-autoipd.if-down %{buildroot}%{_sysconfdir}/sysconfig/network/if-down.d/avahi-autoipd
|
install avahi-autoipd/avahi-autoipd.if-down %{buildroot}%{_sysconfdir}/sysconfig/network/if-down.d/avahi-autoipd
|
||||||
install -d %{buildroot}/%{_localstatedir}/lib/avahi-autoipd
|
install -d %{buildroot}/%{_localstatedir}/lib/avahi-autoipd
|
||||||
mkdir -p %{buildroot}/%{_sbindir} %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
mkdir -p %{buildroot}/%{_sbindir}
|
||||||
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-daemon
|
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-daemon
|
||||||
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-dnsconfd
|
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-dnsconfd
|
||||||
install -m 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/avahi
|
|
||||||
install -d %{buildroot}/%{_datadir}/pixmaps
|
install -d %{buildroot}/%{_datadir}/pixmaps
|
||||||
install -d %{buildroot}%{_fillupdir}
|
install -d %{buildroot}%{_fillupdir}
|
||||||
install -m 644 sysconfig.avahi* %{buildroot}%{_fillupdir}/
|
install -m 644 sysconfig.avahi* %{buildroot}%{_fillupdir}/
|
||||||
@ -953,7 +951,6 @@ chown -R avahi-autoipd:avahi-autoipd %{_localstatedir}/lib/avahi-autoipd
|
|||||||
%exclude %{_sbindir}/avahi-autoipd
|
%exclude %{_sbindir}/avahi-autoipd
|
||||||
%{_sbindir}/rcavahi-daemon
|
%{_sbindir}/rcavahi-daemon
|
||||||
%{_sbindir}/rcavahi-dnsconfd
|
%{_sbindir}/rcavahi-dnsconfd
|
||||||
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/*
|
|
||||||
%dir %{_sysconfdir}/avahi
|
%dir %{_sysconfdir}/avahi
|
||||||
%config %{_sysconfdir}/avahi/avahi-daemon.conf
|
%config %{_sysconfdir}/avahi/avahi-daemon.conf
|
||||||
%{_sysconfdir}/avahi/avahi-dnsconfd.action
|
%{_sysconfdir}/avahi/avahi-dnsconfd.action
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 5 12:22:21 UTC 2019 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
|
||||||
|
firewalld, see [1].
|
||||||
|
|
||||||
|
[1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 23 13:37:31 UTC 2017 - rbrown@suse.com
|
Thu Nov 23 13:37:31 UTC 2017 - rbrown@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -47,7 +47,6 @@ URL: http://www.avahi.org/
|
|||||||
Source: http://avahi.org/download/%{_name}-%{version}.tar.gz
|
Source: http://avahi.org/download/%{_name}-%{version}.tar.gz
|
||||||
# From http://packages.debian.org/sid/avahi-daemon http://ftp.debian.org/debian/pool/main/a/avahi/avahi_0.6.31-1.debian.tar.gz
|
# From http://packages.debian.org/sid/avahi-daemon http://ftp.debian.org/debian/pool/main/a/avahi/avahi_0.6.31-1.debian.tar.gz
|
||||||
Source1: avahi-daemon-check-dns.sh
|
Source1: avahi-daemon-check-dns.sh
|
||||||
Source3: avahi.firewall
|
|
||||||
# Copy of glib-2.0.m4 from glib2-devel to not depend on glib2-devel.
|
# Copy of glib-2.0.m4 from glib2-devel to not depend on glib2-devel.
|
||||||
Source4: avahi-glib-gettext.m4
|
Source4: avahi-glib-gettext.m4
|
||||||
Source5: avahi.sysconfig
|
Source5: avahi.sysconfig
|
||||||
@ -637,6 +636,7 @@ correct mDNS reflection across LAN segments.
|
|||||||
%if %{build_mono}
|
%if %{build_mono}
|
||||||
%package -n avahi-mono
|
%package -n avahi-mono
|
||||||
Summary: Mono Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
Summary: Mono Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||||
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Languages/Mono
|
Group: Development/Languages/Mono
|
||||||
Requires: gtk-sharp2
|
Requires: gtk-sharp2
|
||||||
Requires: libavahi-client3 >= %{version}
|
Requires: libavahi-client3 >= %{version}
|
||||||
@ -803,10 +803,9 @@ install avahi-daemon.if-up %{buildroot}%{_sysconfdir}/sysconfig/network/if-up.d/
|
|||||||
install avahi-autoipd/avahi-autoipd.if-up %{buildroot}%{_sysconfdir}/sysconfig/network/if-up.d/avahi-autoipd
|
install avahi-autoipd/avahi-autoipd.if-up %{buildroot}%{_sysconfdir}/sysconfig/network/if-up.d/avahi-autoipd
|
||||||
install avahi-autoipd/avahi-autoipd.if-down %{buildroot}%{_sysconfdir}/sysconfig/network/if-down.d/avahi-autoipd
|
install avahi-autoipd/avahi-autoipd.if-down %{buildroot}%{_sysconfdir}/sysconfig/network/if-down.d/avahi-autoipd
|
||||||
install -d %{buildroot}/%{_localstatedir}/lib/avahi-autoipd
|
install -d %{buildroot}/%{_localstatedir}/lib/avahi-autoipd
|
||||||
mkdir -p %{buildroot}/%{_sbindir} %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
mkdir -p %{buildroot}/%{_sbindir}
|
||||||
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-daemon
|
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-daemon
|
||||||
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-dnsconfd
|
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-dnsconfd
|
||||||
install -m 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/avahi
|
|
||||||
install -d %{buildroot}/%{_datadir}/pixmaps
|
install -d %{buildroot}/%{_datadir}/pixmaps
|
||||||
install -d %{buildroot}%{_fillupdir}
|
install -d %{buildroot}%{_fillupdir}
|
||||||
install -m 644 sysconfig.avahi* %{buildroot}%{_fillupdir}/
|
install -m 644 sysconfig.avahi* %{buildroot}%{_fillupdir}/
|
||||||
@ -952,7 +951,6 @@ chown -R avahi-autoipd:avahi-autoipd %{_localstatedir}/lib/avahi-autoipd
|
|||||||
%exclude %{_sbindir}/avahi-autoipd
|
%exclude %{_sbindir}/avahi-autoipd
|
||||||
%{_sbindir}/rcavahi-daemon
|
%{_sbindir}/rcavahi-daemon
|
||||||
%{_sbindir}/rcavahi-dnsconfd
|
%{_sbindir}/rcavahi-dnsconfd
|
||||||
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/*
|
|
||||||
%dir %{_sysconfdir}/avahi
|
%dir %{_sysconfdir}/avahi
|
||||||
%config %{_sysconfdir}/avahi/avahi-daemon.conf
|
%config %{_sysconfdir}/avahi/avahi-daemon.conf
|
||||||
%{_sysconfdir}/avahi/avahi-dnsconfd.action
|
%{_sysconfdir}/avahi/avahi-dnsconfd.action
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
Fri Jul 5 12:22:21 UTC 2019 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
|
||||||
|
firewalld, see [1].
|
||||||
|
|
||||||
|
[1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 17 12:36:40 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed Apr 17 12:36:40 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
## Name: Zeroconf/Bonjour Multicast DNS
|
|
||||||
## Description: Zeroconf/Bonjour Multicast DNS (mDNS) ports for Service Discovery (DNS-SD)
|
|
||||||
|
|
||||||
# Allow broadcasting on UDP port 5353.
|
|
||||||
# mdnsresponder (5354) port is not used by Avahi
|
|
||||||
UDP="mdns"
|
|
||||||
BROADCAST="mdns"
|
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -49,7 +49,6 @@ URL: http://www.avahi.org/
|
|||||||
Source: http://avahi.org/download/%{_name}-%{version}.tar.gz
|
Source: http://avahi.org/download/%{_name}-%{version}.tar.gz
|
||||||
# From http://packages.debian.org/sid/avahi-daemon http://ftp.debian.org/debian/pool/main/a/avahi/avahi_0.6.31-1.debian.tar.gz
|
# From http://packages.debian.org/sid/avahi-daemon http://ftp.debian.org/debian/pool/main/a/avahi/avahi_0.6.31-1.debian.tar.gz
|
||||||
Source1: avahi-daemon-check-dns.sh
|
Source1: avahi-daemon-check-dns.sh
|
||||||
Source3: avahi.firewall
|
|
||||||
# Copy of glib-2.0.m4 from glib2-devel to not depend on glib2-devel.
|
# Copy of glib-2.0.m4 from glib2-devel to not depend on glib2-devel.
|
||||||
Source4: avahi-glib-gettext.m4
|
Source4: avahi-glib-gettext.m4
|
||||||
Source5: avahi.sysconfig
|
Source5: avahi.sysconfig
|
||||||
@ -806,10 +805,9 @@ install avahi-daemon.if-up %{buildroot}%{_sysconfdir}/sysconfig/network/if-up.d/
|
|||||||
install avahi-autoipd/avahi-autoipd.if-up %{buildroot}%{_sysconfdir}/sysconfig/network/if-up.d/avahi-autoipd
|
install avahi-autoipd/avahi-autoipd.if-up %{buildroot}%{_sysconfdir}/sysconfig/network/if-up.d/avahi-autoipd
|
||||||
install avahi-autoipd/avahi-autoipd.if-down %{buildroot}%{_sysconfdir}/sysconfig/network/if-down.d/avahi-autoipd
|
install avahi-autoipd/avahi-autoipd.if-down %{buildroot}%{_sysconfdir}/sysconfig/network/if-down.d/avahi-autoipd
|
||||||
install -d %{buildroot}/%{_localstatedir}/lib/avahi-autoipd
|
install -d %{buildroot}/%{_localstatedir}/lib/avahi-autoipd
|
||||||
mkdir -p %{buildroot}/%{_sbindir} %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
mkdir -p %{buildroot}/%{_sbindir}
|
||||||
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-daemon
|
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-daemon
|
||||||
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-dnsconfd
|
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-dnsconfd
|
||||||
install -m 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/avahi
|
|
||||||
install -d %{buildroot}/%{_datadir}/pixmaps
|
install -d %{buildroot}/%{_datadir}/pixmaps
|
||||||
install -d %{buildroot}%{_fillupdir}
|
install -d %{buildroot}%{_fillupdir}
|
||||||
install -m 644 sysconfig.avahi* %{buildroot}%{_fillupdir}/
|
install -m 644 sysconfig.avahi* %{buildroot}%{_fillupdir}/
|
||||||
@ -955,7 +953,6 @@ chown -R avahi-autoipd:avahi-autoipd %{_localstatedir}/lib/avahi-autoipd
|
|||||||
%exclude %{_sbindir}/avahi-autoipd
|
%exclude %{_sbindir}/avahi-autoipd
|
||||||
%{_sbindir}/rcavahi-daemon
|
%{_sbindir}/rcavahi-daemon
|
||||||
%{_sbindir}/rcavahi-dnsconfd
|
%{_sbindir}/rcavahi-dnsconfd
|
||||||
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/*
|
|
||||||
%dir %{_sysconfdir}/avahi
|
%dir %{_sysconfdir}/avahi
|
||||||
%config %{_sysconfdir}/avahi/avahi-daemon.conf
|
%config %{_sysconfdir}/avahi/avahi-daemon.conf
|
||||||
%{_sysconfdir}/avahi/avahi-dnsconfd.action
|
%{_sysconfdir}/avahi/avahi-dnsconfd.action
|
||||||
|
Loading…
Reference in New Issue
Block a user