Use %autosetup instead of obsoleted %patchX macros
Also use -S git instead of suffixes, see https://rpm-software-management.github.io/rpm/manual/autosetup.html Fixes: RPM build warnings: %patchN is deprecated (9 usages found), use %patch N (or %patch -P N) Signed-off-by: Petr Lautrbach <lautrbach@redhat.com>
This commit is contained in:
parent
874ece9028
commit
5cab3439c8
@ -54,6 +54,7 @@ BuildRequires: docbook-style-xsl
|
|||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
|
BuildRequires: git
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
@ -98,16 +99,7 @@ Requires: shadow-utils-subid = %{epoch}:%{version}-%{release}
|
|||||||
Development files for shadow-utils-subid.
|
Development files for shadow-utils-subid.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n shadow-%{version}
|
%autosetup -p 1 -S git -n shadow-%{version}
|
||||||
%patch0 -p1 -b .redhat
|
|
||||||
%patch1 -p1 -b .default-range
|
|
||||||
%patch2 -p1 -b .manfix
|
|
||||||
%patch3 -p1 -b .date-parsing
|
|
||||||
%patch4 -p1 -b .audit-update
|
|
||||||
%patch5 -p1 -b .unlock
|
|
||||||
%patch6 -p1 -b .selinux-perms
|
|
||||||
%patch7 -p1
|
|
||||||
%patch8 -p1 -b .newidmap-pid-fd
|
|
||||||
|
|
||||||
iconv -f ISO88591 -t utf-8 doc/HOWTO > doc/HOWTO.utf8
|
iconv -f ISO88591 -t utf-8 doc/HOWTO > doc/HOWTO.utf8
|
||||||
cp -f doc/HOWTO.utf8 doc/HOWTO
|
cp -f doc/HOWTO.utf8 doc/HOWTO
|
||||||
|
Loading…
Reference in New Issue
Block a user