From 63d4adb5e05145c2e6482102ab27ef505966ea46 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:50:37 +0800 Subject: [PATCH] update code --- python-systemd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-systemd.spec b/python-systemd.spec index fedab99..00b4a9d 100644 --- a/python-systemd.spec +++ b/python-systemd.spec @@ -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 - 234-9 +- optimize spec file. + * Wed Sep 18 2019 openEuler Buildteam - 234-8 - Package Init