SHA256
1
0
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:
Franck Bui 2016-09-16 12:39:58 +00:00 committed by Git OBS Bridge
parent 9aafca72cd
commit 1773e08e18
4 changed files with 20 additions and 16 deletions

View File

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

View File

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

View File

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

View File

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