From 4f787d36e5d8d4f56c53b2ec13c13c1a5d7d75d8 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 26 Sep 2024 18:58:51 -0400 Subject: [PATCH] Link upstream PR for newline styles --- rust-munge_macro.spec | 1 + rust2rpm.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/rust-munge_macro.spec b/rust-munge_macro.spec index 83598e0..adcfe3d 100644 --- a/rust-munge_macro.spec +++ b/rust-munge_macro.spec @@ -50,6 +50,7 @@ use the "default" feature of the "%{crate}" crate. %prep %autosetup -n %{crate}-%{version} -p1 # The crate has a mixture of newline styles. +# https://github.com/djkoloski/munge/pull/5 find . -type f | xargs -r -t dos2unix --keepdate %cargo_prep diff --git a/rust2rpm.toml b/rust2rpm.toml index 51c8bae..f367c8f 100644 --- a/rust2rpm.toml +++ b/rust2rpm.toml @@ -6,5 +6,6 @@ build = [ [scripts.prep] pre = [ "# The crate has a mixture of newline styles.", + "# https://github.com/djkoloski/munge/pull/5", "find . -type f | xargs -r -t dos2unix --keepdate", ]