2.12.1 bump
This commit is contained in:
parent
88cd0dc170
commit
8cc66e7e53
2
.gitignore
vendored
2
.gitignore
vendored
@ -56,3 +56,5 @@
|
||||
/modulemd-2.11.1.tar.xz
|
||||
/modulemd-2.11.2.tar.xz
|
||||
/modulemd-2.12.0.tar.xz
|
||||
/modulemd-2.12.1.tar.xz
|
||||
/modulemd-2.12.1.tar.xz.asc
|
||||
|
BIN
gpgkey-E3F42FCE156830A80358E6E94FD1AEC3365AF7BF.gpg
Normal file
BIN
gpgkey-E3F42FCE156830A80358E6E94FD1AEC3365AF7BF.gpg
Normal file
Binary file not shown.
@ -13,14 +13,17 @@
|
||||
%endif
|
||||
|
||||
Name: %{upstream_name}%{?v2_suffix}
|
||||
Version: 2.12.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.12.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Module metadata manipulation library
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/fedora-modularity/libmodulemd
|
||||
Source0: %{url}/releases/download/%{upstream_name}-%{version}/modulemd-%{version}.tar.xz
|
||||
Source1: %{url}/releases/download/%{upstream_name}-%{version}/modulemd-%{version}.tar.xz.asc
|
||||
Source2: gpgkey-E3F42FCE156830A80358E6E94FD1AEC3365AF7BF.gpg
|
||||
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: meson >= 0.47
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: gcc
|
||||
@ -92,6 +95,7 @@ Development files for libmodulemd.
|
||||
|
||||
|
||||
%prep
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%autosetup -p1 -n modulemd-%{version}
|
||||
|
||||
|
||||
@ -163,6 +167,9 @@ mv %{buildroot}%{_mandir}/man1/modulemd-validator.1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 03 2021 Petr Pisar <ppisar@redhat.com> - 2.12.1-1
|
||||
- 2.12.1 bump
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
3
sources
3
sources
@ -1 +1,2 @@
|
||||
SHA512 (modulemd-2.12.0.tar.xz) = 8dda8bf92a0e1ad4578bf15099443bc1ef42b4a0609a635b2e7a885c878994ce64c1670ffb75ab566ac6ce08f87e0b2807149d08fe3b701abd0ef4a4a9569f88
|
||||
SHA512 (modulemd-2.12.1.tar.xz) = 2bd4242f0f1aea561a5b899678237f7390652987e02c46652b72eadebde60d7cfb82d93e0a720e3c070261a7449245b9319b9fd755aba1c6f354660a959373b3
|
||||
SHA512 (modulemd-2.12.1.tar.xz.asc) = 072141c83a991ac7f1177d2e3ccf2b050c2d644453c5e815ad826b8fe4a994954d0754c9da5279727ccc74f182c193f89d5f227ff0580b0a8ab3e730ab52b287
|
||||
|
Loading…
Reference in New Issue
Block a user