Rename dracut subpackage
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
42ba6ffd6b
commit
72ea02b82a
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 4.1.1
|
Version: 4.1.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Simple cloud provider agent
|
Summary: Simple cloud provider agent
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0
|
# Upstream license specification: Apache-2.0
|
||||||
@ -62,18 +62,18 @@ Summary: %{summary}
|
|||||||
%systemd_postun afterburn-firstboot-checkin.service
|
%systemd_postun afterburn-firstboot-checkin.service
|
||||||
%systemd_postun afterburn-sshkeys@.service
|
%systemd_postun afterburn-sshkeys@.service
|
||||||
|
|
||||||
%package dracut
|
%package -n %{crate}-dracut
|
||||||
Summary: Dracut modules for afterburn
|
Summary: Dracut modules for afterburn
|
||||||
BuildRequires: pkgconfig(dracut)
|
BuildRequires: pkgconfig(dracut)
|
||||||
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: %{crate}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Requires: dracut
|
Requires: dracut
|
||||||
Requires: dracut-network
|
Requires: dracut-network
|
||||||
|
|
||||||
%description dracut
|
%description -n %{crate}-dracut
|
||||||
Dracut module that enables afterburn and corresponding services
|
Dracut module that enables afterburn and corresponding services
|
||||||
to run in the initramfs on boot.
|
to run in the initramfs on boot.
|
||||||
|
|
||||||
%files dracut
|
%files -n %{crate}-dracut
|
||||||
%{dracutmodulesdir}/30afterburn/
|
%{dracutmodulesdir}/30afterburn/
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -105,6 +105,9 @@ cp -a dracut/* %{buildroot}%{dracutmodulesdir}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 22 11:59:02 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1.1-3
|
||||||
|
- Rename dracut subpackage
|
||||||
|
|
||||||
* Sat Jun 22 11:06:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1.1-2
|
* Sat Jun 22 11:06:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1.1-2
|
||||||
- Add dracut modules
|
- Add dracut modules
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user