Accepting request 266624 from home:dimstar:branches:network
- Fix symlink of rcFOO to /usr/sbin/service, resolving a dangling symlink lint warning (and remove the same from rpmlintrc). OBS-URL: https://build.opensuse.org/request/show/266624 OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=68
This commit is contained in:
parent
2123e32b0d
commit
991e52c43e
@ -1,6 +1,4 @@
|
||||
# This are example scripts
|
||||
addFilter("doc-file-dependency")
|
||||
# This is correct symlink after installation
|
||||
addFilter("dangling-symlink")
|
||||
# This is correct user
|
||||
addFilter("non-standard-uid")
|
||||
addFilter("non-standard-uid")
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 29 09:37:54 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Fix symlink of rcFOO to /usr/sbin/service, resolving a dangling
|
||||
symlink lint warning (and remove the same from rpmlintrc).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 25 06:32:18 UTC 2014 - nemysis@gmx.ch
|
||||
|
||||
|
@ -126,7 +126,7 @@ 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
|
||||
install -D -m 0644 %SOURCE2 %{buildroot}%{_unitdir}/dnsmasq.service
|
||||
install -d -m 0750 ${RPM_BUILD_ROOT}/srv/tftpboot
|
||||
ln -sf /sbin/service $RPM_BUILD_ROOT/usr/sbin/rcdnsmasq
|
||||
ln -sf %{_sbindir}/service $RPM_BUILD_ROOT/usr/sbin/rcdnsmasq
|
||||
install -D -m 0644 trust-anchors.conf %{buildroot}%{_datadir}/%{name}/trust-anchors.conf
|
||||
|
||||
# utils subpackage
|
||||
|
Loading…
x
Reference in New Issue
Block a user