-
-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patches required to build on koji server
- Loading branch information
Showing
2 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,6 +101,7 @@ services. | |
Summary: A simple wrapper to many popular notification services used today | ||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} | ||
|
||
BuildRequires: gettext | ||
BuildRequires: python%{python3_pkgversion}-devel | ||
BuildRequires: python%{python3_pkgversion}-setuptools | ||
BuildRequires: python%{python3_pkgversion}-requests | ||
|
@@ -158,6 +159,10 @@ BuildRequires: python%{python3_pkgversion}-pytest-xdist | |
# Preparation | ||
%{__rm} test/test_plugin_bulksms.py | ||
|
||
# 2023.08.27: rawhide does not install translationfiles for some reason | ||
# at this time; remove failing test until this is resolved | ||
%{__rm} test/test_apprise_translations.py | ||
|
||
%if 0%{?rhel} >= 9 | ||
# Do nothing | ||
%else | ||
|
@@ -172,7 +177,7 @@ find test -type f -name '*.py' -exec \ | |
%install | ||
%py3_install | ||
|
||
install -p -D -T -m 0644 packaging/man/%{pypi_name}.1 \ | ||
%{__install} -p -D -T -m 0644 packaging/man/%{pypi_name}.1 \ | ||
%{buildroot}%{_mandir}/man1/%{pypi_name}.1 | ||
|
||
%if %{with tests} | ||
|
@@ -196,6 +201,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version | |
* Sun Aug 27 2023 Chris Caron <[email protected]> - 1.5.0 | ||
- Updated to v1.5.0 | ||
|
||
* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 1.4.5-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | ||
|
||
* Thu Jul 6 2023 Chris Caron <[email protected]> - 1.4.5 | ||
- Updated to v1.4.5 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters