[AUTO-CHERRYPICK] Add epoch to libdwarf spec to fix versioning order - branch main (#7341)

Co-authored-by: sindhu-karri <33163197+sindhu-karri@users.noreply.github.com>
This commit is contained in:
CBL-Mariner-Bot 2024-01-19 17:30:11 -08:00 коммит произвёл GitHub
Родитель 4cc8642e31
Коммит c9f493b694
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,7 @@
Name: libdwarf
Epoch: 1
Version: 0.9.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library to access the DWARF Debugging file format
License: LGPL-2.1-only AND BSD-2-Clause-FreeBSD
@ -11,6 +12,7 @@ Source0: https://www.prevanders.net/%{name}-%{version}.tar.xz
Patch0: libdwarf_skip_test.patch
BuildRequires: gcc make python3
Provides: %{name} = %{version}-%{release}
%description
Library to access the DWARF debugging file format which supports
@ -21,6 +23,7 @@ and Fortran. Please see http://www.dwarfstd.org for DWARF specification.
Summary: Library and header files of libdwarf
License: LGPL-2.1-only AND BSD-2-Clause-FreeBSD
Requires: %{name} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
%description devel
Development package containing library and header files of libdwarf.
@ -89,6 +92,9 @@ TZ=:America/Los_Angeles %__make check
%changelog
* Fri Jan 19 2024 Sindhu Karri <lakarri@microsoft.com> - 1:0.9.0-2
- Add Epoch to fix version ordering as date versioning had changed to normal versioning
* Tue Jan 02 2024 Sindhu Karri <lakarri@microsoft.com> - 0.9.0-1
- Upgraded to 0.9.0
- License verified