forked from pool/iodine
Accepting request 544861 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/544861 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iodine?expand=0&rev=5
This commit is contained in:
commit
73ad4a7343
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 23 13:45:54 UTC 2017 - rbrown@suse.com
|
||||||
|
|
||||||
|
- Replace references to /var/adm/fillup-templates with new
|
||||||
|
%_fillupdir macro (boo#1069468)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 13 00:54:38 UTC 2017 - malcolmlewis@opensuse.org
|
Mon Mar 13 00:54:38 UTC 2017 - malcolmlewis@opensuse.org
|
||||||
|
|
||||||
|
15
iodine.spec
15
iodine.spec
@ -17,6 +17,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||||
|
%if ! %{defined _fillupdir}
|
||||||
|
%define _fillupdir /var/adm/fillup-templates
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: iodine
|
Name: iodine
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -55,11 +60,11 @@ make install PREFIX=%{buildroot}%{_prefix}
|
|||||||
# Install client files
|
# Install client files
|
||||||
mkdir -p %{buildroot}%{_unitdir}
|
mkdir -p %{buildroot}%{_unitdir}
|
||||||
install -m 0644 %{S:1} %{buildroot}%{_unitdir}/
|
install -m 0644 %{S:1} %{buildroot}%{_unitdir}/
|
||||||
mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
|
mkdir -p %{buildroot}%{_fillupdir}
|
||||||
install -m 0644 %{S:2} %{buildroot}%{_localstatedir}/adm/fillup-templates/
|
install -m 0644 %{S:2} %{buildroot}%{_fillupdir}/
|
||||||
# Install server files
|
# Install server files
|
||||||
install -m 0644 %{S:3} %{buildroot}%{_unitdir}/
|
install -m 0644 %{S:3} %{buildroot}%{_unitdir}/
|
||||||
install -m 0644 %{S:4} %{buildroot}%{_localstatedir}/adm/fillup-templates/
|
install -m 0644 %{S:4} %{buildroot}%{_fillupdir}/
|
||||||
# Copy common man page to avoid warning
|
# Copy common man page to avoid warning
|
||||||
pushd %{buildroot}%{_mandir}/man8/
|
pushd %{buildroot}%{_mandir}/man8/
|
||||||
cp %{name}.8 %{name}d.8
|
cp %{name}.8 %{name}d.8
|
||||||
@ -94,8 +99,8 @@ ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rciodined
|
|||||||
%doc CHANGELOG README TODO
|
%doc CHANGELOG README TODO
|
||||||
%{_sbindir}/%{name}
|
%{_sbindir}/%{name}
|
||||||
%{_sbindir}/%{name}d
|
%{_sbindir}/%{name}d
|
||||||
%{_localstatedir}/adm/fillup-templates/sysconfig.iodine
|
%{_fillupdir}/sysconfig.iodine
|
||||||
%{_localstatedir}/adm/fillup-templates/sysconfig.iodined
|
%{_fillupdir}/sysconfig.iodined
|
||||||
%{_sbindir}/rciodine
|
%{_sbindir}/rciodine
|
||||||
%{_sbindir}/rciodined
|
%{_sbindir}/rciodined
|
||||||
%{_unitdir}/iodine.service
|
%{_unitdir}/iodine.service
|
||||||
|
Loading…
Reference in New Issue
Block a user