2024-01-05 18:12:02 +01:00
|
|
|
Name: supermin
|
2024-01-05 18:12:02 +01:00
|
|
|
Version: 5.1.20
|
2024-01-05 18:12:03 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 18:12:02 +01:00
|
|
|
Summary: Tool for creating supermin appliances (formerly called febootstrap)
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 18:12:03 +01:00
|
|
|
URL: https://people.redhat.com/~rjones/supermin/
|
2024-01-05 18:12:02 +01:00
|
|
|
Source: http://libguestfs.org/download/supermin/supermin-%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libe2fs-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 18:12:03 +01:00
|
|
|
BuildRequires: librpm-devel >= 4.16.1.2-1mamba
|
2024-01-05 18:12:02 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Tool for creating supermin appliances (formerly called febootstrap).
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/supermin
|
|
|
|
%{_mandir}/man1/supermin.1*
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:12:03 +01:00
|
|
|
* Sun Mar 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.20-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: librpm-devel>=4.16.1.2-1mamba
|
|
|
|
|
2024-01-05 18:12:02 +01:00
|
|
|
* Tue Oct 15 2019 Automatic Build System <autodist@mambasoft.it> 5.1.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:12:02 +01:00
|
|
|
* Fri Aug 08 2014 Automatic Build System <autodist@mambasoft.it> 5.1.9-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 18:12:02 +01:00
|
|
|
* Thu Jul 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.8-1mamba
|
|
|
|
- package created using the webbuild interface
|