* canongnu.diff
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=646
This commit is contained in:
parent
58cabb540e
commit
d834d912d6
11
canongnu.diff
Normal file
11
canongnu.diff
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- CMakeLists.txt.orig 2023-10-13 12:38:26.953411554 +0000
|
||||||
|
+++ CMakeLists.txt 2023-10-13 12:40:11.057239934 +0000
|
||||||
|
@@ -144,7 +144,7 @@ function(makemacros)
|
||||||
|
|
||||||
|
set(RPMCANONVENDOR ${host_vendor})
|
||||||
|
set(RPMCANONOS ${host_os})
|
||||||
|
- set(RPMCANONGNU -gnu)
|
||||||
|
+ set(RPMCANONGNU -gnu CACHE STRING "gnu os suffix")
|
||||||
|
|
||||||
|
if (ENABLE_CUTF8)
|
||||||
|
set(C_LOCALE "C.UTF-8")
|
@ -35,6 +35,7 @@ Wed Oct 11 17:07:14 CEST 2023 - mls@suse.de
|
|||||||
- new patches:
|
- new patches:
|
||||||
* python_setup.diff
|
* python_setup.diff
|
||||||
* rpmsort_reverse.diff
|
* rpmsort_reverse.diff
|
||||||
|
* canongnu.diff
|
||||||
- new file:
|
- new file:
|
||||||
* build-aux.tar.bz2 (taken from rpm-4.18)
|
* build-aux.tar.bz2 (taken from rpm-4.18)
|
||||||
- fix --runposttrans not working correctly with the --root
|
- fix --runposttrans not working correctly with the --root
|
||||||
|
3
rpm.spec
3
rpm.spec
@ -112,6 +112,7 @@ Patch134: zstdthreaded.diff
|
|||||||
Patch135: selinux_transactional_update.patch
|
Patch135: selinux_transactional_update.patch
|
||||||
Patch136: rpmsort_reverse.diff
|
Patch136: rpmsort_reverse.diff
|
||||||
Patch137: python_setup.diff
|
Patch137: python_setup.diff
|
||||||
|
Patch138: canongnu.diff
|
||||||
Patch6464: auto-config-update-aarch64-ppc64le.diff
|
Patch6464: auto-config-update-aarch64-ppc64le.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#
|
#
|
||||||
@ -224,7 +225,7 @@ rm -rf sqlite
|
|||||||
%patch -P 100 -P 102 -P 103
|
%patch -P 100 -P 102 -P 103
|
||||||
%patch -P 117
|
%patch -P 117
|
||||||
%patch -P 122 -P 123
|
%patch -P 122 -P 123
|
||||||
%patch -P 131 -P 133 -P 134 -P 135 -P 136 -P 137
|
%patch -P 131 -P 133 -P 134 -P 135 -P 136 -P 137 -P 138
|
||||||
|
|
||||||
%ifarch aarch64 ppc64le riscv64
|
%ifarch aarch64 ppc64le riscv64
|
||||||
%patch6464
|
%patch6464
|
||||||
|
Loading…
x
Reference in New Issue
Block a user