Compare commits
No commits in common. "c9-beta" and "c8s" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/sblim-indication_helper-0.5.0.tar.bz2
|
SOURCES/sblim-indication_helper-0.5.0.tar.bz2
|
||||||
|
/sblim-indication_helper-0.5.0.tar.bz2
|
||||||
|
@ -1 +0,0 @@
|
|||||||
09bf596e4b208704b099583405691736207c4fd3 SOURCES/sblim-indication_helper-0.5.0.tar.bz2
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: manual.sst_cs_system_management.sblim-indication_helper.manual-test}
|
@ -1,12 +1,11 @@
|
|||||||
Name: sblim-indication_helper
|
Name: sblim-indication_helper
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 8%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Toolkit for CMPI indication providers
|
Summary: Toolkit for CMPI indication providers
|
||||||
|
|
||||||
License: EPL-1.0
|
License: EPL-1.0
|
||||||
URL: https://sourceforge.net/projects/sblim/
|
URL: https://sourceforge.net/projects/sblim/
|
||||||
Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: sblim-cmpi-devel
|
BuildRequires: sblim-cmpi-devel
|
||||||
BuildRequires: gcc gcc-c++
|
BuildRequires: gcc gcc-c++
|
||||||
|
|
||||||
@ -33,10 +32,10 @@ This package holds the development files for sblim-indication_helper.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-static --with-pic
|
||||||
%make_build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
rm $RPM_BUILD_ROOT/%{_libdir}/libind_helper.la
|
rm $RPM_BUILD_ROOT/%{_libdir}/libind_helper.la
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
@ -51,27 +50,8 @@ rm $RPM_BUILD_ROOT/%{_libdir}/libind_helper.la
|
|||||||
%{_libdir}/libind_helper.so
|
%{_libdir}/libind_helper.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.5.0-8
|
* Tue May 14 2019 Václav Doležal <vdolezal@redhat.com> - 0.5.0-2
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuild to enable and pass CI gating
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.5.0-7
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Nov 26 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.5.0-5
|
|
||||||
- Use make macros, patch by Tom Stellard <tstellar@redhat.com>
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue May 14 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.5.0-1
|
* Tue May 14 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.5.0-1
|
||||||
- Update to latest upstream version
|
- Update to latest upstream version
|
Loading…
Reference in New Issue
Block a user