- livemedia-creator: close the socket when done (bcl@redhat.com)
- Keep seq and getconf utilities in the image (vpodzime@redhat.com) - Allow _ in isolabel (#1118955) (bcl@redhat.com)
This commit is contained in:
parent
080f80e0b1
commit
cb6b1132b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
|||||||
/lorax-21.14.tar.gz
|
/lorax-21.14.tar.gz
|
||||||
/lorax-21.15.tar.gz
|
/lorax-21.15.tar.gz
|
||||||
/lorax-21.16.tar.gz
|
/lorax-21.16.tar.gz
|
||||||
|
/lorax-21.17.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 21.16
|
Version: 21.17
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -101,6 +101,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 16 2014 Brian C. Lane <bcl@redhat.com> 21.17-1
|
||||||
|
- livemedia-creator: close the socket when done (bcl@redhat.com)
|
||||||
|
- Keep seq and getconf utilities in the image (vpodzime@redhat.com)
|
||||||
|
- Allow _ in isolabel (#1118955) (bcl@redhat.com)
|
||||||
|
|
||||||
* Fri Jul 11 2014 Brian C. Lane <bcl@redhat.com> 21.16-1
|
* Fri Jul 11 2014 Brian C. Lane <bcl@redhat.com> 21.16-1
|
||||||
- Don't remove usr/lib/rpm/platform/ (#1116450) (bcl@redhat.com)
|
- Don't remove usr/lib/rpm/platform/ (#1116450) (bcl@redhat.com)
|
||||||
- Add xfsdump and remove extra files from xfsprogs (#1118654) (bcl@redhat.com)
|
- Add xfsdump and remove extra files from xfsprogs (#1118654) (bcl@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user