- Test empty sub-package
This commit is contained in:
parent
2b4bddbfe0
commit
6f495a8133
@ -80,7 +80,7 @@ Recommends: libguestfs-tools-c
|
||||
|
||||
Requires: python3-%{name} = %{version}-%{release}
|
||||
|
||||
BuildArch: noarch
|
||||
# BuildArch: noarch
|
||||
|
||||
%description
|
||||
A tool to create anaconda based installation trees/isos of a set of rpms.
|
||||
@ -105,7 +105,9 @@ no guarantees about API stability.
|
||||
|
||||
|
||||
%package dummy
|
||||
BuildArch: %{_arch}
|
||||
BuildArch: noarch
|
||||
Requires: pungi = %{version}-%{release}
|
||||
|
||||
%description: Test empty sub-package
|
||||
|
||||
%prep
|
||||
@ -161,6 +163,9 @@ rm %{buildroot}%{_bindir}/pungi
|
||||
%{_bindir}/%{name}-compare-depsolving
|
||||
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
||||
|
||||
%files dummy
|
||||
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 25 2023 Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.3.7-8
|
||||
|
Loading…
Reference in New Issue
Block a user