forked from pool/systemd
Accepting request 236331 from home:elvigia:branches:Base:System
- Correct the libseccomp distribution version test must be >= 13.1 - In order to use unit directive AppArmorProfile= libapparmor-devel must be present in buildRequires. - Correct the libseccomp distribution version test must be >= 13.1 - In order to use unit directive AppArmorProfile= libapparmor-devel must be present in buildRequires. OBS-URL: https://build.opensuse.org/request/show/236331 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=657
This commit is contained in:
parent
38017157e6
commit
cd8250970a
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 5 02:33:48 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Correct the libseccomp distribution version test must be >= 13.1
|
||||||
|
- In order to use unit directive AppArmorProfile= libapparmor-devel
|
||||||
|
must be present in buildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 3 16:31:44 UTC 2014 - sndirsch@suse.com
|
Tue Jun 3 16:31:44 UTC 2014 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -100,11 +100,12 @@ 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} > 1310
|
%if 0%{?suse_version} >= 1310
|
||||||
%ifarch %ix86 x86_64 x32 %arm
|
%ifarch %ix86 x86_64 x32 %arm
|
||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: libapparmor-devel
|
||||||
BuildRequires: pkgconfig(libselinux) >= 2.1.9
|
BuildRequires: pkgconfig(libselinux) >= 2.1.9
|
||||||
BuildRequires: pkgconfig(libsepol)
|
BuildRequires: pkgconfig(libsepol)
|
||||||
%if 0%{?suse_version} > 1310
|
%if 0%{?suse_version} > 1310
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 5 02:33:48 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Correct the libseccomp distribution version test must be >= 13.1
|
||||||
|
- In order to use unit directive AppArmorProfile= libapparmor-devel
|
||||||
|
must be present in buildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 3 16:31:44 UTC 2014 - sndirsch@suse.com
|
Tue Jun 3 16:31:44 UTC 2014 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -95,11 +95,12 @@ 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} > 1310
|
%if 0%{?suse_version} >= 1310
|
||||||
%ifarch %ix86 x86_64 x32 %arm
|
%ifarch %ix86 x86_64 x32 %arm
|
||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: libapparmor-devel
|
||||||
BuildRequires: pkgconfig(libselinux) >= 2.1.9
|
BuildRequires: pkgconfig(libselinux) >= 2.1.9
|
||||||
BuildRequires: pkgconfig(libsepol)
|
BuildRequires: pkgconfig(libsepol)
|
||||||
%if 0%{?suse_version} > 1310
|
%if 0%{?suse_version} > 1310
|
||||||
|
Loading…
Reference in New Issue
Block a user