Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
43abb62414
!18 upgrade version to 235
From: @dongyuzhen 
Reviewed-by: @xujing99 
Signed-off-by: @xujing99
2022-10-27 02:27:58 +00:00
dongyuzhen
64d31d5347 upgrade version to 235 2022-10-24 19:17:14 +08:00
openeuler-ci-bot
497007c577
!16 add compile option _FORTIFY_SOURCE
From: @renxichen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-06-21 06:25:42 +00:00
rwx403335
d5702b2ec5 add compile option _FORTIFY_SOURCE 2022-06-20 17:34:32 +08:00
openeuler-ci-bot
7f097bf4e0
!13 fix SystemError:PY_SSIZE_T_CLEAN macro must be defined for '#' formats
From: @wangjiang37 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-03-30 01:28:24 +00:00
wangjiang
7f4cf31bc9 fix SystemError:PY_SSIZE_T_CLEAN macro must be defined for '#' formats 2022-03-29 15:07:59 +08:00
openeuler-ci-bot
a9e2efacbb !9 add debuginfo and debugsource
From: @tong_1001
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-03-24 19:10:07 +08:00
tong_1001
24758f749c add debuginfo and debugsource 2021-03-24 18:22:45 +08:00
openeuler-ci-bot
424a1d9c7b !5 add release version for rebuild
From: @xiezhipeng1
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-02-19 20:39:44 +08:00
Zhipeng Xie
c4315555d1 add release version for rebuild
Signed-off-by: Zhipeng Xie <xiezhipeng1@huawei.com>
2021-02-19 06:35:36 -05:00
3 changed files with 19 additions and 4 deletions

Binary file not shown.

BIN
python-systemd-235.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,6 @@
%define debug_package %{nil}
Name: python-systemd
Version: 234
Release: 11
Version: 235
Release: 1
Summary: Python module for native access to the systemd facilities.
License: LGPLv2+
URL: https://github.com/systemd/%{name}
@ -37,7 +36,8 @@ Systemed functionality for Python3 Packages.
sed -i 's/py\.test/pytest/' Makefile
%build
%make_build PYTHON=%{__python3}
export CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 -O2"
%make_build PYTHON=%{__python3} CFLAGS="$RPM_OPT_FLAGS"
%make_build PYTHON=%{__python3} SPHINX_BUILD=sphinx-build-3 sphinx-html
rm -rf build/html/.buildinfo build/html/.doctrees
@ -62,6 +62,21 @@ make check PYTHON=%{__python3}
%exclude %{_pkgdocdir}/html
%changelog
* Mon Oct 24 2022 dongyuzhen <dongyuzhen@h-partners.com> - 235-1
- upgrade version to 235
* Mon Jun 20 2022 renhongxun <renhongxun@h-partners.com> - 234-15
- add compile option _FORTIFY_SOURCE
* Tue Mar 29 2022 wangjiang <wangjiang37@h-partners.com> 234-14
- fix SystemError:PY_SSIZE_T_CLEAN macro must be defined for '#' formats
* Wed Mar 03 2021 shixuantong <shixuantong@huawei.com> - 234-13
- add debuginfo and debugsource
* Fri Feb 19 2021 Zhipeng Xie <xiezhipeng1@huawei.com> - 234-12
- add release version for rebuild
* Thu Oct 29 2020 tianwei <tianwei12@huawei.com> - 234-11
- delete python2