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 2064544 Details for
Bug 2335293
Review Request: rust-notify-types - Types used by the notify crate
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 8464224 to 8464549
spec-from-8464224-to-8464549.diff (text/plain), 2.42 KB, created by
Fedora Review Service
on 2025-01-02 18:23:56 UTC
(
hide
)
Description:
The .spec file difference from Copr build 8464224 to 8464549
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2025-01-02 18:23:56 UTC
Size:
2.42 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/8464224 >+++ https://copr.fedorainfracloud.org/coprs/build/8464549 >@@ -9,10 +9,36 @@ > Release: %autorelease > Summary: Types used by the notify crate > >-License: MIT OR Apache-2.0 >+# The entire source is (MIT OR Apache-2.0), except for src/events.rs, which >+# (per the comment at the beginning of the file, and considering that it was >+# moved from the notify crate in 08e74dae8e96fbd25704cdaa530ffc02f6d33039) has >+# the same CC0-1.0 license as rust-notify. See >+# https://github.com/notify-rs/notify/issues/514 for further discussion, >+# including why the Artistic-2.0 option implied by the comment is not >+# necessarily usable. >+# >+# Note that the CC0-1.0 license is *not allowed* in Fedora for code, but >+# rust-notify falls under the following blanket exception: >+# >+# Existing uses of CC0-1.0 on code files in Fedora packages prior to >+# 2022-08-01, and subsequent upstream versions of those files in those >+# packages, continue to be allowed. We encourage Fedora package maintainers >+# to ask upstreams to relicense such files. >+# >+# https://gitlab.com/fedora/legal/fedora-license-data/-/issues/91#note_1151947383 >+# >+# â¦and since this package is split off from rust-notify and src/events.rs is >+# simply moved here from the notify crate, we consider that the use of CC0-1.0 >+# for that file remains under the same exception. >+License: (MIT OR Apache-2.0) AND CC0-1.0 > URL: https://crates.io/crates/notify-types > Source: %{crates_source} >+# * Add a CC0-1.0 term to the license for notify-types: >+# https://github.com/notify-rs/notify/pull/661 >+Source10: https://github.com/notify-rs/notify/raw/refs/tags/notify-7.0.0/notify/LICENSE-CC0 > # Manually created patch for downstream crate metadata changes >+# * Add a CC0-1.0 term to the license for notify-types: >+# https://github.com/notify-rs/notify/pull/661 > # * Update rstest to 0.23.0; see âÂÂUpdate dependencies,â > # https://github.com/notify-rs/notify/commit/e641fe42a64cb21dbc1ef5937528ee9b481fe952 > Patch: notify-types-fix-metadata.diff >@@ -36,6 +62,7 @@ > %files devel > %license %{crate_instdir}/LICENSE-APACHE > %license %{crate_instdir}/LICENSE-MIT >+%license %{crate_instdir}/LICENSE-CC0 > %doc %{crate_instdir}/README.md > %{crate_instdir}/ > >@@ -77,6 +104,7 @@ > > %prep > %autosetup -n %{crate}-%{version} -p1 >+cp -p '%{SOURCE10}' . > %cargo_prep > > %generate_buildrequires
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 2335293
:
2064531
|
2064543
| 2064544