Mailinglist Archive: opensuse-packaging (267 mails)
| < Previous | Next > |
Re: [opensuse-packaging] %if 0%{?suse_version} >= 1210 not working?
- From: Lutz Thuns <lthuns@xxxxxxxxxxxx>
- Date: Wed, 07 Dec 2011 08:32:01 +0100
- Message-id: <ddd7ff731fd43bdee1c0a364cbb90e96@lutz-thuns.de>
Am 07.12.2011 05:50, schrieb Cristian RodrÃguez:
Guess what? ;)
Doesn't work either. I've changed to the following:
%if 0%{?suse_version} <= 1140
%patch0 -p1
%endif
%patch1 -p1
%patch2 -p1
%patch4 -p1
%patch5 -p1
%if 0%{?suse_version} > 1140
%patch6 -p1
%endif
So patch0 should affect all releases from including 11.4 and downwards.
patch6 should affect all releases above 11.4.
Again, patch6 is only applied in Factory, not 12.1.
Maybe the build target has a wrong suse_version?
https://build.opensuse.org/package/show?package=lxdm&project=home%3AlOtz1009%3Abranches%3AX11%3Alxde
---
Lutz Thuns
openSUSE member (lOtz1009)
LXDE team
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
Use > 1140 instead ;-)
Guess what? ;)
Doesn't work either. I've changed to the following:
%if 0%{?suse_version} <= 1140
%patch0 -p1
%endif
%patch1 -p1
%patch2 -p1
%patch4 -p1
%patch5 -p1
%if 0%{?suse_version} > 1140
%patch6 -p1
%endif
So patch0 should affect all releases from including 11.4 and downwards.
patch6 should affect all releases above 11.4.
Again, patch6 is only applied in Factory, not 12.1.
Maybe the build target has a wrong suse_version?
https://build.opensuse.org/package/show?package=lxdm&project=home%3AlOtz1009%3Abranches%3AX11%3Alxde
---
Lutz Thuns
openSUSE member (lOtz1009)
LXDE team
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
| < Previous | Next > |