delete "Include previous ABI version for temporary binary compatibility"
This commit is contained in:
parent
1dd863e123
commit
6fb2643cf0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: lm_sensors
|
Name: lm_sensors
|
||||||
Version: 3.6.0
|
Version: 3.6.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Linux-monitoring sensors
|
Summary: Linux-monitoring sensors
|
||||||
# lib/libsensors.3 is licensed Verbatim
|
# lib/libsensors.3 is licensed Verbatim
|
||||||
# dist-git files are licensed MIT
|
# dist-git files are licensed MIT
|
||||||
@ -23,7 +23,6 @@ Source7: lm_sensors.service
|
|||||||
Requires: kmod, systemd-units
|
Requires: kmod, systemd-units
|
||||||
BuildRequires: kernel-headers >= 2.2.16, bison, libsysfs-devel, flex, gawk
|
BuildRequires: kernel-headers >= 2.2.16, bison, libsysfs-devel, flex, gawk
|
||||||
BuildRequires: perl-generators, rrdtool-devel, gcc
|
BuildRequires: perl-generators, rrdtool-devel, gcc
|
||||||
BuildRequires: lm_sensors
|
|
||||||
Provides: %{name}-libs
|
Provides: %{name}-libs
|
||||||
Obsoletes: %{name}-libs
|
Obsoletes: %{name}-libs
|
||||||
|
|
||||||
@ -82,9 +81,6 @@ sed -i "s|\@WRAPPER_DIR\@|%{_libexecdir}/%{name}|" lm_sensors.service
|
|||||||
%make_build PREFIX=%{_prefix} LIBDIR=%{_libdir} MANDIR=%{_mandir} PROG_EXTRA=sensord \
|
%make_build PREFIX=%{_prefix} LIBDIR=%{_libdir} MANDIR=%{_mandir} PROG_EXTRA=sensord \
|
||||||
DESTDIR=$RPM_BUILD_ROOT BUILD_STATIC_LIB=0 user_install
|
DESTDIR=$RPM_BUILD_ROOT BUILD_STATIC_LIB=0 user_install
|
||||||
|
|
||||||
#Include previous ABI version for temporary binary compatibility
|
|
||||||
cp -a %{_libdir}/libsensors.so.4* %{buildroot}%{_libdir}
|
|
||||||
|
|
||||||
ln -s sensors.conf.5.gz $RPM_BUILD_ROOT%{_mandir}/man5/sensors3.conf.5.gz
|
ln -s sensors.conf.5.gz $RPM_BUILD_ROOT%{_mandir}/man5/sensors3.conf.5.gz
|
||||||
|
|
||||||
mkdir -p -m 755 $RPM_BUILD_ROOT%{_initrddir}
|
mkdir -p -m 755 $RPM_BUILD_ROOT%{_initrddir}
|
||||||
@ -166,6 +162,9 @@ fi
|
|||||||
%exclude %{_mandir}/man8/sensord.8.gz
|
%exclude %{_mandir}/man8/sensord.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 29 2020 Chunsheng Luo <luochunsheng@huawei.com> - 3.6.0-3
|
||||||
|
- delete "Include previous ABI version for temporary binary compatibility"
|
||||||
|
|
||||||
* Fri May 22 2020 Chunsheng Luo <luochunsheng@huawei.com> - 3.6.0-2
|
* Fri May 22 2020 Chunsheng Luo <luochunsheng@huawei.com> - 3.6.0-2
|
||||||
- fix lm_sensors-modprobe-r-wrapper/lm_sensors-modprobe-wrapper scripts
|
- fix lm_sensors-modprobe-r-wrapper/lm_sensors-modprobe-wrapper scripts
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user