Add version number for Obsoletes
(cherry picked from commit 8cdf84c15116edc7bb97999dd068a5fa443c895d)
This commit is contained in:
parent
cc8792a3fd
commit
c2b3edbd75
@ -1,11 +1,11 @@
|
|||||||
Name: autogen
|
Name: autogen
|
||||||
Version: 5.18.16
|
Version: 5.18.16
|
||||||
Release: 4
|
Release: 5
|
||||||
License: GPLv2+ and GPLv3+
|
License: GPLv2+ and GPLv3+
|
||||||
Summary: Automated text file generator
|
Summary: Automated text file generator
|
||||||
URL: http://www.gnu.org/software/autogen/
|
URL: http://www.gnu.org/software/autogen/
|
||||||
Provides: autogen-libopts
|
Provides: autogen-libopts
|
||||||
Obsoletes: autogen-libopts
|
Obsoletes: autogen-libopts < %{version}-%{release}
|
||||||
Source0: http://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz
|
Source0: http://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Patch0: backport-fix-stray-blanking-of-config-file-char.patch
|
Patch0: backport-fix-stray-blanking-of-config-file-char.patch
|
||||||
@ -27,7 +27,7 @@ License: LGPLv3+
|
|||||||
Requires: automake autogen pkgconfig
|
Requires: automake autogen pkgconfig
|
||||||
Provides: autogen-libopts-devel
|
Provides: autogen-libopts-devel
|
||||||
Provides: pkgconfig(autoopts)
|
Provides: pkgconfig(autoopts)
|
||||||
Obsoletes: autogen-libopts-devel
|
Obsoletes: autogen-libopts-devel < %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains development files for autogen.
|
This package contains development files for autogen.
|
||||||
@ -109,6 +109,9 @@ echo "%{_libdir}" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
|||||||
%exclude %{_infodir}/dir
|
%exclude %{_infodir}/dir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 11 2024 huyubiao <huyubiao@huawei.com> - 5.18.16-5
|
||||||
|
- Add version number for Obsoletes
|
||||||
|
|
||||||
* Thu Feb 1 2024 liyunfei<liyunfei33@huawei.com> - 5.18.16-4
|
* Thu Feb 1 2024 liyunfei<liyunfei33@huawei.com> - 5.18.16-4
|
||||||
- add additional warning options for clang
|
- add additional warning options for clang
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user