This commit is contained in:
Sergey Zhemoytel 2024-06-09 09:23:51 +00:00
parent 1b5c3d6bb0
commit 8f5d5a3124
2 changed files with 8 additions and 5 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
livecd-tools-21.1.tar.bz2: 7d8a1c3cb27d9835ff8ce02f1e2a7bc6e137757b livecd-tools-21.1.tar.gz: 07434b1696e7c30400de0710f789209d93fa0f98

View file

@ -3,12 +3,13 @@
Summary: Tools for building live CDs Summary: Tools for building live CDs
Name: livecd-tools Name: livecd-tools
Version: 21.1 Version: 21.1
Release: 65 Release: 66
Epoch: 1 Epoch: 1
License: GPLv2+ License: GPLv2+
Group: System/Base Group: System/Base
Url: http://git.fedorahosted.org/git/livecd URL: https://github.com/livecd-tools/livecd-tools
Source0: http://fedorahosted.org/releases/l/i/livecd/%{name}-%{version}.tar.bz2 #Source0: http://fedorahosted.org/releases/l/i/livecd/%{name}-%{version}.tar.bz2
Source0: %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1: arch.py Source1: arch.py
Source3: rosa-image-fix-x86.pl Source3: rosa-image-fix-x86.pl
Source4: urpmi-bootstrapper.sh Source4: urpmi-bootstrapper.sh
@ -37,6 +38,8 @@ Patch24: 0001-Run-setfiles-after-chroot.patch
Patch25: 0002-Get-system-architecture-by-bin-sh-executable-instead.patch Patch25: 0002-Get-system-architecture-by-bin-sh-executable-instead.patch
Patch27: 0004-hack-use-bash-x-for-post-scripts.patch Patch27: 0004-hack-use-bash-x-for-post-scripts.patch
BuildArch: noarch
Requires: python-imgcreate = %{EVRD} Requires: python-imgcreate = %{EVRD}
Requires: dosfstools Requires: dosfstools
Requires: dumpet Requires: dumpet
@ -96,7 +99,7 @@ like live image or appliances.
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
%prep %prep
%setup -q %setup -qn %{name}-%{name}-%{version}
%apply_patches %apply_patches
%build %build