- Fix _install_branding (bcl@redhat.com)
- livemedia-creator --no-virt requires a system-logos package (bcl@redhat.com) - Revert "add system-logos dependency for syslinux" (bcl@redhat.com)
This commit is contained in:
parent
7b90c54c40
commit
57718d7996
1
.gitignore
vendored
1
.gitignore
vendored
@ -122,3 +122,4 @@
|
|||||||
/lorax-28.4.tar.gz
|
/lorax-28.4.tar.gz
|
||||||
/lorax-28.5.tar.gz
|
/lorax-28.5.tar.gz
|
||||||
/lorax-28.6.tar.gz
|
/lorax-28.6.tar.gz
|
||||||
|
/lorax-28.7.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 28.6
|
Version: 28.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -104,6 +104,7 @@ Summary: livemedia-creator no-virt dependencies
|
|||||||
Requires: lorax = %{version}-%{release}
|
Requires: lorax = %{version}-%{release}
|
||||||
Requires: anaconda-core
|
Requires: anaconda-core
|
||||||
Requires: anaconda-tui
|
Requires: anaconda-tui
|
||||||
|
Requires: system-logos
|
||||||
|
|
||||||
%description lmc-novirt
|
%description lmc-novirt
|
||||||
Additional dependencies required by livemedia-creator when using it with --no-virt
|
Additional dependencies required by livemedia-creator when using it with --no-virt
|
||||||
@ -154,6 +155,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 23 2018 Brian C. Lane <bcl@redhat.com> 28.7-1
|
||||||
|
- Fix _install_branding (bcl@redhat.com)
|
||||||
|
- livemedia-creator --no-virt requires a system-logos package (bcl@redhat.com)
|
||||||
|
- Revert "add system-logos dependency for syslinux" (bcl@redhat.com)
|
||||||
|
|
||||||
* Thu Feb 22 2018 Brian C. Lane <bcl@redhat.com> 28.6-1
|
* Thu Feb 22 2018 Brian C. Lane <bcl@redhat.com> 28.6-1
|
||||||
- add system-logos dependency for syslinux (pbrobinson@gmail.com)
|
- add system-logos dependency for syslinux (pbrobinson@gmail.com)
|
||||||
- Really don't try to build EFI images on i386 (awilliam@redhat.com)
|
- Really don't try to build EFI images on i386 (awilliam@redhat.com)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-28.6.tar.gz) = 42a1023efdc88d56a46386af0662ed7f74ebdbe6c49f580d4075d8079519139ed0761eeb5a3afeb181ce0503597a4c64d9a1a4239b41249c01c0832036baab77
|
SHA512 (lorax-28.7.tar.gz) = 62eaee5bae8d71601578b4ce94c1790b20bcea20af622031657ac7e1dfc3f92f923a2f6f8bd8f09fb989768891430a3b564ee942ad9c8b91b1a7c4dc4b9f1db8
|
||||||
|
Loading…
Reference in New Issue
Block a user