forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=711
This commit is contained in:
parent
f547f64091
commit
e6004cfdef
@ -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
|
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
|
0001-journal-compress-return-early-in-uncompress_startswi.patch
|
||||||
0002-journal-compress-improve-xz-compression-performance.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
|
Tue Jul 8 10:59:26 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
@ -106,6 +106,11 @@ BuildRequires: pkgconfig(libpcre)
|
|||||||
BuildRequires: pkgconfig(libqrencode)
|
BuildRequires: pkgconfig(libqrencode)
|
||||||
BuildRequires: pkgconfig(usbutils) >= 0.82
|
BuildRequires: pkgconfig(usbutils) >= 0.82
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} >= 1315
|
||||||
|
%ifarch %ix86 x86_64 x32 %arm ppc64le s390x
|
||||||
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
|
%endif
|
||||||
|
%else
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} >= 1310
|
||||||
%ifarch %ix86 x86_64 x32 %arm
|
%ifarch %ix86 x86_64 x32 %arm
|
||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
|
@ -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
|
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
|
0001-journal-compress-return-early-in-uncompress_startswi.patch
|
||||||
0002-journal-compress-improve-xz-compression-performance.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
|
Tue Jul 8 10:59:26 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
@ -101,6 +101,11 @@ BuildRequires: pkgconfig(libpcre)
|
|||||||
BuildRequires: pkgconfig(libqrencode)
|
BuildRequires: pkgconfig(libqrencode)
|
||||||
BuildRequires: pkgconfig(usbutils) >= 0.82
|
BuildRequires: pkgconfig(usbutils) >= 0.82
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} >= 1315
|
||||||
|
%ifarch %ix86 x86_64 x32 %arm ppc64le s390x
|
||||||
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
|
%endif
|
||||||
|
%else
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} >= 1310
|
||||||
%ifarch %ix86 x86_64 x32 %arm
|
%ifarch %ix86 x86_64 x32 %arm
|
||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
|
Loading…
Reference in New Issue
Block a user