fedora-haskell / pandoc

pandoc with statically linked Haskell libraries
1 stars 0 forks source link

No pandoc-pdf #5

Closed opoplawski closed 7 years ago

opoplawski commented 8 years ago

The COPR pandoc package does not build a pdf subpackage, so I'm getting:

# yum -y upgrade
Loaded plugins: priorities
Resolving Dependencies
--> Running transaction check
---> Package pandoc.x86_64 0:1.12.3.1-1.el7 will be updated
--> Processing Dependency: pandoc = 1.12.3.1 for package: pandoc-pdf-1.12.3.1-1.el7.x86_64
---> Package pandoc.x86_64 0:1.17.0.3-1.el7.centos will be an update
--> Finished Dependency Resolution
Error: Package: pandoc-pdf-1.12.3.1-1.el7.x86_64 (@epel)
           Requires: pandoc = 1.12.3.1
           Removing: pandoc-1.12.3.1-1.el7.x86_64 (@epel)
               pandoc = 1.12.3.1-1.el7
           Updated By: pandoc-1.17.0.3-1.el7.centos.x86_64 (petersen-pandoc)
               pandoc = 1.17.0.3-1.el7.centos
           Available: pandoc-1.16-1.el7.centos.x86_64 (petersen-pandoc)
               pandoc = 1.16-1.el7.centos
           Available: pandoc-1.16.0.2-1.el7.centos.x86_64 (petersen-pandoc)
               pandoc = 1.16.0.2-1.el7.centos
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
juhp commented 8 years ago

Okay I guess I can add a pdf meta subpackage later... in the meantime I think you can remove pandoc-pdf by hand to install the newer pandoc from copr.

opoplawski commented 8 years ago

Yeah, after seeing it was just a meta package I removed it. So no big deal, but probably makes sense to be compatible with the Fedora/EPEL packages.

juhp commented 7 years ago

This should get fixed next time I build pandoc in copr.

I dunno if it is better to provide pandoc-pdf.... maybe later/someday.