|
@@ -1,8 +1,11 @@
|
|
Summary: Statically linked binary providing simplified versions of system commands
|
|
Summary: Statically linked binary providing simplified versions of system commands
|
|
Name: busybox
|
|
Name: busybox
|
|
-Version: 1.30.1
|
|
|
|
|
|
+Version: 1.32.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-Group: System Environment/Shells
|
|
|
|
|
|
+Group: system
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
License: GPLv2
|
|
License: GPLv2
|
|
URL: https://www.busybox.net/
|
|
URL: https://www.busybox.net/
|
|
Source: https://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
|
|
Source: https://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
|
|
@@ -11,17 +14,15 @@ Source11: busybox-anaconda.config
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: uClibc-ng-devel
|
|
BuildRequires: uClibc-ng-devel
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
Busybox is a single binary which includes versions of a large number
|
|
Busybox is a single binary which includes versions of a large number
|
|
of system commands, including a shell. This package can be very
|
|
of system commands, including a shell. This package can be very
|
|
useful for recovering from certain types of system failures,
|
|
useful for recovering from certain types of system failures,
|
|
particularly those involving broken shared libraries.
|
|
particularly those involving broken shared libraries.
|
|
|
|
|
|
|
|
+
|
|
%package anaconda
|
|
%package anaconda
|
|
-Group: System Environment/Shells
|
|
|
|
|
|
+Group: system
|
|
Summary: Version of busybox configured for use with anaconda
|
|
Summary: Version of busybox configured for use with anaconda
|
|
|
|
|
|
%description anaconda
|
|
%description anaconda
|
|
@@ -35,6 +36,7 @@ normal use.
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
|
|
+
|
|
%build
|
|
%build
|
|
# create static busybox
|
|
# create static busybox
|
|
arch=`uname -m | sed -e 's/i.86/i386/' -e 's/ppc/powerpc/' -e 's/ppc64//' -e 's/powerpc64//'`
|
|
arch=`uname -m | sed -e 's/i.86/i386/' -e 's/ppc/powerpc/' -e 's/ppc64//' -e 's/powerpc64//'`
|
|
@@ -82,6 +84,7 @@ make %{_smp_mflags} CONFIG_DEBUG=y CC="gcc $RPM_OPT_FLAGS"
|
|
cp busybox busybox.anaconda
|
|
cp busybox busybox.anaconda
|
|
cp docs/busybox.1 docs/busybox.anaconda.1
|
|
cp docs/busybox.1 docs/busybox.anaconda.1
|
|
|
|
|
|
|
|
+
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/sbin
|
|
mkdir -p $RPM_BUILD_ROOT/sbin
|
|
@@ -91,8 +94,6 @@ mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
|
|
install -m 644 docs/busybox.static.1 $RPM_BUILD_ROOT/%{_mandir}/man1/busybox.1
|
|
install -m 644 docs/busybox.static.1 $RPM_BUILD_ROOT/%{_mandir}/man1/busybox.1
|
|
install -m 644 docs/busybox.anaconda.1 $RPM_BUILD_ROOT/%{_mandir}/man1/busybox.anaconda.1
|
|
install -m 644 docs/busybox.anaconda.1 $RPM_BUILD_ROOT/%{_mandir}/man1/busybox.anaconda.1
|
|
|
|
|
|
-%clean
|
|
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
@@ -108,7 +109,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
/sbin/busybox.anaconda
|
|
/sbin/busybox.anaconda
|
|
%{_mandir}/man1/busybox.anaconda.1.gz
|
|
%{_mandir}/man1/busybox.anaconda.1.gz
|
|
|
|
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.32.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Sat Oct 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.30.1-1
|
|
* Sat Oct 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.30.1-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- dropped all patches.
|
|
- dropped all patches.
|