- Bump version to 23.0 (bcl@redhat.com)

- os-release moved to /usr/lib (#1191713) (bcl@redhat.com)
- Use /usr/bin/python2 in scripts (bcl@redhat.com)
- Add bridge-utils (#1188812) (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2015-02-12 16:55:55 -08:00
parent ed17916b76
commit 2b94a79d2d
3 changed files with 12 additions and 9 deletions

1
.gitignore vendored
View File

@ -49,3 +49,4 @@
/lorax-22.2.tar.gz
/lorax-22.3.tar.gz
/lorax-22.4.tar.gz
/lorax-23.0.tar.gz

View File

@ -1,18 +1,14 @@
%define debug_package %{nil}
Name: lorax
Version: 22.4
Release: 2%{?dist}
Version: 23.0
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
Group: Applications/System
License: GPLv2+
URL: https://github.com/rhinstaller/lorax
# To generate Source0 do:
# git clone https://github.com/rhinstaller/lorax
# git checkout -b archive-branch lorax-%%{version}-%%{release}
# tito build --tgz
Source0: %{name}-%{version}.tar.gz
Source0: https://github.com/rhinstaller/%{name}/archive/%{name}-${version}-%{release}.tar.gz
BuildRequires: python2-devel
@ -80,7 +76,7 @@ including live isos and disk images. It can use libvirtd for the install, or
Anaconda's image install feature.
%prep
%setup -q -n %{name}-%{version}
%setup -q
%build
@ -106,6 +102,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%changelog
* Thu Feb 12 2015 Brian C. Lane <bcl@redhat.com> 23.0-1
- Bump version to 23.0 (bcl@redhat.com)
- os-release moved to /usr/lib (#1191713) (bcl@redhat.com)
- Use /usr/bin/python2 in scripts (bcl@redhat.com)
- Add bridge-utils (#1188812) (bcl@redhat.com)
* Fri Feb 06 2015 Brian C. Lane <bcl@redhat.com> 22.4-1
- livemedia-creator: Add --timeout option to cancel install after X minutes
(bcl@redhat.com)

View File

@ -1 +1 @@
879edcfcb2e40af3e307e5778e7018e2 lorax-22.4.tar.gz
2a77f08f2507be91591da7a2c10844f8 lorax-23.0.tar.gz