Fix the Conflicts line to properly conflict with the -50 font-utils,
without a {?dist} <= doesn't work as expected.
This commit is contained in:
parent
86d7431d61
commit
5f8fbb449f
@ -1,6 +1,6 @@
|
|||||||
Name: bdftopcf
|
Name: bdftopcf
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Font compiler for the X server and font server
|
Summary: Font compiler for the X server and font server
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -11,7 +11,7 @@ BuildRequires: gcc make libtool
|
|||||||
BuildRequires: pkgconfig(x11) pkgconfig(fontsproto)
|
BuildRequires: pkgconfig(x11) pkgconfig(fontsproto)
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
|
|
||||||
Conflicts: xorg-x11-font-utils <= 7.5-50
|
Conflicts: xorg-x11-font-utils < 7.5-51
|
||||||
|
|
||||||
%description
|
%description
|
||||||
bdftopcf is a font compiler for the X server and font server. Fonts
|
bdftopcf is a font compiler for the X server and font server. Fonts
|
||||||
@ -37,6 +37,10 @@ slowly) on other machines.
|
|||||||
%{_mandir}/man1/bdftopcf.1*
|
%{_mandir}/man1/bdftopcf.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.1-2
|
||||||
|
- Fix the Conflicts line to properly conflict with the -50 font-utils,
|
||||||
|
without a {?dist} <= doesn't work as expected.
|
||||||
|
|
||||||
* Thu Feb 25 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.1-1
|
* Thu Feb 25 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.1-1
|
||||||
- Split bdftopcf out from xorg-x11-font-utils into its own
|
- Split bdftopcf out from xorg-x11-font-utils into its own
|
||||||
package (#1932736)
|
package (#1932736)
|
||||||
|
Loading…
Reference in New Issue
Block a user