Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
fa3f4404f4
!17 upgrade version to 235
From: @dongyuzhen 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-10-24 09:29:06 +00:00
dongyuzhen
efdf03dc88 upgrade version to 235 2022-10-24 15:55:17 +08:00
openeuler-ci-bot
ee0d61cdf6
!15 add compile option _FORTIFY_SOURCE
From: @renxichen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-06-21 06:25:46 +00:00
rwx403335
1e658695ba add compile option _FORTIFY_SOURCE 2022-06-20 17:36:14 +08:00
openeuler-ci-bot
00d84c89b0
!11 fix SystemError:PY_SSIZE_T_CLEAN macro must be defined for '#' formats
From: @tong_1001 
Reviewed-by: @openeuler-basic 
Signed-off-by: @openeuler-basic
2022-02-26 08:20:53 +00:00
shixuantong
c2f45858c2 fix SystemError:PY_SSIZE_T_CLEAN macro must be defined for '#' formats 2022-02-26 12:20:12 +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
* Sat Feb 26 2022 shixuantong <shixuantong@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