diff --git a/lorax-37.0.tar.gz b/lorax-37.0.tar.gz deleted file mode 100644 index bfce55cfc486eb69c420228d5ebd346a45c39286..0000000000000000000000000000000000000000 Binary files a/lorax-37.0.tar.gz and /dev/null differ diff --git a/lorax-40.0-1.tar.gz b/lorax-40.0-1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8e9a9a5bf010c17de5f0779f8b7e02c9fa142b4c Binary files /dev/null and b/lorax-40.0-1.tar.gz differ diff --git a/lorax.spec b/lorax.spec index 83347d43ffa37d63362ff87f6033dfa9bd0f0a13..5d7304895be1e5a6e6bce4e22500f7831bf81cb2 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,16 +1,16 @@ -%define anolis_release 6 +%define anolis_release 1 # NOTE: This specfile is generated from upstream at https://github.com/rhinstaller/lorax # NOTE: Please submit changes as a pull request %define debug_package %{nil} Name: lorax -Version: 37.0 +Version: 40.0 Release: %{anolis_release}%{?dist} Summary: Tool for creating the anaconda install images -License: GPLv2+ +License: GPL-2.0-or-later URL: https://github.com/weldr/lorax -Source0: https://github.com/weldr/lorax/archive/refs/tags/%{name}-%{version}.tar.gz +Source0: https://github.com/weldr/lorax/archive/refs/tags/%{name}-%{version}-1.tar.gz BuildRequires: python3-devel BuildRequires: make @@ -117,16 +117,14 @@ Lorax templates for creating the boot.iso and live isos are placed in /usr/share/lorax/templates.d/99-generic %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-%{name}-%{version}-1 %build %install -rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %files -%defattr(-,root,root,-) %license COPYING %doc AUTHORS %doc docs/lorax.rst docs/livemedia-creator.rst docs/product-images.rst @@ -136,7 +134,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_sbindir}/lorax %{_sbindir}/mkefiboot %{_sbindir}/livemedia-creator -%{_sbindir}/mkksiso +%{_bindir}/mkksiso %{_bindir}/image-minimizer %dir %{_sysconfdir}/lorax %config(noreplace) %{_sysconfdir}/lorax/lorax.conf @@ -159,6 +157,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_datadir}/lorax/templates.d/* %changelog +* Mon Oct 16 2023 Funda Wang - 40.0-1 +- New version 40.0 + * Fri Oct 28 2022 gaochang 37.0-6 - Reconfig the package requires