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
9aafca72cd
commit
1773e08e18
@ -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
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
%bcond_without networkd
|
||||
%bcond_without sysvcompat
|
||||
%bcond_with resolved
|
||||
%bcond_with python
|
||||
%bcond_with parentpathid
|
||||
%if 0%{?suse_version} > 1315
|
||||
%bcond_without permission
|
||||
@ -93,12 +92,12 @@ BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libxslt-tools
|
||||
# curl and bzip2 are required for building importd
|
||||
BuildRequires: libapparmor-devel
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
%if %{with python}
|
||||
BuildRequires: python
|
||||
%endif
|
||||
BuildRequires: libapparmor-devel
|
||||
# python is only required for generating systemd.directives.xml
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-lxml
|
||||
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
||||
BuildRequires: pkgconfig(libmicrohttpd)
|
||||
BuildRequires: pkgconfig(libqrencode)
|
||||
@ -686,9 +685,6 @@ export CFLAGS="%{optflags}"
|
||||
--disable-importd \
|
||||
%else
|
||||
--enable-manpages \
|
||||
%if %{with python}
|
||||
--with-python \
|
||||
%endif
|
||||
--with-nss-my-hostname-warning \
|
||||
%endif
|
||||
--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
|
||||
|
||||
|
12
systemd.spec
12
systemd.spec
@ -25,7 +25,6 @@
|
||||
%bcond_without networkd
|
||||
%bcond_without sysvcompat
|
||||
%bcond_with resolved
|
||||
%bcond_with python
|
||||
%bcond_with parentpathid
|
||||
%if 0%{?suse_version} > 1315
|
||||
%bcond_without permission
|
||||
@ -88,12 +87,12 @@ BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libxslt-tools
|
||||
# curl and bzip2 are required for building importd
|
||||
BuildRequires: libapparmor-devel
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
%if %{with python}
|
||||
BuildRequires: python
|
||||
%endif
|
||||
BuildRequires: libapparmor-devel
|
||||
# python is only required for generating systemd.directives.xml
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-lxml
|
||||
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
||||
BuildRequires: pkgconfig(libmicrohttpd)
|
||||
BuildRequires: pkgconfig(libqrencode)
|
||||
@ -681,9 +680,6 @@ export CFLAGS="%{optflags}"
|
||||
--disable-importd \
|
||||
%else
|
||||
--enable-manpages \
|
||||
%if %{with python}
|
||||
--with-python \
|
||||
%endif
|
||||
--with-nss-my-hostname-warning \
|
||||
%endif
|
||||
--enable-selinux \
|
||||
|
Loading…
Reference in New Issue
Block a user