This commit is contained in:
Dennis Gilmore 2012-01-13 02:02:51 -06:00
parent 59badce730
commit df57ac4c2a

View File

@ -1,6 +1,6 @@
Name: libmnl
Version: 1.0.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A minimalistic Netlink library
Group: System Environment/Libraries
@ -60,6 +60,9 @@ find examples -type d -name '.deps' -prune -exec rm -rf {} ';'
%changelog
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Aug 24 2011 Hushan Jia <hushan.jia@gmail.com> 1.0.1-4
- fix require of devel package
- add example source files to docs