Enable DHT11 (rhbz 1312888)

- Fix erroneously installed .o files in python-perf subpackage (rhbz 1312102)
This commit is contained in:
Josh Boyer 2016-02-29 08:45:09 -05:00
parent 09ce3a3c29
commit 87830ea3e1
3 changed files with 2 additions and 2 deletions

View File

@ -690,7 +690,6 @@ CONFIG_SENSORS_LM70=m
CONFIG_SENSORS_MAX1111=m
CONFIG_MPL115=m
CONFIG_MPL3115=m
CONFIG_DHT11=m
CONFIG_SI7005=m
CONFIG_SI7020=m

View File

@ -3003,7 +3003,7 @@ CONFIG_ACPI_ALS=m
# CONFIG_BMG160 is not set
# CONFIG_ADIS16400 is not set
# CONFIG_ADIS16480 is not set
# CONFIG_DHT11 is not set
CONFIG_DHT11=m
# CONFIG_MPL3115 is not set
# CONFIG_MS5611 is not set
# CONFIG_MPL115 is not set

View File

@ -2131,6 +2131,7 @@ fi
#
%changelog
* Mon Feb 29 2016 Josh Boyer <jwboyer@fedoraproject.org>
- Enable DHT11 (rhbz 1312888)
- Fix erroneously installed .o files in python-perf subpackage (rhbz 1312102)
* Thu Feb 25 2016 Laura Abbott <labbott@fedoraproject.org>