Compare commits
16 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43cc64cc46 | ||
|
|
7ce0f131c4 | ||
|
|
fa08a952ea |
||
|
|
ac09547a44 |
||
|
|
9801c5583f |
||
|
|
18276d0e60 |
||
|
|
12d7db9ad7 |
||
|
|
1cc429a899 |
||
|
|
cddae3cbf2 |
||
|
|
6a4b924d63 |
||
|
|
047cdf0554 |
||
|
|
cd91e63937 |
||
|
|
bf8cb9179d |
||
|
|
0a96446f9d |
||
|
|
62fcc47ae7 |
||
|
|
9c684eb242 |
4 changed files with 14 additions and 3 deletions
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,18 @@
|
|||
%endif
|
||||
|
||||
Name: %{upstream_name}%{?v2_suffix}
|
||||
Version: 2.12.0
|
||||
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
|
||||
Source0: %{url}/releases/download/%{version}/modulemd-%{version}.tar.xz
|
||||
Source1: %{url}/releases/download/%{version}/modulemd-%{version}.tar.xz.asc
|
||||
# Key exported from Petr Pisar's keyring
|
||||
Source2: gpgkey-E3F42FCE156830A80358E6E94FD1AEC3365AF7BF.gpg
|
||||
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: meson >= 0.47
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: gcc
|
||||
|
|
@ -92,6 +96,7 @@ Development files for libmodulemd.
|
|||
|
||||
|
||||
%prep
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%autosetup -p1 -n modulemd-%{version}
|
||||
|
||||
|
||||
|
|
@ -163,6 +168,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
|
||||
|
||||
* Thu Jan 14 2021 Stephen Gallagher <sgallagh@redhat.com> - 2.12.0-1
|
||||
- Add support for 'buildorder' to Packager documents
|
||||
|
||||
|
|
|
|||
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…
Add table
Add a link
Reference in a new issue