- mkksiso: Set u+rw permission on extracted files and directories (bcl)
Related: rhbz#2088631 - lorax.spec: Fix changelog (bcl) Resolves: rhbz#1972099
This commit is contained in:
parent
143e19517d
commit
ef79996dbe
1
.gitignore
vendored
1
.gitignore
vendored
@ -210,3 +210,4 @@
|
|||||||
/lorax-34.9.15.tar.gz
|
/lorax-34.9.15.tar.gz
|
||||||
/lorax-34.9.16.tar.gz
|
/lorax-34.9.16.tar.gz
|
||||||
/lorax-34.9.17.tar.gz
|
/lorax-34.9.17.tar.gz
|
||||||
|
/lorax-34.9.18.tar.gz
|
||||||
|
23
lorax.spec
23
lorax.spec
@ -3,7 +3,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 34.9.17
|
Version: 34.9.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -185,6 +185,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_datadir}/lorax/templates.d/*
|
%{_datadir}/lorax/templates.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 13 2022 Brian C. Lane <bcl@redhat.com> 34.9.18-1
|
||||||
|
- mkksiso: Set u+rw permission on extracted files and directories (bcl)
|
||||||
|
Related: rhbz#2088631
|
||||||
|
- lorax.spec: Fix changelog (bcl)
|
||||||
|
Resolves: rhbz#1972099
|
||||||
|
|
||||||
* Wed Jun 29 2022 Brian C. Lane <bcl@redhat.com> 34.9.17-1
|
* Wed Jun 29 2022 Brian C. Lane <bcl@redhat.com> 34.9.17-1
|
||||||
- minimal.ks: Add include for architecture specific packages (bcl)
|
- minimal.ks: Add include for architecture specific packages (bcl)
|
||||||
Related: rhbz#2051548
|
Related: rhbz#2051548
|
||||||
@ -364,24 +370,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
- Improve lmc no-virt error handling (bcl@redhat.com)
|
- Improve lmc no-virt error handling (bcl@redhat.com)
|
||||||
- lorax.spec: Drop GConf2 requirement (bcl@redhat.com)
|
- lorax.spec: Drop GConf2 requirement (bcl@redhat.com)
|
||||||
|
|
||||||
* Wed Dec 02 2020 Brian C. Lane <bcl@redhat.com> 34.3-4
|
* Wed Dec 02 2020 Brian C. Lane <bcl@redhat.com> 34.5-1
|
||||||
- lorax.spec: Update for RHEL 9 Alpha changes (bcl@redhat.com)
|
- lorax.spec: Update for RHEL 9 Alpha changes (bcl@redhat.com)
|
||||||
- lorax: Strip ' from product cmdline argument (bcl@redhat.com)
|
- lorax: Strip ' from product cmdline argument (bcl@redhat.com)
|
||||||
- Change rootfs default size to 3GiB (sgallagh@redhat.com)
|
- Change rootfs default size to 3GiB (sgallagh@redhat.com)
|
||||||
|
|
||||||
* Mon Nov 30 2020 Brian C. Lane <bcl@redhat.com> 34.5-1
|
|
||||||
- Don't remove libldap_r libraries during runtime-cleanup.tmpl (spichugi@redhat.com)
|
|
||||||
- Do not use '--loglevel' option when running Anaconda (vtrefny@redhat.com)
|
|
||||||
- Makefile: quiet rsync use in testing (bcl@redhat.com)
|
|
||||||
- Switch to using GitHub Actions instead of Travis CI (bcl@redhat.com)
|
|
||||||
|
|
||||||
* Mon Nov 02 2020 Brian C. Lane <bcl@redhat.com> 34.4-1
|
|
||||||
- Update the default release version to 34 (bcl@redhat.com)
|
|
||||||
- Remove mdmonitor service from boot.iso (bcl@redhat.com)
|
|
||||||
- Switch to using upstream mk-s390image for s390 cdboot.img creation (bcl@redhat.com)
|
|
||||||
- sshd_config: Apply suggested changes (bcl@redhat.com)
|
|
||||||
- lorax.spec: Add BuildRequires on systemd-rpm-macros for tmpfilesdir macro (bcl@redhat.com)
|
|
||||||
|
|
||||||
* Thu Oct 29 2020 Brian C. Lane <bcl@redhat.com> - 34.3-4
|
* Thu Oct 29 2020 Brian C. Lane <bcl@redhat.com> - 34.3-4
|
||||||
- Drop unused proc/mount patch
|
- Drop unused proc/mount patch
|
||||||
- lorax: Strip ' from product cmdline argument
|
- lorax: Strip ' from product cmdline argument
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lorax-34.9.17.tar.gz) = 9634f25cac2f802123c3fbed31d26780526e882b8511ef668fb4d7e01d39d0440f6891d337fcd3a1b39dd33cc637aa9a92cd41c99f0b6a9c0030909477d1f251
|
SHA512 (lorax-34.9.18.tar.gz) = 4787049d9223147594592adca4a57593ff6b0158fccaec172dfcbe273c19dc55c48a82c6177bf60072a956ce83d4a8418a2f558bd2b034cf5ca6f6091dbda16d
|
||||||
|
Loading…
Reference in New Issue
Block a user