forked from pool/ser2net
Accepting request 796024 from home:mnhauke
- Install the configuration file into the correct directory -> %{_sysconfdir}/ser2net/ OBS-URL: https://build.opensuse.org/request/show/796024 OBS-URL: https://build.opensuse.org/package/show/network:utilities/ser2net?expand=0&rev=16
This commit is contained in:
parent
6ce29fa923
commit
1929e98bfd
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 10:17:48 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Install the configuration file into the correct directory
|
||||
-> %{_sysconfdir}/ser2net/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 19 12:19:00 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -50,7 +50,7 @@ autoreconf -fiv
|
||||
|
||||
%install
|
||||
%make_install
|
||||
install -D -m 0644 %{name}.yaml %{buildroot}/%{_sysconfdir}/%{name}.yaml
|
||||
install -D -m 0644 %{name}.yaml %{buildroot}/%{_sysconfdir}/ser2net/%{name}.yaml
|
||||
install -D -m 0644 %{SOURCE2} %{buildroot}/%{_unitdir}/ser2net.service
|
||||
|
||||
%pre
|
||||
@ -69,7 +69,8 @@ install -D -m 0644 %{SOURCE2} %{buildroot}/%{_unitdir}/ser2net.service
|
||||
%license COPYING
|
||||
%doc ChangeLog AUTHORS README
|
||||
%{_sbindir}/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/%{name}.yaml
|
||||
%dir %{_sysconfdir}/ser2net
|
||||
%config(noreplace) %{_sysconfdir}/ser2net/%{name}.yaml
|
||||
%{_unitdir}/ser2net.service
|
||||
%{_mandir}/man5/ser2net.yaml.5%{?ext_man}
|
||||
%{_mandir}/man8/ser2net.8%{?ext_man}
|
||||
|
Loading…
x
Reference in New Issue
Block a user