i2c-tools 3.1.0
This commit is contained in:
parent
233ce52591
commit
8ec4588dab
@ -5,8 +5,8 @@
|
||||
# package are under the same license as the package itself.
|
||||
|
||||
Name: i2c-tools
|
||||
Version: 3.0.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A heterogeneous set of I2C tools for Linux
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
@ -55,6 +55,9 @@ install -m 755 eepromer/{eepromer,eeprom,eeprog} \
|
||||
rm -f $RPM_BUILD_ROOT%{_bindir}/decode-edid.pl
|
||||
# Remove userland kernel headers, belong in glibc-kernheaders.
|
||||
rm -rf $RPM_BUILD_ROOT%{_includedir}/linux
|
||||
# Remove unpleasant DDC tools. KMS already exposes the EDID block in sysfs,
|
||||
# and edid-decode is a more complete tool than decode-edid.
|
||||
rm -f $RPM_BUILD_ROOT%{_bindir}/{ddcmon,decode-edid}
|
||||
# for i2c-dev ondemand loading through kmod
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d
|
||||
echo "alias char-major-89-* i2c-dev" > \
|
||||
@ -87,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2012 Adam Jackson <ajax@redhat.com> 3.1.0-1
|
||||
- i2c-tools 3.1.0
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user