- 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:
parent
ed17916b76
commit
2b94a79d2d
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@
|
||||
/lorax-22.2.tar.gz
|
||||
/lorax-22.3.tar.gz
|
||||
/lorax-22.4.tar.gz
|
||||
/lorax-23.0.tar.gz
|
||||
|
18
lorax.spec
18
lorax.spec
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user