We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sources don't have to be numbered, for example this is perfectly valid:
Source: %{name}-%{version}.tar.gz Patch: applicable.patch Patch: conflicting.patch Patch: backported.patch Patch: renamed-%{version}.patch
and it is equivalent to:
Source0: %{name}-%{version}.tar.gz Patch0: applicable.patch Patch1: conflicting.patch Patch2: backported.patch Patch3: renamed-%{version}.patch
The text was updated successfully, but these errors were encountered:
Merge pull request #48 from packit/nforro-implicit-numbering
727564c
Handle implicit numbering of sources Fixes #46. Reviewed-by: František Nečas <None>
nforro
Successfully merging a pull request may close this issue.
Sources don't have to be numbered, for example this is perfectly valid:
and it is equivalent to:
The text was updated successfully, but these errors were encountered: