From f95f84daa168b6e9b0131b7f3c3d67d327710d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 27 Oct 2015 08:29:38 -0400 Subject: [PATCH] Update to v231 --- .gitignore | 7 +++++++ python-systemd.spec | 13 +++++++++++-- sources | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f33bb3c..b275d5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ +/.build-*-*.fc*.log +/python-systemd-*-*.fc*.src.rpm +/results_python-systemd/ +/x86_64/ +/i686/ +/python-systemd-*/ /python-systemd-230.tar.gz +/python-systemd-231.tar.gz diff --git a/python-systemd.spec b/python-systemd.spec index 3b42610..c52b62f 100644 --- a/python-systemd.spec +++ b/python-systemd.spec @@ -1,5 +1,5 @@ Name: python-systemd -Version: 230 +Version: 231 Release: 1%{?dist} Summary: Python module wrapping systemd functionality @@ -12,6 +12,8 @@ Source0: python-systemd-%{version}.tar.gz BuildRequires: systemd-devel BuildRequires: python2-devel BuildRequires: web-assets-devel +BuildRequires: pytest +BuildRequires: python3-pytest Requires: js-jquery Provides: systemd-python = %{version}-%{release} @@ -62,7 +64,11 @@ rm -r build/html/.buildinfo build/html/.doctrees mkdir -p %{buildroot}%{_pkgdocdir} cp -rv build/html %{buildroot}%{_pkgdocdir}/ ln -vsf %{_jsdir}/jquery/latest/jquery.min.js %{buildroot}%{_pkgdocdir}/html/_static/jquery.js -cp -p README.md %{buildroot}%{_pkgdocdir} +cp -p README.md NEWS %{buildroot}%{_pkgdocdir}/ + +%check +make PYTHON=%{__python2} check +make PYTHON=%{__python3} check %files %license LICENSE.txt @@ -75,5 +81,8 @@ cp -p README.md %{buildroot}%{_pkgdocdir} %{python3_sitearch}/* %changelog +* Tue Oct 27 2015 Zbigniew Jędrzejewski-Szmek - 231-1 +- Update to latest version + * Mon Jul 6 2015 Zbigniew Jędrzejewski-Szmek - 230-1 - Initial packaging diff --git a/sources b/sources index 05e834a..d3cd525 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8efd94e04e035d4f41c7dd54e69e9b0b python-systemd-230.tar.gz +7f873b047d42e5de3b66c61339d451f3 python-systemd-231.tar.gz