mirror of
https://abf.rosa.ru/djam/rpm.git
synced 2025-02-23 18:33:04 +00:00
Add %x86_64 macro
In rosa2019.1 we inherited znver1 architecture from OpenMandriva, which is x86_64+optimizations, we do not use it now, but let's add macro for compatibility with constructions like "%ifarch %{x86_64}"
This commit is contained in:
parent
3f663fb185
commit
ec0b2c8cfc
2 changed files with 3 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,4 +1,4 @@
|
||||||
sources:
|
sources:
|
||||||
RPMBDB-0.1.tar.xz: d56f37fff7f7f8b036b4ce3b06c1ab205687596b
|
RPMBDB-0.1.tar.xz: d56f37fff7f7f8b036b4ce3b06c1ab205687596b
|
||||||
cpu-os-macros.tar.gz: 99c5fa561dd0d897bfa8cd97f2aa60781bc578d4
|
cpu-os-macros.tar.gz: 99c5fa561dd0d897bfa8cd97f2aa60781bc578d4
|
||||||
rpm5-d3fac2102b74234071c7171ec46fc16946646360.tar.gz: 0d322e81a908224ae7c44a4ab21be64b20af4ecf
|
rpm5-e38555e09747f92be5d09eade4802605561d9585.tar.gz: a5ddbe2a944ecd1dec7bca07d3077cc731bbabfb
|
||||||
|
|
4
rpm.spec
4
rpm.spec
|
@ -1,4 +1,4 @@
|
||||||
%define commit d3fac2102b74234071c7171ec46fc16946646360
|
%define commit e38555e09747f92be5d09eade4802605561d9585
|
||||||
%define short_commit %(echo %{commit} | head -c 4)
|
%define short_commit %(echo %{commit} | head -c 4)
|
||||||
# When updating, change commit hash above to the commit in
|
# When updating, change commit hash above to the commit in
|
||||||
# https://abf.io/soft/rpm5 that you want to build from
|
# https://abf.io/soft/rpm5 that you want to build from
|
||||||
|
@ -65,7 +65,7 @@ Summary: The RPM package management system
|
||||||
Name: rpm
|
Name: rpm
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: %{libver}.%{minorver}
|
Version: %{libver}.%{minorver}
|
||||||
Release: 114.git%{short_commit}
|
Release: 115.git%{short_commit}
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Group: System/Configuration/Packaging
|
Group: System/Configuration/Packaging
|
||||||
Url: http://rpm5.org/
|
Url: http://rpm5.org/
|
||||||
|
|
Loading…
Add table
Reference in a new issue