Strip some things from gtk4
gtk4 is now getting sucked into installer images because mutter depends on it (since 44-beta). Strip some stuff the installer env currently doesn't need. The /usr/bin/* removal may not be safe long-term, but it should be OK for now. Signed-off-by: Adam Williamson <awilliam@redhat.com> Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
b275f3634e
commit
5afe3712cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ clog
|
||||
/lorax-templates-rhel-10.0-19.tar.gz
|
||||
/lorax-templates-rhel-10.0-20.tar.gz
|
||||
/lorax-templates-rhel-10.0-21.tar.gz
|
||||
/lorax-templates-rhel-10.0-22.tar.gz
|
||||
|
@ -115,6 +115,8 @@ removefrom gtk2-engines --allbut /usr/${libdir}/*/libclearlooks.so \
|
||||
/usr/share/themes/Clearlooks/*
|
||||
removefrom gtk3 /usr/${libdir}/gtk-3.0/*/printbackends/*
|
||||
removefrom gtk3 /usr/share/themes/*
|
||||
removefrom gtk4 /usr/${libdir}/gtk-4.0/*
|
||||
removefrom gtk4 /usr/bin/*
|
||||
|
||||
## filesystem tools
|
||||
removefrom e2fsprogs /usr/share/locale/*
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: lorax-templates-rhel
|
||||
Version: 10.0
|
||||
Release: 21%{?dist}
|
||||
Release: 22%{?dist}
|
||||
Summary: RHEL build templates for lorax and livemedia-creator
|
||||
|
||||
License: GPLv2+
|
||||
@ -10,7 +10,7 @@ BuildArch: noarch
|
||||
# This tarball is generated from the contents of this dist-git repository
|
||||
# by running the command `make tar`.
|
||||
# See README for full details of how to update this package
|
||||
Source0: lorax-templates-rhel-10.0-21.tar.gz
|
||||
Source0: lorax-templates-rhel-10.0-22.tar.gz
|
||||
|
||||
# Required for the template branding support
|
||||
Requires: lorax >= 34.9.1
|
||||
@ -40,6 +40,9 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
|
||||
%{templatedir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 17 2023 Stephen Gallagher <sgallagh@redhat.com> - 10.0-22
|
||||
- Strip some things from gtk4
|
||||
|
||||
* Wed Dec 14 2022 Stephen Gallagher <sgallagh@redhat.com> - 10.0-21
|
||||
- Sync from CentOS Stream 9
|
||||
- On ppc64le Use core.elf from grub2 package (bcl)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-templates-rhel-10.0-21.tar.gz) = 10e0d168be4cd276042e23bab6212ea24244b486e5ab8bef7c7d86ee9b530ce11557b87d69a0dc28b6067dbde5edc74ea19dd31fc046cd9f67cb8e05c0417f74
|
||||
SHA512 (lorax-templates-rhel-10.0-22.tar.gz) = e3a690fdb03f14cdf35c85d348b7925490ec3c5ecb169b9746814e041a1233b283ef3508761b6b54a2738057b65b61f63bd55823202feb092e04be6ee0c280d4
|
||||
|
Loading…
Reference in New Issue
Block a user