Patchset gobmx-1.0_24.2.0
This commit is contained in:
parent
0f589d70b8
commit
aced140abe
2 changed files with 14 additions and 1 deletions
|
@ -341,7 +341,7 @@ Patch31: 0011-logo-image-updated.patch
|
||||||
Patch32: 0012-Update-OfficeLinux.conf-with-lang-es.patch
|
Patch32: 0012-Update-OfficeLinux.conf-with-lang-es.patch
|
||||||
Patch33: 0013-Update-OfficeLinux.conf.patch
|
Patch33: 0013-Update-OfficeLinux.conf.patch
|
||||||
Patch34: 0014-fix-error-make-install.patch
|
Patch34: 0014-fix-error-make-install.patch
|
||||||
Patch35: 0015-gob-mx-1.0.patch
|
#Patch35: 0015-gob-mx-1.0.patch
|
||||||
|
|
||||||
|
|
||||||
%global instdir %{_libdir}
|
%global instdir %{_libdir}
|
||||||
|
|
|
@ -21,3 +21,16 @@ git push --set-upstream origin gobmx-1.0-backport-24.2
|
||||||
mkdir ../patchset-gobmx-1.0_24.2
|
mkdir ../patchset-gobmx-1.0_24.2
|
||||||
git format-patch -o ../patchset-gobmx-1.0_24.2 libreoffice-24-2-branch-point
|
git format-patch -o ../patchset-gobmx-1.0_24.2 libreoffice-24-2-branch-point
|
||||||
|
|
||||||
|
git checkout libreoffice-24-2-0
|
||||||
|
git tag Sandino-24-2-0
|
||||||
|
git checkout -b gobmx-1.0-backport-24.2.0
|
||||||
|
git merge gobmx-1.0-backport-24.2
|
||||||
|
git log --oneline --graph
|
||||||
|
|
||||||
|
git push --set-upstream origin gobmx-1.0-backport-24.2.0
|
||||||
|
|
||||||
|
mkdir ../patchset-gobmx-1.0_24.2.0
|
||||||
|
git format-patch -o ../patchset-gobmx-1.0_24.2.0 Sandino-24-2-0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue