Update to 0.2.1 release

This commit is contained in:
Daniel P. Berrange 2010-01-15 13:02:08 +00:00
parent 7ca2324789
commit eb4ea69e25
2 changed files with 8 additions and 3 deletions

View File

@ -1 +1 @@
4c103eabc50c95e036add9b5a9a7bb96 virt-viewer-0.2.0.tar.gz
4e846786fab0fdcfa89720bfec802b26 virt-viewer-0.2.1.tar.gz

View File

@ -5,7 +5,7 @@
%define _with_plugin %{?with_plugin:1}%{!?with_plugin:0}
Name: virt-viewer
Version: 0.2.0
Version: 0.2.1
Release: 1%{?dist}
Summary: Virtual Machine Viewer
Group: Applications/System
@ -67,11 +67,13 @@ rm -rf $RPM_BUILD_ROOT
rm -f %{buildroot}%{_libdir}/mozilla/plugins/%{name}-plugin.a
rm -f %{buildroot}%{_libdir}/mozilla/plugins/%{name}-plugin.la
%endif
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README COPYING AUTHORS ChangeLog NEWS
%{_bindir}/%{name}
@ -89,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Jan 15 2010 Daniel P. Berrange <berrange@redhat.com> - 0.2.1-1
- Update to 0.2.1 release
* Wed Jul 29 2009 Daniel P. Berrange <berrange@redhat.com> - 0.2.0-1.fc12
- Update to 0.2.0 release