automatic version update by autodist [release 9.1-1mamba;Sun Aug 21 2022]
This commit is contained in:
parent
9f22ce91c1
commit
93cafc8f6f
File diff suppressed because it is too large
Load Diff
@ -1,14 +1,14 @@
|
|||||||
%define i18npatch_version 9.0
|
%define i18npatch_version %{version}
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 9.0
|
Version: 9.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
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
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnu.org/software/coreutils/
|
URL: https://www.gnu.org/software/coreutils/
|
||||||
Source0: ftp://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz
|
Source0: https://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz
|
||||||
Source1: coreutils-pam-su
|
Source1: coreutils-pam-su
|
||||||
Patch0: %{name}-7.6-langinfo.patch
|
Patch0: %{name}-7.6-langinfo.patch
|
||||||
# http://www.linuxfromscratch.org/patches/downloads/coreutils
|
# http://www.linuxfromscratch.org/patches/downloads/coreutils
|
||||||
@ -95,18 +95,12 @@ Most of these programs have significant advantages over their Unix counterparts,
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .langinfo
|
#%patch0 -p1 -b .langinfo
|
||||||
|
|
||||||
# lin18nux/LSB compliance
|
# lin18nux/LSB compliance
|
||||||
%patch2 -p1 -b .i18n
|
%patch2 -p1 -b .i18n
|
||||||
|
|
||||||
# RMS will never accept the PAM patch because it removes his historical
|
autoreconf -fiv
|
||||||
# rant about Twenex and the wheel group, so we'll (Fedora) continue to
|
|
||||||
# maintain it here indefinitely
|
|
||||||
#%patch5 -p1 -b .pam
|
|
||||||
|
|
||||||
#%patch11 -p1
|
|
||||||
%patch12 -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;
|
||||||
@ -214,6 +208,9 @@ done
|
|||||||
%doc AUTHORS THANKS
|
%doc AUTHORS THANKS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 21 2022 Automatic Build System <autodist@mambasoft.it> 9.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Nov 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 9.0-2mamba
|
* Mon Nov 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 9.0-2mamba
|
||||||
- added chmod symlink patch to fix new error with rpmbuild
|
- added chmod symlink patch to fix new error with rpmbuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user