|
|
@ -20,7 +20,6 @@ Version: 26.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
|
|
|
URL: https://github.com/livecd-tools/livecd-tools
|
|
|
|
URL: https://github.com/livecd-tools/livecd-tools
|
|
|
|
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
@ -52,7 +51,6 @@ http://fedoraproject.org/wiki/FedoraLiveCD for more details.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python-imgcreate-sysdeps
|
|
|
|
%package -n python-imgcreate-sysdeps
|
|
|
|
Summary: Common system dependencies for python-imgcreate
|
|
|
|
Summary: Common system dependencies for python-imgcreate
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
|
|
|
Requires: coreutils
|
|
|
|
Requires: coreutils
|
|
|
|
Requires: xorriso >= 1.4.8
|
|
|
|
Requires: xorriso >= 1.4.8
|
|
|
|
Requires: isomd5sum
|
|
|
|
Requires: isomd5sum
|
|
|
@ -104,7 +102,6 @@ python-imgcreate.
|
|
|
|
%if %{with python2}
|
|
|
|
%if %{with python2}
|
|
|
|
%package -n python2-imgcreate
|
|
|
|
%package -n python2-imgcreate
|
|
|
|
Summary: Python 2 modules for building system images
|
|
|
|
Summary: Python 2 modules for building system images
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
|
|
|
%{?python_provide:%python_provide python2-imgcreate}
|
|
|
|
%{?python_provide:%python_provide python2-imgcreate}
|
|
|
|
Requires: python-imgcreate-sysdeps%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: python-imgcreate-sysdeps%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: python2-dnf >= 1.1.0
|
|
|
|
Requires: python2-dnf >= 1.1.0
|
|
|
@ -130,7 +127,6 @@ like live image or appliances.
|
|
|
|
%if %{with python3}
|
|
|
|
%if %{with python3}
|
|
|
|
%package -n python3-imgcreate
|
|
|
|
%package -n python3-imgcreate
|
|
|
|
Summary: Python 3 modules for building system images
|
|
|
|
Summary: Python 3 modules for building system images
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
|
|
|
%{?python_provide:%python_provide python3-imgcreate}
|
|
|
|
%{?python_provide:%python_provide python3-imgcreate}
|
|
|
|
Requires: python-imgcreate-sysdeps%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: python-imgcreate-sysdeps%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: python3-pyparted
|
|
|
|
Requires: python3-pyparted
|
|
|
@ -148,7 +144,6 @@ like live image or appliances.
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
%package -n livecd-iso-to-mediums
|
|
|
|
%package -n livecd-iso-to-mediums
|
|
|
|
Summary: Tools for installing ISOs to different mediums
|
|
|
|
Summary: Tools for installing ISOs to different mediums
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
|
|
|
Requires: python-imgcreate-sysdeps%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: python-imgcreate-sysdeps%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
Conflicts: livecd-tools < 25.0
|
|
|
|
Conflicts: livecd-tools < 25.0
|
|
|
|
|
|
|
|
|
|
|
|