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-sfcc-2.2.8.tar.bz2
|
SOURCES/sblim-sfcc-2.2.8.tar.bz2
|
||||||
/sblim-sfcc-2.2.8.tar.bz2
|
|
||||||
|
1
.sblim-sfcc.metadata
Normal file
1
.sblim-sfcc.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
794e9e15ed54f391f227427445789463560f0990 SOURCES/sblim-sfcc-2.2.8.tar.bz2
|
@ -7,14 +7,16 @@
|
|||||||
Summary: Small Footprint CIM Client Library
|
Summary: Small Footprint CIM Client Library
|
||||||
Name: sblim-sfcc
|
Name: sblim-sfcc
|
||||||
Version: 2.2.8
|
Version: 2.2.8
|
||||||
Release: 9%{?dist}
|
Release: 18%{?dist}
|
||||||
License: EPL-1.0
|
License: EPL-1.0
|
||||||
URL: http://www.sblim.org
|
URL: http://www.sblim.org
|
||||||
Source0: http://downloads.sourceforge.net/project/sblim/%{name}/%{name}-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/project/sblim/%{name}/%{name}-%{version}.tar.bz2
|
||||||
# Patch0: fixes docdir name and removes install of COPYING with license
|
# Patch0: fixes docdir name and removes install of COPYING with license
|
||||||
# which is included through %%license, rhbz#1638015
|
# which is included through %%license
|
||||||
Patch0: sblim-sfcc-2.2.8-docdir-license.patch
|
Patch0: sblim-sfcc-2.2.8-docdir-license.patch
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: curl-devel chrpath
|
BuildRequires: curl-devel chrpath
|
||||||
|
BuildRequires: gcc gcc-c++
|
||||||
|
|
||||||
%Description
|
%Description
|
||||||
Small Footprint CIM Client Library Runtime Libraries
|
Small Footprint CIM Client Library Runtime Libraries
|
||||||
@ -45,9 +47,7 @@ rm -rf %{buildroot}/%{_libdir}/*a
|
|||||||
# remove rpath
|
# remove rpath
|
||||||
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcmpisfcc.so.1.0.0
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcmpisfcc.so.1.0.0
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -64,12 +64,39 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcmpisfcc.so.1.0.0
|
|||||||
%{_libdir}/libcmpisfcc.so
|
%{_libdir}/libcmpisfcc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 16 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.8-9
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.8-18
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.8-17
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-16
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Oct 11 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.8-11
|
||||||
- Use %%license for file which contains the text of the license
|
- Use %%license for file which contains the text of the license
|
||||||
- Change versioned docdir to unversioned and rename the docdir to match
|
- Change versioned docdir to unversioned and rename the docdir to match
|
||||||
the package name
|
the package name
|
||||||
- Fix license tag
|
- Fix license tag
|
||||||
Resolves: #1638015
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Feb 27 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.8-9
|
||||||
|
- Add BuildRequires gcc and gcc-c++
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-8
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-8
|
||||||
- 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