#1 Add Obsoletes for golang-github-miekg-mmark.
Merged 4 years ago by eclipseo. Opened 4 years ago by qulogic.
rpms/ qulogic/golang-github-mmarkdown-mmark master  into  master

@@ -17,7 +17,7 @@ 

  %global godocs          README.md Syntax.md mmark.1.md

  

  Name:           %{goname}

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Powerful markdown processor in Go geared towards the IETF

  

  # Upstream license specification: BSD-2-Clause
@@ -36,6 +36,10 @@ 

  BuildRequires:  golang(github.com/google/go-cmp/cmp)

  %endif

  

+ # Remove after F34.

+ Obsoletes: golang-github-miekg-mmark < 1.3.6-3

+ Provides: golang-github-miekg-mmark = %{version}-%{release}

+ 

  %description

  %{common_description}

  
@@ -65,6 +69,9 @@ 

  %gopkgfiles

  

  %changelog

+ * Wed Oct 30 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.0.46-3

+ - Obsolete golang-github-miekg-mmark, which provided the same executable

+ 

  * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.46-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

  

They both provide the same executable, but this one is newer and the other is deprecated.

A corollary to https://src.fedoraproject.org/rpms/golang-github-miekg-mmark/pull-request/2

Pull-Request has been merged by eclipseo

4 years ago
Metadata