- Change IsBeta to IsFinal

This commit is contained in:
Martin Gracik 2011-07-26 09:42:09 +02:00
parent b78dd7ba89
commit 6c158619be
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/lorax-0.7.tar.bz2
/lorax-16.0.tar.bz2
/lorax-16.1.tar.bz2
/lorax-16.2.tar.bz2

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 16.1
Version: 16.2
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -61,6 +61,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog
* Tue Jul 26 2011 Martin Gracik <mgracik@redhat.com> 16.2-1
- Change IsBeta to IsFinal
* Thu Jul 21 2011 Martin Gracik <mgracik@redhat.com> 16.1-1
- Default to isBeta (#723901)

View File

@ -1 +1 @@
7bb6bca13d956c91a232f2d087583d0c lorax-16.1.tar.bz2
2eb932115da94a9d92feae194bc9b9de lorax-16.2.tar.bz2