remove uname patch
rebuilt with debug package [release 8.32-2mamba;Tue Nov 24 2020]
This commit is contained in:
parent
30fbe776c0
commit
d50f3f04d1
@ -1,7 +1,7 @@
|
|||||||
%define i18npatch_version 8.32
|
%define i18npatch_version 8.32
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 8.32
|
Version: 8.32
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A GNU set of tools commonly used in shell scripts
|
Summary: A GNU set of tools commonly used in shell scripts
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -26,6 +26,7 @@ Patch10: %{name}-8.14-uname-1.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
@ -59,6 +60,8 @@ These tools're the GNU versions of common useful and popular file and text utili
|
|||||||
- modifying text file (spliting, joining, comparing, modifying, ...)
|
- modifying text file (spliting, joining, comparing, modifying, ...)
|
||||||
Most of these programs have significant advantages over their Unix counterparts, such as greater speed, additional options, and fewer arbitrary limits.
|
Most of these programs have significant advantages over their Unix counterparts, such as greater speed, additional options, and fewer arbitrary limits.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .langinfo
|
%patch0 -p1 -b .langinfo
|
||||||
@ -73,7 +76,7 @@ Most of these programs have significant advantages over their Unix counterparts,
|
|||||||
|
|
||||||
#%patch6 -p1 -b .uname_element_unknown.patch
|
#%patch6 -p1 -b .uname_element_unknown.patch
|
||||||
|
|
||||||
%patch10 -p1
|
#%patch10 -p1
|
||||||
|
|
||||||
# docs should say /var/run/[uw]tmp not /etc/[uw]tmp
|
# docs should say /var/run/[uw]tmp not /etc/[uw]tmp
|
||||||
sed -i 's,/etc/utmp,/var/run/utmp,g;
|
sed -i 's,/etc/utmp,/var/run/utmp,g;
|
||||||
@ -185,6 +188,10 @@ exit 0
|
|||||||
#%doc THANKS THANKS-to-translators THANKStt.in
|
#%doc THANKS THANKS-to-translators THANKStt.in
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 24 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 8.32-2mamba
|
||||||
|
- remove uname patch
|
||||||
|
- rebuilt with debug package
|
||||||
|
|
||||||
* Sat Mar 07 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 8.32-1mamba
|
* Sat Mar 07 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 8.32-1mamba
|
||||||
- update to 8.32
|
- update to 8.32
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user