Compare commits
No commits in common. "43abb624143ffbc8444b0312f2c4d2a1d2aad362" and "5ab96169b453711c0d1d0fb2a1ec534c467fdde4" have entirely different histories.
43abb62414
...
5ab96169b4
BIN
python-systemd-234.tar.gz
Normal file
BIN
python-systemd-234.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,6 +1,7 @@
|
|||||||
|
%define debug_package %{nil}
|
||||||
Name: python-systemd
|
Name: python-systemd
|
||||||
Version: 235
|
Version: 234
|
||||||
Release: 1
|
Release: 11
|
||||||
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}
|
||||||
@ -36,8 +37,7 @@ Systemed functionality for Python3 Packages.
|
|||||||
sed -i 's/py\.test/pytest/' Makefile
|
sed -i 's/py\.test/pytest/' Makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 -O2"
|
%make_build PYTHON=%{__python3}
|
||||||
%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,21 +62,6 @@ 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