removed systemd config for pre-12.1

OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=27
This commit is contained in:
Uwe Gansert
2011-11-25 13:14:46 +00:00
committed by Git OBS Bridge
parent 3fb76e5890
commit 123bb2c55a
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 25 13:14:41 CET 2011 - ug@suse.de
- removed systemd config for pre-12.1
-------------------------------------------------------------------
Thu Nov 24 20:45:37 UTC 2011 - crrodriguez@opensuse.org

View File

@@ -84,7 +84,9 @@ install -m 644 SuSEFirewall.dnsmasq-dns ${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconf
install -m 644 SuSEFirewall.dnsmasq-dhcp ${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/dnsmasq-dhcp
install -d 755 ${RPM_BUILD_ROOT}/etc/dbus-1/system.d/
install -m 644 dbus/dnsmasq.conf ${RPM_BUILD_ROOT}/etc/dbus-1/system.d/dnsmasq.conf
%if 0%{?suse_version} >= 1210
install -D -m 0644 %SOURCE2 %{buildroot}/lib/systemd/system/dnsmasq.service
%endif
%find_lang %{name}
%files -f %{name}.lang
@@ -102,6 +104,8 @@ install -D -m 0644 %SOURCE2 %{buildroot}/lib/systemd/system/dnsmasq.service
%{_mandir}/fr/man8/dnsmasq.8.gz
%{_mandir}/es/man8/dnsmasq.8.gz
/etc/dbus-1/system.d/dnsmasq.conf
%if 0%{?suse_version} >= 1210
/lib/systemd/system/dnsmasq.service
%endif
%changelog