- livemedia-creator: Check for mkfs.hfsplus (bcl@redhat.com)
- Drop retired icfg (zbyszek@in.waw.pl)
This commit is contained in:
parent
2742e7ad83
commit
5ee9410c49
1
.gitignore
vendored
1
.gitignore
vendored
@ -199,3 +199,4 @@
|
|||||||
/lorax-35.1.tar.gz
|
/lorax-35.1.tar.gz
|
||||||
/lorax-35.2.tar.gz
|
/lorax-35.2.tar.gz
|
||||||
/lorax-35.3.tar.gz
|
/lorax-35.3.tar.gz
|
||||||
|
/lorax-35.4.tar.gz
|
||||||
|
15
lorax.spec
15
lorax.spec
@ -3,8 +3,8 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 35.3
|
Version: 35.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -14,8 +14,6 @@ URL: https://github.com/weldr/lorax
|
|||||||
# git checkout -b archive-branch lorax-%%{version}-%%{release}
|
# git checkout -b archive-branch lorax-%%{version}-%%{release}
|
||||||
# tito build --tgz
|
# tito build --tgz
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
# https://github.com/weldr/lorax/pull/1153
|
|
||||||
Patch0: icfg-retire.patch
|
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -137,7 +135,6 @@ Lorax templates for creating the boot.iso and live isos are placed in
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -178,11 +175,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jun 09 2021 Mohan Boddu <mboddu@bhujji.com> - 35.3-3
|
* Thu Jun 10 2021 Brian C. Lane <bcl@redhat.com> 35.4-1
|
||||||
- Add patch downstream to remove retired icfg
|
- livemedia-creator: Check for mkfs.hfsplus (bcl@redhat.com)
|
||||||
|
- Drop retired icfg (zbyszek@in.waw.pl)
|
||||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 35.3-2
|
|
||||||
- Rebuilt for Python 3.10
|
|
||||||
|
|
||||||
* Tue May 25 2021 Brian C. Lane <bcl@redhat.com> 35.3-1
|
* Tue May 25 2021 Brian C. Lane <bcl@redhat.com> 35.3-1
|
||||||
- Add a context manager for dracut (bcl@redhat.com)
|
- Add a context manager for dracut (bcl@redhat.com)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-35.3.tar.gz) = 07f3d6299f76a62b50a594d84db7a5854fc2b4aa3a782ba243134da212890c438c1a7e27e3dd6ab2e7f911f40a4f1e7459e0c297d2ec773e75ba5477318e4068
|
SHA512 (lorax-35.4.tar.gz) = a9824fd944b8cf44ce49da0e29199987580bfa92cd61036c2b26f0b537c1fd7c3114b0b63e716d5c95be0c13017ab49333a98cc8145eb6e234d5ac788c994feb
|
||||||
|
Loading…
Reference in New Issue
Block a user