Accepting request 139126 from GNOME:Factory
twea (forwarded request 139124 from dimstar) OBS-URL: https://build.opensuse.org/request/show/139126 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/avahi?expand=0&rev=96
This commit is contained in:
commit
47176767e6
@ -110,7 +110,7 @@ BuildRequires: graphviz
|
|||||||
BuildRequires: python-gdbm
|
BuildRequires: python-gdbm
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%if %suse_version >= 1210
|
%if %suse_version >= 1210
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: pkgconfig(systemd)
|
||||||
%endif
|
%endif
|
||||||
# For python bindings and utilities:
|
# For python bindings and utilities:
|
||||||
#BuildRequires: dbus-1-python
|
#BuildRequires: dbus-1-python
|
||||||
@ -1050,7 +1050,7 @@ fi
|
|||||||
%{_sysconfdir}/avahi/avahi-autoipd.action
|
%{_sysconfdir}/avahi/avahi-autoipd.action
|
||||||
%dir %{_sysconfdir}/avahi/services
|
%dir %{_sysconfdir}/avahi/services
|
||||||
%{_sysconfdir}/avahi/services/*.service
|
%{_sysconfdir}/avahi/services/*.service
|
||||||
%{_sysconfdir}/avahi/hosts
|
%config(noreplace) %{_sysconfdir}/avahi/hosts
|
||||||
%{_sysconfdir}/dbus-1/system.d/*.conf
|
%{_sysconfdir}/dbus-1/system.d/*.conf
|
||||||
%{_sysconfdir}/init.d/avahi-dnsconfd
|
%{_sysconfdir}/init.d/avahi-dnsconfd
|
||||||
%{_sysconfdir}/init.d/avahi-daemon
|
%{_sysconfdir}/init.d/avahi-daemon
|
||||||
|
@ -110,7 +110,7 @@ BuildRequires: graphviz
|
|||||||
BuildRequires: python-gdbm
|
BuildRequires: python-gdbm
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%if %suse_version >= 1210
|
%if %suse_version >= 1210
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: pkgconfig(systemd)
|
||||||
%endif
|
%endif
|
||||||
# For python bindings and utilities:
|
# For python bindings and utilities:
|
||||||
#BuildRequires: dbus-1-python
|
#BuildRequires: dbus-1-python
|
||||||
@ -1049,7 +1049,7 @@ fi
|
|||||||
%{_sysconfdir}/avahi/avahi-autoipd.action
|
%{_sysconfdir}/avahi/avahi-autoipd.action
|
||||||
%dir %{_sysconfdir}/avahi/services
|
%dir %{_sysconfdir}/avahi/services
|
||||||
%{_sysconfdir}/avahi/services/*.service
|
%{_sysconfdir}/avahi/services/*.service
|
||||||
%{_sysconfdir}/avahi/hosts
|
%config(noreplace) %{_sysconfdir}/avahi/hosts
|
||||||
%{_sysconfdir}/dbus-1/system.d/*.conf
|
%{_sysconfdir}/dbus-1/system.d/*.conf
|
||||||
%{_sysconfdir}/init.d/avahi-dnsconfd
|
%{_sysconfdir}/init.d/avahi-dnsconfd
|
||||||
%{_sysconfdir}/init.d/avahi-daemon
|
%{_sysconfdir}/init.d/avahi-daemon
|
||||||
|
@ -110,7 +110,7 @@ BuildRequires: graphviz
|
|||||||
BuildRequires: python-gdbm
|
BuildRequires: python-gdbm
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%if %suse_version >= 1210
|
%if %suse_version >= 1210
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: pkgconfig(systemd)
|
||||||
%endif
|
%endif
|
||||||
# For python bindings and utilities:
|
# For python bindings and utilities:
|
||||||
#BuildRequires: dbus-1-python
|
#BuildRequires: dbus-1-python
|
||||||
@ -1052,7 +1052,7 @@ fi
|
|||||||
%{_sysconfdir}/avahi/avahi-autoipd.action
|
%{_sysconfdir}/avahi/avahi-autoipd.action
|
||||||
%dir %{_sysconfdir}/avahi/services
|
%dir %{_sysconfdir}/avahi/services
|
||||||
%{_sysconfdir}/avahi/services/*.service
|
%{_sysconfdir}/avahi/services/*.service
|
||||||
%{_sysconfdir}/avahi/hosts
|
%config(noreplace) %{_sysconfdir}/avahi/hosts
|
||||||
%{_sysconfdir}/dbus-1/system.d/*.conf
|
%{_sysconfdir}/dbus-1/system.d/*.conf
|
||||||
%{_sysconfdir}/init.d/avahi-dnsconfd
|
%{_sysconfdir}/init.d/avahi-dnsconfd
|
||||||
%{_sysconfdir}/init.d/avahi-daemon
|
%{_sysconfdir}/init.d/avahi-daemon
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 16 11:37:56 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- Replace systemd-devel BuildRequires with pkgconfig(systemd)
|
||||||
|
to prefer the -mini package, avoiding build cycles.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 3 15:20:32 UTC 2012 - schwab@linux-m68k.org
|
Wed Oct 3 15:20:32 UTC 2012 - schwab@linux-m68k.org
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@ BuildRequires: graphviz
|
|||||||
BuildRequires: python-gdbm
|
BuildRequires: python-gdbm
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%if %suse_version >= 1210
|
%if %suse_version >= 1210
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: pkgconfig(systemd)
|
||||||
%endif
|
%endif
|
||||||
# For python bindings and utilities:
|
# For python bindings and utilities:
|
||||||
#BuildRequires: dbus-1-python
|
#BuildRequires: dbus-1-python
|
||||||
|
Loading…
Reference in New Issue
Block a user