Add version number for Obsoletes and Provides
Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
This commit is contained in:
parent
560c548def
commit
79c89261a5
20
gettext.spec
20
gettext.spec
@ -6,7 +6,7 @@
|
||||
|
||||
Name: gettext
|
||||
Version: 0.21
|
||||
Release: 5
|
||||
Release: 6
|
||||
License: GPLv3+ and LGPLv2+
|
||||
Summary: GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages.
|
||||
URL: https://www.gnu.org/software/gettext/
|
||||
@ -27,8 +27,8 @@ Conflicts: filesystem < 3
|
||||
Provides: /bin/gettext
|
||||
Provides: bundled(gnulib)
|
||||
Provides: bundled(libcroco) = 0.6.12
|
||||
Provides: %{name}-libs
|
||||
Obsoletes: %{name}-libs
|
||||
Provides: %{name}-libs = %{version}-%{release}
|
||||
Obsoletes: %{name}-libs < %{version}-%{release}
|
||||
|
||||
%description
|
||||
GNU gettext is an important step for the GNU Translation Project, as it
|
||||
@ -54,10 +54,10 @@ Requires(preun): info
|
||||
Requires: xz
|
||||
Obsoletes: gettext-autopoint < 0.18.1.1-3
|
||||
Provides: gettext-autopoint = %{version}-%{release}
|
||||
Obsoletes: %{name}-common-devel
|
||||
Provides: %{name}-common-devel
|
||||
Obsoletes: msghack
|
||||
Provides: msghack
|
||||
Obsoletes: %{name}-common-devel < %{version}-%{release}
|
||||
Provides: %{name}-common-devel = %{version}-%{release}
|
||||
Obsoletes: msghack < %{version}-%{release}
|
||||
Provides: msghack = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package provides development files and tools which help edit/alter
|
||||
@ -242,6 +242,12 @@ make check LIBUNISTRING=-lunistring
|
||||
%exclude %{_mandir}/man1/autopoint.1*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 9 2022 yixiangzhike<yixiangzhike007@163.com> - 0.21-6
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:Add version number for Obsoletes and Provides
|
||||
|
||||
* Sat Jul 31 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.21-5
|
||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user