[cpp-linbuild] branch main updated: Remove Obsoletes from Xerces package.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 28 17:12:23 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=c57d109bcb0a93e8d7d1a70c4c6663cb78a35eab
The following commit(s) were added to refs/heads/main by this push:
new c57d109 Remove Obsoletes from Xerces package.
c57d109 is described below
commit c57d109bcb0a93e8d7d1a70c4c6663cb78a35eab
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 28 13:12:19 2024 -0400
Remove Obsoletes from Xerces package.
---
common/SPECS/xerces-c.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/common/SPECS/xerces-c.spec b/common/SPECS/xerces-c.spec
index bdea02f..48bff7b 100644
--- a/common/SPECS/xerces-c.spec
+++ b/common/SPECS/xerces-c.spec
@@ -6,11 +6,10 @@
Summary: Xerces-C++ validating XML parser
Name: %{libname}
Version: 3.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
URL: https://xerces.apache.org/%{compname}/
Source0: https://downloads.apache.org/xerces/c/3/sources/%{compname}-%{version}.tar.bz2
Provides: %{compname} = %{version}-%{release}
-Obsoletes: %{compname} < %{version}-%{release}
License: Apache-2.0
Group: Development/Libraries
BuildRequires: gcc-c++
@@ -93,6 +92,9 @@ The static libraries and header files needed for development with Xerces-C++.
%exclude %{_libdir}/libxerces-c.la
%changelog
+* Mon Oct 28 2024 Scott Cantor <cantor.2 at osu.edu> 3.3.0-2
+- Remove Obsoletes (again) to allow for SxS use.
+
* Wed Oct 16 2024 Scott Cantor <cantor.2 at osu.edu> 3.3.0-1
- Update version to 3.3.0 and update lib package name
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list