[Rpm-maint] [rpm-software-management/rpm] [4.20+] rpmbuild: "error: No patch number 6" no longer raises an error? (Issue #4079)

Jens Petersen notifications at github.com
Wed Dec 31 10:55:38 UTC 2025


juhp left a comment (rpm-software-management/rpm#4079)

Here is a simple spec file to reproduce:

```
Name:           test-patch
Version:        0.0
Release:        1%{?dist}
Summary:        testing missing Patch

License:        BSD-3-Clause

%description
Test rpmbuild handling of no Patch and Source

%prep
%setup
%patch -P1
echo hello

%build


%install


%files


%changelog
* Wed Dec 31 2025 Jens Petersen <petersen at redhat.com>
- testing 123
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/4079#issuecomment-3701974036
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/4079/3701974036 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20251231/f6a09f7a/attachment.htm>


More information about the Rpm-maint mailing list