Compare commits
No commits in common. "c8s" and "c9-beta" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/sblim-cmpi-devel-2.0.3.tar.bz2
|
SOURCES/sblim-cmpi-devel-2.0.3.tar.bz2
|
||||||
/sblim-cmpi-devel-2.0.3.tar.bz2
|
|
||||||
|
1
.sblim-cmpi-devel.metadata
Normal file
1
.sblim-cmpi-devel.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
16c21e197f77d20969366dde57487d4525cad13d SOURCES/sblim-cmpi-devel-2.0.3.tar.bz2
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: sblim-cmpi-devel
|
Name: sblim-cmpi-devel
|
||||||
Version: 2.0.3
|
Version: 2.0.3
|
||||||
Release: 15%{?dist}
|
Release: 24%{?dist}
|
||||||
Summary: SBLIM CMPI Provider Development Support
|
Summary: SBLIM CMPI Provider Development Support
|
||||||
|
|
||||||
License: EPL
|
License: EPL
|
||||||
@ -12,8 +12,9 @@ Source1: macros.sblim-cmpi-devel
|
|||||||
|
|
||||||
# Patch0: remove version from docdir
|
# Patch0: remove version from docdir
|
||||||
Patch0: sblim-cmpi-devel-2.0.3-docdir.patch
|
Patch0: sblim-cmpi-devel-2.0.3-docdir.patch
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: gcc
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This packages provides the C and C++ CMPI header files needed by
|
This packages provides the C and C++ CMPI header files needed by
|
||||||
@ -25,6 +26,7 @@ tog-pegasus-devel installed.
|
|||||||
License: EPL
|
License: EPL
|
||||||
Summary: CMPI C++ wrapper library
|
Summary: CMPI C++ wrapper library
|
||||||
Conflicts: tog-pegasus-libs
|
Conflicts: tog-pegasus-libs
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
|
||||||
%description -n libcmpiCppImpl0
|
%description -n libcmpiCppImpl0
|
||||||
This packages provides the C++ wrapper library for CMPI development
|
This packages provides the C++ wrapper library for CMPI development
|
||||||
@ -46,21 +48,45 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*a
|
|||||||
mkdir -p $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d
|
mkdir -p $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d
|
||||||
cp %{SOURCE1} $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d
|
cp %{SOURCE1} $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d
|
||||||
|
|
||||||
%post -n libcmpiCppImpl0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libcmpiCppImpl0
|
||||||
|
|
||||||
%postun -n libcmpiCppImpl0 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_includedir}/cmpi
|
%{_includedir}/cmpi
|
||||||
%{_rpmconfigdir}/macros.d/macros.sblim-cmpi-devel
|
%{_rpmconfigdir}/macros.d/macros.sblim-cmpi-devel
|
||||||
|
|
||||||
%files -n libcmpiCppImpl0
|
%files -n libcmpiCppImpl0
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libcmpiCppImpl.so*
|
%{_libdir}/libcmpiCppImpl.so*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.3-24
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.3-23
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-22
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-21
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-18
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 22 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.3-16
|
||||||
|
- Add BuildRequires gcc and gcc-c++
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-15
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-15
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
Loading…
Reference in New Issue
Block a user