From 68f8075e536c258cf2550baafc23e99cc053e6be Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 1 Apr 2022 13:12:08 +0300 Subject: [PATCH] AlmaLinux changes --- SPECS/libreoffice.spec | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/SPECS/libreoffice.spec b/SPECS/libreoffice.spec index 44e5e0d..52e1390 100644 --- a/SPECS/libreoffice.spec +++ b/SPECS/libreoffice.spec @@ -1,6 +1,7 @@ # This package depends on automagic byte compilation # https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 %global _python_bytecompile_extra 1 +%global dist %{?dist}.alma # download path contains version without the last (fourth) digit %global libo_version 6.4.7 @@ -12,7 +13,7 @@ %global libo_buildfix %{nil} # rhbz#715152 state vendor %if 0%{?rhel} -%global vendoroption --with-vendor="Red Hat, Inc." +%global vendoroption --with-vendor="AlmaLinux" %endif %if 0%{?fedora} %global vendoroption --with-vendor="The Fedora Project" @@ -997,17 +998,6 @@ git config gc.auto 0 # disable auto packing git add -A git commit -q -a -m %{name}-%{version} -#Customize Palette to add Red Hat colours -(head -n -1 extras/source/palettes/standard.soc && \ - echo -e ' - - - - ' && \ - tail -n 1 extras/source/palettes/standard.soc) > redhat.soc -mv -f redhat.soc extras/source/palettes/standard.soc -git commit -q -a -m 'add Red Hat colors to palette' - # apply patches git am %{patches} @@ -2275,6 +2265,9 @@ done %{_includedir}/LibreOfficeKit %changelog +* Fri Apr 01 2022 Eduard Abdullin - 1:6.4.7.2-10.alma +- AlmaLinux changes + * Mon Feb 07 2022 Caolán McNamara - 1:6.4.7.2-10 - Related: rhbz#2029810 bump n-v-r