Skip to content

Commit

Permalink
Revert "patches: use pandoc-cli's new versioning scheme to add better…
Browse files Browse the repository at this point in the history
… "Provides""

We don't have a recent enough version of pandoc-cli to use this patch in this
branch.
  • Loading branch information
peti committed Jan 26, 2024
1 parent 0351030 commit f8ff2d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Index: pandoc-cli.spec
BuildRequires: ghc-wai-extra-devel
BuildRequires: ghc-warp-devel
ExcludeArch: %{ix86}
+Provides: pandoc = %{version}
+Provides: pandoc = 3.0.1
+Obsoletes: pandoc < 3

%description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Index: pandoc-cli.spec
Provides: pandoc = 3.0.1
Obsoletes: pandoc < 3
ExcludeArch: %{ix86}
+Requires: ghc-pandoc = %{version}
+Requires: ghc-pandoc >= 3.0

%description
Pandoc-cli provides a command-line executable that uses the pandoc library to

0 comments on commit f8ff2d9

Please sign in to comment.