Update modulemd-tools to 0.5-1
This commit is contained in:
parent
d546212d02
commit
f053fe31c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/modulemd-tools-0.1.tar.gz
|
||||
/modulemd-tools-0.3.tar.gz
|
||||
/modulemd-tools-0.4.tar.gz
|
||||
/modulemd-tools-0.5.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: modulemd-tools
|
||||
Version: 0.4
|
||||
Version: 0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Collection of tools for parsing and generating modulemd YAML files
|
||||
License: MIT
|
||||
@ -8,18 +8,23 @@ BuildArch: noarch
|
||||
URL: https://github.com/rpm-software-management/modulemd-tools
|
||||
Source0: https://github.com/rpm-software-management/modulemd-tools/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: libmodulemd >= 2
|
||||
BuildRequires: createrepo_c
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-click
|
||||
BuildRequires: python3-dnf
|
||||
BuildRequires: python3-libmodulemd
|
||||
BuildRequires: python3-hawkey
|
||||
BuildRequires: python3-createrepo_c
|
||||
BuildRequires: python3-gobject
|
||||
|
||||
Requires: libmodulemd >= 2
|
||||
Requires: createrepo_c
|
||||
Requires: python3-click
|
||||
Requires: python3-dnf
|
||||
Requires: python3-libmodulemd
|
||||
Requires: python3-hawkey
|
||||
Requires: python3-createrepo_c
|
||||
Requires: python3-gobject
|
||||
|
||||
|
||||
%description
|
||||
@ -75,6 +80,22 @@ cp modulemd-merge/modulemd-merge.py %{buildroot}%{_bindir}/modulemd-merge
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 05 2020 Jakub Kadlcik <frostyx@email.cz> 0.5-1
|
||||
- Release for epel8 as well (frostyx@email.cz)
|
||||
- Require createrepo_c for the createrepo_mod package (frostyx@email.cz)
|
||||
- modulemd-merge: improve README.md file (frostyx@email.cz)
|
||||
- repo2module: improve README.md file (frostyx@email.cz)
|
||||
- dir2module: improve README.md file (frostyx@email.cz)
|
||||
- Improve README.md file (frostyx@email.cz)
|
||||
- createrepo_mod: improve README.md file (frostyx@email.cz)
|
||||
- Loosen the python3-libmodulemd dependency to just libmodulemd
|
||||
(frostyx@email.cz)
|
||||
- createrepo_mod: use just createrepo_c if it has built-in module support
|
||||
(frostyx@email.cz)
|
||||
- Explicitly depend on python3-setuptools (frostyx@email.cz)
|
||||
- createrepo_mod: dump modules.yaml into the correct directory
|
||||
(frostyx@email.cz)
|
||||
|
||||
* Mon Aug 10 2020 Jakub Kadlcik <frostyx@email.cz> 0.4-1
|
||||
- createrepo_mod: support also non-module repositories (frostyx@email.cz)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-tools-0.4.tar.gz) = 01b4afb9e273206ad054bbc8a532309bbf7500b90a4c553134009a7432cd2141c408f7f0ef3a2e5efe3671b80c219e4c5a01cd87b704b99582b3dd66c0d5aeb7
|
||||
SHA512 (modulemd-tools-0.5.tar.gz) = f7e82d26e33605582783d3821c1432c407c32a99884c539a4e9e4d841f35572bc1ff573749e0927c06718ec3838dcb56b114d7111e89bb913ea0d278efd01bf3
|
||||
|
Loading…
Reference in New Issue
Block a user