Skip to content

Commit

Permalink
this syntax avoids warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Mar 29, 2023
1 parent 303a2c1 commit 44ad45e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packaging/rpm/python3-rencode.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ if [ "${sha256}" != "0ed61111f053ea37511da86ca7aed2a3cfda6bdaa1f54a237c4b86eea52
exit 1
fi
%setup -qn rencode-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch -P 0 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 3 -p1

%build
CFLAGS="%{optflags}" %{__python3} setup.py build
Expand Down
4 changes: 2 additions & 2 deletions packaging/rpm/xorg-x11-drv-dummy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ if [ "${sha256}" != "e78ceae5c8c0588c7cb658f2afc3a9fac9ef665b52a75b01f8e9c5449a4
exit 1
fi
%setup -q -n %{tarball}-%{version}
%patch2 -p1
%patch6 -p1
%patch -P 2 -p1
%patch -P 6 -p1
autoreconf -vif

%build
Expand Down

0 comments on commit 44ad45e

Please sign in to comment.