diff --git a/.gitignore b/.gitignore index d63f7d6..812fc1e 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /lorax-22.2.tar.gz /lorax-22.3.tar.gz /lorax-22.4.tar.gz +/lorax-23.0.tar.gz diff --git a/lorax.spec b/lorax.spec index fac28de..d2daaac 100644 --- a/lorax.spec +++ b/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 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 22.4-1 - livemedia-creator: Add --timeout option to cancel install after X minutes (bcl@redhat.com) diff --git a/sources b/sources index 788cdd4..b272fec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -879edcfcb2e40af3e307e5778e7018e2 lorax-22.4.tar.gz +2a77f08f2507be91591da7a2c10844f8 lorax-23.0.tar.gz