File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
Name: xml-security-c
2
2
Version: 2.0.2
3
- Release: 1
3
+ Release: 2
4
4
Summary: Apache XML security C++ library
5
5
Group: Development/Libraries/C and C++
6
6
License: Apache 2.0
@@ -15,6 +15,10 @@ BuildRequires: openssl-devel gcc-c++ pkgconfig
15
15
BuildRequires: redhat-rpm-config
16
16
%endif
17
17
18
+ %if 0%{?rhel } >= 8 || 0%{?centos_version } >= 800
19
+ BuildRequires: gdb
20
+ %endif
21
+
18
22
%description
19
23
The xml-security-c library is a C++ implementation of the XML Digital Signature
20
24
and Encryption specifications. The library makes use of the Apache XML project's
@@ -77,13 +81,9 @@ This package includes files needed for development with xml-security-c.
77
81
%{__rm} -rf $RPM_BUILD_ROOT
78
82
79
83
80
- %ifnos solaris2.8 solaris2.9 solaris2.10
81
84
%post -n libxml-security-c20 -p /sbin/ldconfig
82
- %endif
83
85
84
- %ifnos solaris2.8 solaris2.9 solaris2.10
85
86
%postun -n libxml-security-c20 -p /sbin/ldconfig
86
- %endif
87
87
88
88
%files -n xml-security-c-bin
89
89
%defattr(-,root,root,-)
@@ -102,6 +102,10 @@ This package includes files needed for development with xml-security-c.
102
102
%exclude %{_libdir }/* .la
103
103
104
104
%changelog
105
+ *
Fri Sep 27 2019 Scott Cantor <[email protected] > 2.0.0-2
106
+ - Add CentOS 8 dependency rule
107
+ - Remove Solaris exclusions
108
+
105
109
*
Mon Nov 13 2017 Scott Cantor <[email protected] > 2.0.0-1
106
110
- update to 2.0.0
107
111
- exclude libtool archive
You can’t perform that action at this time.
0 commit comments