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
|
||||
Version: 9.0
|
||||
Release: 2mamba
|
||||
Version: 9.1
|
||||
Release: 1mamba
|
||||
Summary: A GNU set of tools commonly used in shell scripts
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnu.org/software/coreutils/
|
||||
Source0: ftp://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz
|
||||
URL: https://www.gnu.org/software/coreutils/
|
||||
Source0: https://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz
|
||||
Source1: coreutils-pam-su
|
||||
Patch0: %{name}-7.6-langinfo.patch
|
||||
# http://www.linuxfromscratch.org/patches/downloads/coreutils
|
||||
@ -95,18 +95,12 @@ Most of these programs have significant advantages over their Unix counterparts,
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .langinfo
|
||||
#%patch0 -p1 -b .langinfo
|
||||
|
||||
# lin18nux/LSB compliance
|
||||
%patch2 -p1 -b .i18n
|
||||
|
||||
# RMS will never accept the PAM patch because it removes his historical
|
||||
# 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
|
||||
autoreconf -fiv
|
||||
|
||||
# docs should say /var/run/[uw]tmp not /etc/[uw]tmp
|
||||
sed -i 's,/etc/utmp,/var/run/utmp,g;
|
||||
@ -214,6 +208,9 @@ done
|
||||
%doc AUTHORS THANKS
|
||||
|
||||
%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
|
||||
- added chmod symlink patch to fix new error with rpmbuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user