Use ldconfig scriptlets
This commit is contained in:
parent
8fb1f5cf0a
commit
b7b97959bb
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: i2c-tools
|
Name: i2c-tools
|
||||||
Version: 4.0
|
Version: 4.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: A heterogeneous set of I2C tools for Linux
|
Summary: A heterogeneous set of I2C tools for Linux
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools
|
URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools
|
||||||
@ -162,8 +162,8 @@ if [ "$1" = 1 ] ; then
|
|||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%post -n libi2c -p /sbin/ldconfig
|
%ldconfig_post -n libi2c
|
||||||
%postun -n libi2c -p /sbin/ldconfig
|
%ldconfig_postun -n libi2c
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -212,6 +212,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 4.0-7
|
||||||
|
- Use ldconfig scriptlets
|
||||||
|
|
||||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 4.0-6
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 4.0-6
|
||||||
- Rebuilt for Python 3.7
|
- Rebuilt for Python 3.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user