https://bugzilla.redhat.com/show_bug.cgi?id=2302683

Davide Cavalca <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Doc Type|---                         |If docs needed, set a value
         Depends On|                            |2302682



--- Comment #1 from Davide Cavalca <[email protected]> ---
$ cat rust2rpm.toml 
[package]
description = """Redlib is alternative private front-end to Reddit, with its
origins in
Libreddit. Redlib hopes to provide an easier way to browse Reddit, without the
ads, trackers, and bloat."""
cargo-toml-patch-comments = [
  "Bump cached to 0.53",
  "Temporarily downgrade brotli to 3.5",
]
extra-files = [
  "%doc CREDITS",
  "%config(noreplace) %{_sysconfdir}/redlib.conf",
  "%{_unitdir}/redlib.service",
]

[scripts]
install.post = [
  "install -Dpm0644 -t %{buildroot}%{_sysconfdir} contrib/redlib.conf",
  "install -Dpm0644 -t %{buildroot}%{_unitdir} contrib/redlib.service",
]

[requires]
build = ["systemd-rpm-macros"]

[tests]
skip = [
  "client::test_localization_popular",
  "client::test_obfuscated_share_link",
  "client::test_share_link_strip_json",
  "oauth::test_oauth_client",
  "oauth::test_oauth_token_exists",
  "subreddit::test_fetching_subreddit",
  "user::test_fetching_user",
  "utils::test_fetching_nsfw_subreddit",
  "utils::test_fetching_subreddit_quarantined",
  "utils::test_fetching_ws",
]
skip-exact = true
comments = [
  "skip tests requiring Internet access",
]



Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=2302682
[Bug 2302682] Review Request: rust-hyper-rustls0.25 - Rustls+hyper integration
for pure rust HTTPS
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2302683

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202302683%23c1

-- 
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to