SHA256
1
0
forked from pool/ser2net

Accepting request 635600 from network:utilities

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/635600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ser2net?expand=0&rev=9
This commit is contained in:
Yuchen Lin 2018-09-15 13:40:44 +00:00 committed by Git OBS Bridge
commit 4b53b247fe
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 6 23:18:53 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Replace %__-type macro indirections.
-------------------------------------------------------------------
Fri Aug 17 14:24:52 UTC 2018 - agraf@suse.com

View File

@ -42,15 +42,16 @@ monitoring ports, and controlling ports.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%build
autoreconf -i
%configure --disable-static
%{__make} %{?_smp_mflags}
make %{?_smp_mflags}
%install
%make_install
%{__install} -D -m 0644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf
%{__install} -D -m 0644 %{S:2} %{buildroot}%{_unitdir}/ser2net.service
install -D -m 0644 %{name}.conf %{buildroot}/%{_sysconfdir}/%{name}.conf
install -D -m 0644 %{S:2} %{buildroot}/%{_unitdir}/ser2net.service
%pre
%service_add_pre ser2net.service