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
1653d0b5d0
commit
9b28bc1165
@ -1,6 +1,6 @@
|
|||||||
Name: mkfontscale
|
Name: mkfontscale
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tool to generate legacy X11 font system index files
|
Summary: Tool to generate legacy X11 font system index files
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -16,7 +16,7 @@ BuildRequires: pkgconfig(x11)
|
|||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
Conflicts: xorg-x11-font-utils <= 7.5-50
|
Conflicts: xorg-x11-font-utils < 7.5-51
|
||||||
|
|
||||||
# Used to be a separate upstream repo in xorg-x11-font-utils, now it's part
|
# Used to be a separate upstream repo in xorg-x11-font-utils, now it's part
|
||||||
# of mkfontscale. Keep the Provides alive though.
|
# of mkfontscale. Keep the Provides alive though.
|
||||||
@ -45,6 +45,10 @@ distributed separately for compatibility with older X11 versions.
|
|||||||
%{_mandir}/man1/mkfontscale.1*
|
%{_mandir}/man1/mkfontscale.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.2.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.2.1-1
|
* Thu Feb 25 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.2.1-1
|
||||||
- Split mkfontscale/mkfontdir out from xorg-x11-font-utils into its own
|
- Split mkfontscale/mkfontdir out from xorg-x11-font-utils into its own
|
||||||
package (#1932734)
|
package (#1932734)
|
||||||
|
Loading…
Reference in New Issue
Block a user