From 472d707da7a1ca980253aaede75f8a9c6cfb4f24 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:44:38 +0100 Subject: [PATCH] update to 234 [release 234-1mamba;Mon Mar 15 2021] --- python-systemd.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/python-systemd.spec b/python-systemd.spec index 9738de3..5384bc5 100644 --- a/python-systemd.spec +++ b/python-systemd.spec @@ -1,22 +1,21 @@ Name: python-systemd Epoch: 1 -Version: 0.16.1 +Version: 234 Release: 1mamba Summary: Python systemd wrapper using Cython Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://pypi.org/project/systemd/ -#Source: https://github.com/systemd/python-systemd.git/v%{version}/python-systemd-%{version}.tar.bz2 -Source: https://pypi.debian.net/systemd/systemd-%{version}.tar.gz +URL: https://github.com/systemd/python-systemd +Source: https://github.com/systemd/python-systemd.git/v%{version}/python-systemd-%{version}.tar.bz2 +#Source: https://pypi.debian.net/systemd/systemd-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libpython36-devel BuildRequires: libsystemd-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -26,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %endif %prep -%setup -q -n systemd-%{version} +%setup -q %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -46,6 +45,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist %defattr(-,root,root) %changelog +* Mon Mar 15 2021 Silvan Calarco 234-1mamba +- update to 234 + * Thu Nov 19 2020 Silvan Calarco 0.16.1-1mamba - update to 0.16.1