Re: %autosetup and conditional patching

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 2019-02-23 at 19:29 -0500, Neal Gompa wrote:
> On Sat, Feb 23, 2019 at 7:25 PM Sérgio Basto <sergio@xxxxxxxxxx>
> wrote:
> > 
> > Sorry for the mistake I just fixed the subject ...
> > 
> > Hi,
> > 
> > %autosetup -n GDCM-%{version} -S git -N
> > %patch1 -p1
> > %patch2 -p1
> > %patch3 -p1
> > %patch4 -p1
> > %patch5 -p1
> > %if 0%{?fedora} > 29
> > %patch6 -p1 -b .poppler.0.73.0
> > %endif
> > 
> > Is this the correct way to apply one patch only in F30 ? , i.e.
> > I need patch 6 not be applied on F28 and epel7, how I do that when
> > we
> > are using %autosetup ?
> > 
> 
> If you need to do per-patch application, don't use %autosetup.
> 
> Use individual %patchN macros or use a strategy like this:
> 
> %patch -p1 -P 1 2 3 4 5
> %if 0%{?fedora} >= 30
> %patch6 -p1 -b .poppler.0.73.0
> %endif

Hi,
Just a note we can disable automatic patch application with -N  [1] 
But I just want disable automatic patch just for one patch ...

Thanks for your reply. 


[1] 
http://rpm.org/user_doc/autosetup.html
-N disables automatic patch application if necessary for some reason.
If %autosetup is called with -N, the patch-application phase can be 
manually invoked with %autopatch macro.

-- 
Sérgio M. B.
_______________________________________________
packaging mailing list -- packaging@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to packaging-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/packaging@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite Forum]     [KDE Users]

  Powered by Linux