diff --git a/systemd-mini.changes b/systemd-mini.changes index d69f3d97..0630b47a 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 11 12:21:06 UTC 2014 - werner@suse.de + +- Only on SLES12 seccomp is available on ppc64 and s390x + ------------------------------------------------------------------- Thu Jul 10 13:33:32 UTC 2014 - werner@suse.de @@ -14,6 +19,11 @@ Wed Jul 9 13:14:02 UTC 2014 - werner@suse.de 0001-journal-compress-return-early-in-uncompress_startswi.patch 0002-journal-compress-improve-xz-compression-performance.patch +------------------------------------------------------------------- +Wed Jul 9 12:41:53 UTC 2014 - meissner@suse.com + +- enable seccomp also for ppc64 and s390x + ------------------------------------------------------------------- Tue Jul 8 10:59:26 UTC 2014 - werner@suse.de diff --git a/systemd-mini.spec b/systemd-mini.spec index af87c4b9..681e228a 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -106,6 +106,11 @@ BuildRequires: pkgconfig(libpcre) BuildRequires: pkgconfig(libqrencode) BuildRequires: pkgconfig(usbutils) >= 0.82 %endif +%if 0%{?suse_version} >= 1315 +%ifarch %ix86 x86_64 x32 %arm ppc64le s390x +BuildRequires: pkgconfig(libseccomp) +%endif +%else %if 0%{?suse_version} >= 1310 %ifarch %ix86 x86_64 x32 %arm BuildRequires: pkgconfig(libseccomp) diff --git a/systemd.changes b/systemd.changes index d69f3d97..0630b47a 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 11 12:21:06 UTC 2014 - werner@suse.de + +- Only on SLES12 seccomp is available on ppc64 and s390x + ------------------------------------------------------------------- Thu Jul 10 13:33:32 UTC 2014 - werner@suse.de @@ -14,6 +19,11 @@ Wed Jul 9 13:14:02 UTC 2014 - werner@suse.de 0001-journal-compress-return-early-in-uncompress_startswi.patch 0002-journal-compress-improve-xz-compression-performance.patch +------------------------------------------------------------------- +Wed Jul 9 12:41:53 UTC 2014 - meissner@suse.com + +- enable seccomp also for ppc64 and s390x + ------------------------------------------------------------------- Tue Jul 8 10:59:26 UTC 2014 - werner@suse.de diff --git a/systemd.spec b/systemd.spec index 9692a388..53ea916b 100644 --- a/systemd.spec +++ b/systemd.spec @@ -101,6 +101,11 @@ BuildRequires: pkgconfig(libpcre) BuildRequires: pkgconfig(libqrencode) BuildRequires: pkgconfig(usbutils) >= 0.82 %endif +%if 0%{?suse_version} >= 1315 +%ifarch %ix86 x86_64 x32 %arm ppc64le s390x +BuildRequires: pkgconfig(libseccomp) +%endif +%else %if 0%{?suse_version} >= 1310 %ifarch %ix86 x86_64 x32 %arm BuildRequires: pkgconfig(libseccomp)