Compare commits
No commits in common. "fa3f4404f4b47f90c1cc7679fe8facd045d40a9e" and "5ab96169b453711c0d1d0fb2a1ec534c467fdde4" have entirely different histories.
fa3f4404f4
...
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
|
||||
Version: 235
|
||||
Release: 1
|
||||
Version: 234
|
||||
Release: 11
|
||||
Summary: Python module for native access to the systemd facilities.
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/systemd/%{name}
|
||||
@ -36,8 +37,7 @@ Systemed functionality for Python3 Packages.
|
||||
sed -i 's/py\.test/pytest/' Makefile
|
||||
|
||||
%build
|
||||
export CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 -O2"
|
||||
%make_build PYTHON=%{__python3} CFLAGS="$RPM_OPT_FLAGS"
|
||||
%make_build PYTHON=%{__python3}
|
||||
%make_build PYTHON=%{__python3} SPHINX_BUILD=sphinx-build-3 sphinx-html
|
||||
|
||||
rm -rf build/html/.buildinfo build/html/.doctrees
|
||||
@ -62,21 +62,6 @@ 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user