Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blank line after %autosetup #42

Merged
merged 1 commit into from Jan 17, 2023

Conversation

perlpunk
Copy link
Collaborator

@perlpunk perlpunk commented Jan 3, 2023

The following find command seemed to confuse SLE12 and resulted in the patch and find command on one line.

Spec:

%autosetup  -n %{cpan_name}-v%{version} -p1
find . -type f ! -path "*/t/*" ...

Executed command:

/usr/bin/patch -p1 -sfind . -type f '!' -path '*/t/*' '!' -name '*.pl' '!' -path '*/bin/*' '!' -path '*/script/*' '!' -name configure -print0

Issue: https://progress.opensuse.org/issues/122110

The following find command seemed to confuse SLE12 and resulted in
the patch and find command on one line.

Spec:

    %autosetup  -n %{cpan_name}-v%{version} -p1
    find . -type f ! -path "*/t/*" ...

Executed command:

    /usr/bin/patch -p1 -sfind . -type f '!' -path '*/t/*' '!' -name '*.pl' '!' -path '*/bin/*' '!' -path '*/script/*' '!' -name configure -print0

Issue: https://progress.opensuse.org/issues/122110
@perlpunk perlpunk merged commit 20272da into openSUSE:master Jan 17, 2023
@perlpunk perlpunk deleted the fix-spec-autosetup branch March 9, 2023 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants