update code

This commit is contained in:
zhuchunyi 2019-11-06 19:50:37 +08:00
parent 00be1ef333
commit 63d4adb5e0

View File

@ -3,13 +3,13 @@
Name: python-systemd
Version: 234
Release: 8
Release: 9
Summary: Python module for native access to the systemd facilities.
License: LGPLv2+
URL: https://github.com/systemd/%{name}
Source0: https://github.com/systemd/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc pytest systemd-devel web-assets-devel
BuildRequires: gcc pytest systemd-devel
%if %{with python2}
BuildRequires: python2-devel
%endif
@ -123,5 +123,8 @@ make check PYTHON=%{__python3}
%doc %{_pkgdocdir}/html
%changelog
* Sat Oct 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 234-9
- optimize spec file.
* Wed Sep 18 2019 openEuler Buildteam <buildteam@openeuler.org> - 234-8
- Package Init