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



--- Comment #12 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."
extra-files = [
  "%config(noreplace) %{_sysconfdir}/monitord.conf",
]
extra-patches = [
  { "number" = 2, "file" =
"https://github.com/cooperlees/monitord/commit/8ced4d5c5fe507cd583e6518d88ae6e2b5a45cec.patch";,
"comments" = ["Switch license file from LGPL 2.1 to GPL 2"] },
]

[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 always notified about changes to this product and component
You are on the CC list for the bug.
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%23c12

-- 
_______________________________________________
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