Compare commits
10 Commits
5ab96169b4
...
43abb62414
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43abb62414 | ||
|
|
64d31d5347 | ||
|
|
497007c577 | ||
|
|
d5702b2ec5 | ||
|
|
7f097bf4e0 | ||
|
|
7f4cf31bc9 | ||
|
|
a9e2efacbb | ||
|
|
24758f749c | ||
|
|
424a1d9c7b | ||
|
|
c4315555d1 |
Binary file not shown.
BIN
python-systemd-235.tar.gz
Normal file
BIN
python-systemd-235.tar.gz
Normal file
Binary file not shown.
@ -1,7 +1,6 @@
|
|||||||
%define debug_package %{nil}
|
|
||||||
Name: python-systemd
|
Name: python-systemd
|
||||||
Version: 234
|
Version: 235
|
||||||
Release: 11
|
Release: 1
|
||||||
Summary: Python module for native access to the systemd facilities.
|
Summary: Python module for native access to the systemd facilities.
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/systemd/%{name}
|
URL: https://github.com/systemd/%{name}
|
||||||
@ -37,7 +36,8 @@ Systemed functionality for Python3 Packages.
|
|||||||
sed -i 's/py\.test/pytest/' Makefile
|
sed -i 's/py\.test/pytest/' Makefile
|
||||||
|
|
||||||
%build
|
%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
|
%make_build PYTHON=%{__python3} SPHINX_BUILD=sphinx-build-3 sphinx-html
|
||||||
|
|
||||||
rm -rf build/html/.buildinfo build/html/.doctrees
|
rm -rf build/html/.buildinfo build/html/.doctrees
|
||||||
@ -62,6 +62,21 @@ make check PYTHON=%{__python3}
|
|||||||
%exclude %{_pkgdocdir}/html
|
%exclude %{_pkgdocdir}/html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 29 2020 tianwei <tianwei12@huawei.com> - 234-11
|
||||||
- delete python2
|
- delete python2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user