- 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}
|
Requires: python3-%{name} = %{version}-%{release}
|
||||||
|
|
||||||
BuildArch: noarch
|
# BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A tool to create anaconda based installation trees/isos of a set of rpms.
|
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
|
%package dummy
|
||||||
BuildArch: %{_arch}
|
BuildArch: noarch
|
||||||
|
Requires: pungi = %{version}-%{release}
|
||||||
|
|
||||||
%description: Test empty sub-package
|
%description: Test empty sub-package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -161,6 +163,9 @@ rm %{buildroot}%{_bindir}/pungi
|
|||||||
%{_bindir}/%{name}-compare-depsolving
|
%{_bindir}/%{name}-compare-depsolving
|
||||||
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
||||||
|
|
||||||
|
%files dummy
|
||||||
|
%{_bindir}/%{name}-wait-for-signed-ostree-handler
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 25 2023 Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.3.7-8
|
* Tue Jul 25 2023 Stepan Oksanichenko <soksanichenko@cloudlinux.com> - 4.3.7-8
|
||||||
|
Loading…
Reference in New Issue
Block a user