Accepting request 544977 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/544977 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=82
This commit is contained in:
parent
3d6bb10f72
commit
c10e168c79
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 23 13:46:24 UTC 2017 - rbrown@suse.com
|
||||||
|
|
||||||
|
- Replace references to /var/adm/fillup-templates with new
|
||||||
|
%_fillupdir macro (boo#1069468)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 13 10:07:45 UTC 2017 - daniel.molkentin@suse.com
|
Tue Jun 13 10:07:45 UTC 2017 - daniel.molkentin@suse.com
|
||||||
|
|
||||||
|
@ -16,6 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||||
|
%if ! %{defined _fillupdir}
|
||||||
|
%define _fillupdir /var/adm/fillup-templates
|
||||||
|
%endif
|
||||||
|
|
||||||
# compatibility for SLES11 <=SP1
|
# compatibility for SLES11 <=SP1
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||||
@ -291,7 +296,7 @@ popd
|
|||||||
%{buildroot}%{_includedir}/net-snmp/net-snmp-config.h.new
|
%{buildroot}%{_includedir}/net-snmp/net-snmp-config.h.new
|
||||||
%{__mv} %{buildroot}%{_includedir}/net-snmp/net-snmp-config.h{.new,}
|
%{__mv} %{buildroot}%{_includedir}/net-snmp/net-snmp-config.h{.new,}
|
||||||
%{__install} -D -m 0644 %{S:7} \
|
%{__install} -D -m 0644 %{S:7} \
|
||||||
%{buildroot}/var/adm/fillup-templates/sysconfig.%{pkg_name}
|
%{buildroot}%{_fillupdir}/sysconfig.%{pkg_name}
|
||||||
#
|
#
|
||||||
%{__ln_s} -f %{netsnmp_agentx_socket_dir_fhs} %{buildroot}%{netsnmp_agentx_socket_dir_rfc}
|
%{__ln_s} -f %{netsnmp_agentx_socket_dir_fhs} %{buildroot}%{netsnmp_agentx_socket_dir_rfc}
|
||||||
#
|
#
|
||||||
@ -360,7 +365,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
%dir %ghost %attr(700,root,root) %{netsnmp_agentx_socket_dir_fhs}
|
%dir %ghost %attr(700,root,root) %{netsnmp_agentx_socket_dir_fhs}
|
||||||
%ghost %{netsnmp_logfile}
|
%ghost %{netsnmp_logfile}
|
||||||
%config(noreplace) /etc/logrotate.d/net-snmp
|
%config(noreplace) /etc/logrotate.d/net-snmp
|
||||||
/var/adm/fillup-templates/sysconfig.%{pkg_name}
|
%{_fillupdir}/sysconfig.%{pkg_name}
|
||||||
%{netsnmp_agentx_socket_dir_rfc}
|
%{netsnmp_agentx_socket_dir_rfc}
|
||||||
%{_datadir}/snmp/snmpconf-data/
|
%{_datadir}/snmp/snmpconf-data/
|
||||||
%{_datadir}/snmp/snmp_perl.pl
|
%{_datadir}/snmp/snmp_perl.pl
|
||||||
|
Loading…
Reference in New Issue
Block a user