Link upstream PR for newline styles

epel10 imports/epel10/rust-munge_macro-0.4.1-2.el10
Benjamin A. Beasley 4 months ago
parent db044990c4
commit 4f787d36e5

@ -50,6 +50,7 @@ use the "default" feature of the "%{crate}" crate.
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
# The crate has a mixture of newline styles. # The crate has a mixture of newline styles.
# https://github.com/djkoloski/munge/pull/5
find . -type f | xargs -r -t dos2unix --keepdate find . -type f | xargs -r -t dos2unix --keepdate
%cargo_prep %cargo_prep

@ -6,5 +6,6 @@ build = [
[scripts.prep] [scripts.prep]
pre = [ pre = [
"# The crate has a mixture of newline styles.", "# The crate has a mixture of newline styles.",
"# https://github.com/djkoloski/munge/pull/5",
"find . -type f | xargs -r -t dos2unix --keepdate", "find . -type f | xargs -r -t dos2unix --keepdate",
] ]

Loading…
Cancel
Save