Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1995854 Details for
Bug 2229857
Review Request: pinnwand - Straightforward pastebin software
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The .spec file difference from Copr build 6321205 to 6575038
spec-from-6321205-to-6575038.diff (text/plain), 1.76 KB, created by
Fedora Review Service
on 2023-10-27 23:23:14 UTC
(
hide
)
Description:
The .spec file difference from Copr build 6321205 to 6575038
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2023-10-27 23:23:14 UTC
Size:
1.76 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/6321205 >+++ https://copr.fedorainfracloud.org/coprs/build/6575038 >@@ -1,4 +1,4 @@ >-%global gittagversion 1.4.0 >+%global gittagversion 1.5.0 > %global gittag v%{?gittagversion} > > Name: pinnwand >@@ -26,7 +26,16 @@ > > %prep > %autosetup -p 1 -n pinnwand-%{version} >-sed -i 's/docutils = "^0.19/docutils = ">=0.19/' pyproject.toml >+ >+# NOTE(neil): 2023-10-26 pinnwand 1.4.0 wants 0.19, but Fedora has 20.X >+# at the same time, 1.5.0 wants sqlalchemy >= 2, but Fedora has not upgraded to >+# it yet. See: >+# https://src.fedoraproject.org/rpms/python-sqlalchemy/pull-request/16 >+sed -i 's/sqlalchemy>=2/sqlalchemy<2/' pyproject.toml >+ >+# Upstream switched to `pdm` from poetry for 1.5.0, but this prevents creation >+# of the pinnwand entrypoint during build >+sed -i 's/tool\.poetry\.scripts/project.scripts/' pyproject.toml > > %generate_buildrequires > %pyproject_buildrequires >@@ -38,23 +47,33 @@ > %pyproject_install > %pyproject_save_files pinnwand > >- >-install -Dpm 0644 %{_sourcedir}/pinnwand.service %{buildroot}%{_unitdir}/%{name}.service >+install -Dpm 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service > install -Dpm 0644 etc/pinnwand.toml-example %{buildroot}%{_sysconfdir}/%{name}/%{name}.toml > > %check > %pytest > >+%post >+%systemd_post %{name}.service >+ >+%preun >+%systemd_preun %{name}.service >+ >+%postun >+%systemd_postun_with_restart %{name}.service >+ > %files -f %{pyproject_files} >+%dir %{_sysconfdir}/%{name} > %doc README.md > %license LICENSE > %{_bindir}/%{name} > %{_unitdir}/pinnwand.service > %config(noreplace) %{_sysconfdir}/%{name}/%{name}.toml > >+%changelog >+* Thu Oct 26 2023 Neil Hanlon <neil@shrug.pw> - 1.5.0-1 >+- Update to 1.4.0 > >- >-%changelog > * Thu Aug 03 2023 Neil Hanlon <neil@shrug.pw> - 1.4.0-1 > - Update to 1.4.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2229857
:
1984016
|
1984263
| 1995854 |
2007837