Update to 1.0.5
This commit is contained in:
parent
8661c2fcbf
commit
f94757dc98
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ freeipmi-0.8.8.tar.gz
|
|||||||
/freeipmi-1.0.2.tar.gz
|
/freeipmi-1.0.2.tar.gz
|
||||||
/freeipmi-1.0.3.tar.gz
|
/freeipmi-1.0.3.tar.gz
|
||||||
/freeipmi-1.0.4.tar.gz
|
/freeipmi-1.0.4.tar.gz
|
||||||
|
/freeipmi-1.0.5.tar.gz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Name: freeipmi
|
Name: freeipmi
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.gnu.org/software/freeipmi/
|
URL: http://www.gnu.org/software/freeipmi/
|
||||||
@ -303,6 +303,7 @@ fi
|
|||||||
%{_includedir}/freeipmi/templates/*.h
|
%{_includedir}/freeipmi/templates/*.h
|
||||||
%{_includedir}/freeipmi/util/*.h
|
%{_includedir}/freeipmi/util/*.h
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%files bmc-watchdog
|
%files bmc-watchdog
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -325,6 +326,14 @@ fi
|
|||||||
%{_mandir}/man8/ipmidetectd.8*
|
%{_mandir}/man8/ipmidetectd.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 1 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.5-1
|
||||||
|
- Updated to freeipmi-1.0.5:
|
||||||
|
- Fix various issues in ipmi-dcmi, including command line parsing
|
||||||
|
bugs, asset tag/string identifier overwriting, and fix assumptions
|
||||||
|
based on new information in v1.5 errata.
|
||||||
|
- Support pkg-config files for libraries.
|
||||||
|
- Various documentation updates.
|
||||||
|
|
||||||
* Fri Apr 22 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.4-1
|
* Fri Apr 22 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.4-1
|
||||||
- Updated to freeipmi-1.0.4:
|
- Updated to freeipmi-1.0.4:
|
||||||
- Support "discretereading" workaround in ipmi-sensors and associated
|
- Support "discretereading" workaround in ipmi-sensors and associated
|
||||||
|
Loading…
Reference in New Issue
Block a user