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



--- Comment #1 from Davide Cavalca <[email protected]> ---
$ cat rust2rpm.toml 
[package]
summary = "Know how happy your systemd is"
description = "monitord is a library and daemon to gather statistics about
systemd."
cargo-toml-patch-comments = [
  "bump int_enum to 1.1",
  "bump struct-field-names-as-array to 0.3",
]
extra-patches = [
  { number = 2, file = "monitord-struct-field-names-as-array-0.3.patch",
comments =
["https://github.com/cooperlees/monitord/commit/37d0c20c70512bead7f840c39f7c004a1582d12f";]
},
  { number = 3, file = "monitord-int-enum-1.1.patch", comments =
["https://github.com/cooperlees/monitord/commit/391398a95e12caffa745bdd2acab3c111d2477cc";]
},
]
extra-files = [
  "%config(noreplace) %{_sysconfdir}/monitord.conf",
]

[scripts]
prep.pre = [
  # Drop prebuilt docs
  "rm -r docs",
]
install.post = [
  "install -Dpm0644 -t %{buildroot}%{_sysconfdir} monitord.conf",
]


-- 
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=2290480

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202290480%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