Mailinglist Archive: opensuse-packaging (205 mails)
| < Previous | Next > |
Re: [opensuse-packaging] ANNOUNCE: systemd service packaging
- From: Pavol Rusnak <prusnak@xxxxxxxxxxxx>
- Date: Tue, 27 Sep 2011 12:41:17 +0200
- Message-id: <4E81A84D.3080608@opensuse.org>
On 09/26/2011 05:35 PM, Frederic Crozat wrote:
I guess %{?systemd_requires} works as well and sorts the problem with
all distributions not having the macro defined, not just openSUSE 11.4
and older.
--
Best Regards / S pozdravom,
Pavol RUSNAK SUSE LINUX, s.r.o
openSUSE Boosters Team Lihovarska 1060/12
PGP 0xA6917144 19000 Praha 9
prusnak[at]opensuse.org Czech Republic
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
Add :
%systemd_requires
and if you are compiling your package for old distributions :
%if 0%{suse_version} <= 1140
%define systemd_requires %{nil}
%endif
I guess %{?systemd_requires} works as well and sorts the problem with
all distributions not having the macro defined, not just openSUSE 11.4
and older.
--
Best Regards / S pozdravom,
Pavol RUSNAK SUSE LINUX, s.r.o
openSUSE Boosters Team Lihovarska 1060/12
PGP 0xA6917144 19000 Praha 9
prusnak[at]opensuse.org Czech Republic
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |