- Enable testing in Travis and collecting of coverage history (atodorov@redhat.com)
- Check selinux state before creating output directory (bcl@redhat.com) - change installed packages on ppc (dan@danny.cz) - drop support for 32-bit ppc (dan@danny.cz) - remove redundant mkdir (dan@danny.cz)
This commit is contained in:
parent
4bb3ecd749
commit
a478e18d39
1
.gitignore
vendored
1
.gitignore
vendored
@ -126,3 +126,4 @@
|
|||||||
/lorax-28.8.tar.gz
|
/lorax-28.8.tar.gz
|
||||||
/lorax-29.0.tar.gz
|
/lorax-29.0.tar.gz
|
||||||
/lorax-29.1.tar.gz
|
/lorax-29.1.tar.gz
|
||||||
|
/lorax-29.2.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 29.1
|
Version: 29.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -155,6 +155,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 03 2018 Brian C. Lane <bcl@redhat.com> 29.2-1
|
||||||
|
- Enable testing in Travis and collecting of coverage history (atodorov@redhat.com)
|
||||||
|
- Check selinux state before creating output directory (bcl@redhat.com)
|
||||||
|
- change installed packages on ppc (dan@danny.cz)
|
||||||
|
- drop support for 32-bit ppc (dan@danny.cz)
|
||||||
|
- remove redundant mkdir (dan@danny.cz)
|
||||||
|
|
||||||
* Mon Apr 09 2018 Brian C. Lane <bcl@redhat.com> 29.1-1
|
* Mon Apr 09 2018 Brian C. Lane <bcl@redhat.com> 29.1-1
|
||||||
- Fix anaconda metapackage name (mkolman@redhat.com)
|
- Fix anaconda metapackage name (mkolman@redhat.com)
|
||||||
- Include the anaconda-install-env-deps metapackage (mkolman@redhat.com)
|
- Include the anaconda-install-env-deps metapackage (mkolman@redhat.com)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-29.1.tar.gz) = bc3625483261e45056d7dd0eb7c18d38bc4f544038b790978351aeb805d091ac62fefaed391b4f0f86e6eeedcbebbc79549c774fe00f18e0578bfc4e18f96198
|
SHA512 (lorax-29.2.tar.gz) = edfe55fdb674074e3535c7514c99f56dd44774244358455b89cec80d002c9ef504f060c51145b0f2c86ddbd2fef645fcad580a623bfe4ac7ee0d5bb0521b753e
|
||||||
|
Loading…
Reference in New Issue
Block a user