SHA256
1
0
forked from pool/systemd
Dr. Werner Fink 2014-07-11 12:26:50 +00:00 committed by Git OBS Bridge
parent b635978dbc
commit bb35e2fc19
4 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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)