[packit] 2.9.1 upstream release
Upstream tag: libmodulemd-2.9.1 Upstream commit: b78d1baa Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
26c80918da
commit
17fc7849e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@
|
|||||||
/modulemd-2.8.2.tar.xz
|
/modulemd-2.8.2.tar.xz
|
||||||
/modulemd-2.8.3.tar.xz
|
/modulemd-2.8.3.tar.xz
|
||||||
/modulemd-2.9.0.tar.xz
|
/modulemd-2.9.0.tar.xz
|
||||||
|
/modulemd-2.9.1.tar.xz
|
||||||
|
@ -15,7 +15,7 @@ hash=$(echo $version_desc | cut -d '-' -f4)
|
|||||||
if [ x$patch_count != x ]; then
|
if [ x$patch_count != x ]; then
|
||||||
release=0.${date}.${patch_count}git${hash}%{?dist}
|
release=0.${date}.${patch_count}git${hash}%{?dist}
|
||||||
else
|
else
|
||||||
release=0.${date}%{?dist}
|
release=1%{?dist}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./spec_tmpl.sh version=$version release=$release template=libmodulemd.spec.in > libmodulemd.spec
|
./spec_tmpl.sh version=$version release=$release template=libmodulemd.spec.in > libmodulemd.spec
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: libmodulemd
|
Name: libmodulemd
|
||||||
Version: 2.9.0
|
Version: 2.9.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Module metadata manipulation library
|
Summary: Module metadata manipulation library
|
||||||
|
|
||||||
@ -163,6 +163,9 @@ mv %{buildroot}%{_bindir}/modulemd-validator \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 14 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.9.1-1
|
||||||
|
- new upstream release: 2.9.1
|
||||||
|
|
||||||
* Wed Feb 12 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.9.0-1
|
* Wed Feb 12 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.9.0-1
|
||||||
- new upstream release: 2.9.0
|
- new upstream release: 2.9.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (modulemd-2.9.0.tar.xz) = ef44829b078f1a7ce807edbd043b9964005765c36ff0d7f896d85c7850a02c1414844a60d96ca6fa45efa064407cf62d417fa9100455e656327322f06b814759
|
SHA512 (modulemd-2.9.1.tar.xz) = 9f32bcea4f020edc4bc3de747c4cd588efc80a28922b075185907289bfd88d7436717908594b0709c04ae5dc578b0097591c7fb0f61acad32f4f56e74b3bc375
|
||||||
|
Loading…
Reference in New Issue
Block a user