forked from pool/systemd
- Build require python and python-lxml in order to generate
systemd.directives man page (bsc#986952) OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=950
This commit is contained in:
parent
70cdebfce8
commit
cf6bf5c1d7
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 16 12:38:19 UTC 2016 - fbui@suse.com
|
||||||
|
|
||||||
|
- Build require python and python-lxml in order to generate
|
||||||
|
systemd.directives man page (bsc#986952)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 16 12:27:02 UTC 2016 - fbui@suse.com
|
Fri Sep 16 12:27:02 UTC 2016 - fbui@suse.com
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
%bcond_without networkd
|
%bcond_without networkd
|
||||||
%bcond_without sysvcompat
|
%bcond_without sysvcompat
|
||||||
%bcond_with resolved
|
%bcond_with resolved
|
||||||
%bcond_with python
|
|
||||||
%bcond_with parentpathid
|
%bcond_with parentpathid
|
||||||
%if 0%{?suse_version} > 1315
|
%if 0%{?suse_version} > 1315
|
||||||
%bcond_without permission
|
%bcond_without permission
|
||||||
@ -93,12 +92,12 @@ BuildRequires: docbook-xsl-stylesheets
|
|||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libxslt-tools
|
BuildRequires: libxslt-tools
|
||||||
# curl and bzip2 are required for building importd
|
# curl and bzip2 are required for building importd
|
||||||
|
BuildRequires: libapparmor-devel
|
||||||
BuildRequires: pkgconfig(bzip2)
|
BuildRequires: pkgconfig(bzip2)
|
||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
%if %{with python}
|
# python is only required for generating systemd.directives.xml
|
||||||
BuildRequires: python
|
BuildRequires: python3
|
||||||
%endif
|
BuildRequires: python3-lxml
|
||||||
BuildRequires: libapparmor-devel
|
|
||||||
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(libmicrohttpd)
|
BuildRequires: pkgconfig(libmicrohttpd)
|
||||||
BuildRequires: pkgconfig(libqrencode)
|
BuildRequires: pkgconfig(libqrencode)
|
||||||
@ -686,9 +685,6 @@ export CFLAGS="%{optflags}"
|
|||||||
--disable-importd \
|
--disable-importd \
|
||||||
%else
|
%else
|
||||||
--enable-manpages \
|
--enable-manpages \
|
||||||
%if %{with python}
|
|
||||||
--with-python \
|
|
||||||
%endif
|
|
||||||
--with-nss-my-hostname-warning \
|
--with-nss-my-hostname-warning \
|
||||||
%endif
|
%endif
|
||||||
--enable-selinux \
|
--enable-selinux \
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 16 12:38:19 UTC 2016 - fbui@suse.com
|
||||||
|
|
||||||
|
- Build require python and python-lxml in order to generate
|
||||||
|
systemd.directives man page (bsc#986952)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 16 12:27:02 UTC 2016 - fbui@suse.com
|
Fri Sep 16 12:27:02 UTC 2016 - fbui@suse.com
|
||||||
|
|
||||||
|
12
systemd.spec
12
systemd.spec
@ -25,7 +25,6 @@
|
|||||||
%bcond_without networkd
|
%bcond_without networkd
|
||||||
%bcond_without sysvcompat
|
%bcond_without sysvcompat
|
||||||
%bcond_with resolved
|
%bcond_with resolved
|
||||||
%bcond_with python
|
|
||||||
%bcond_with parentpathid
|
%bcond_with parentpathid
|
||||||
%if 0%{?suse_version} > 1315
|
%if 0%{?suse_version} > 1315
|
||||||
%bcond_without permission
|
%bcond_without permission
|
||||||
@ -88,12 +87,12 @@ BuildRequires: docbook-xsl-stylesheets
|
|||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libxslt-tools
|
BuildRequires: libxslt-tools
|
||||||
# curl and bzip2 are required for building importd
|
# curl and bzip2 are required for building importd
|
||||||
|
BuildRequires: libapparmor-devel
|
||||||
BuildRequires: pkgconfig(bzip2)
|
BuildRequires: pkgconfig(bzip2)
|
||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
%if %{with python}
|
# python is only required for generating systemd.directives.xml
|
||||||
BuildRequires: python
|
BuildRequires: python3
|
||||||
%endif
|
BuildRequires: python3-lxml
|
||||||
BuildRequires: libapparmor-devel
|
|
||||||
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(libmicrohttpd)
|
BuildRequires: pkgconfig(libmicrohttpd)
|
||||||
BuildRequires: pkgconfig(libqrencode)
|
BuildRequires: pkgconfig(libqrencode)
|
||||||
@ -681,9 +680,6 @@ export CFLAGS="%{optflags}"
|
|||||||
--disable-importd \
|
--disable-importd \
|
||||||
%else
|
%else
|
||||||
--enable-manpages \
|
--enable-manpages \
|
||||||
%if %{with python}
|
|
||||||
--with-python \
|
|
||||||
%endif
|
|
||||||
--with-nss-my-hostname-warning \
|
--with-nss-my-hostname-warning \
|
||||||
%endif
|
%endif
|
||||||
--enable-selinux \
|
--enable-selinux \
|
||||||
|
Loading…
Reference in New Issue
Block a user