This commit is contained in:
Dennis Gilmore 2011-02-07 22:36:43 -06:00
parent 7e905e54f5
commit bbedbc548f

View File

@ -1,7 +1,7 @@
Name: beakerlib Name: beakerlib
Summary: A shell-level integration testing library Summary: A shell-level integration testing library
Version: 1.3 Version: 1.3
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2 License: GPLv2
Group: Development/Libraries Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/%{name}-%{version}/examples/*/* %doc %{_docdir}/%{name}-%{version}/examples/*/*
%changelog %changelog
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed May 12 2010 Petr Muller <pmuller@redhat.com> - 1.3-1 * Wed May 12 2010 Petr Muller <pmuller@redhat.com> - 1.3-1
- packaging fixes: permission fixes, added dep on python2, - packaging fixes: permission fixes, added dep on python2,
- added examples as documentation files - added examples as documentation files