Add Obsoletes for old names.
This commit is contained in:
parent
c085b15e5a
commit
e72c641c6b
@ -8,6 +8,11 @@ Version: 2.0.0
|
||||
|
||||
%gometa
|
||||
|
||||
# Remove in F33:
|
||||
%global godevelheader %{expand:
|
||||
Obsoletes: golang-github-cpuguy83-go-md2man-devel < 1.0.8-4
|
||||
}
|
||||
|
||||
%global common_description %{expand:
|
||||
Converts markdown into roff (man pages).}
|
||||
|
||||
@ -17,7 +22,7 @@ Converts markdown into roff (man pages).}
|
||||
%global gosupfiles glide.lock glide.yaml
|
||||
|
||||
Name: %{goname}
|
||||
Release: 0.2%{?dist}
|
||||
Release: 0.3%{?dist}
|
||||
Summary: Converts markdown into roff (man pages)
|
||||
|
||||
License: MIT
|
||||
@ -59,6 +64,9 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
|
||||
%gopkgfiles
|
||||
|
||||
%changelog
|
||||
* Fri Jul 05 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.0.0-0.3.20190624gitf79a8a8
|
||||
- Add Obsoletes for old name
|
||||
|
||||
* Thu Jun 27 18:13:22 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.0.0-0.2.20190624gitf79a8a8
|
||||
- Add Provides
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user