Compare commits
No commits in common. "c10s" and "c8" have entirely different histories.
@ -1 +0,0 @@
|
|||||||
1
|
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
/libestr-0.1.3.tar.gz
|
SOURCES/libestr-0.1.10.tar.gz
|
||||||
/libestr-0.1.4.tar.gz
|
|
||||||
/libestr-0.1.5.tar.gz
|
|
||||||
/libestr-0.1.9.tar.gz
|
|
||||||
/libestr-0.1.11.tar.gz
|
|
||||||
|
1
.libestr.metadata
Normal file
1
.libestr.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
f920700540ed877ed46505c2d94c445f33371b43 SOURCES/libestr-0.1.10.tar.gz
|
@ -1,15 +1,16 @@
|
|||||||
Name: libestr
|
Name: libestr
|
||||||
Version: 0.1.11
|
Version: 0.1.10
|
||||||
Release: 11%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: String handling essentials library
|
Summary: String handling essentials library
|
||||||
|
|
||||||
License: LGPL-2.1-or-later
|
License: LGPLv2+
|
||||||
URL: http://libestr.adiscon.com/
|
URL: http://libestr.adiscon.com/
|
||||||
Source0: http://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz
|
Source0: http://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: autoconf
|
||||||
BuildRequires: make
|
BuildRequires: automake
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package compiles the string handling essentials library
|
This package compiles the string handling essentials library
|
||||||
used by the Rsyslog daemon.
|
used by the Rsyslog daemon.
|
||||||
@ -26,6 +27,7 @@ developing applications that use libestr.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -if
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-static --with-pic
|
||||||
V=1 make %{?_smp_mflags}
|
V=1 make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -33,7 +35,9 @@ V=1 make %{?_smp_mflags}
|
|||||||
make install INSTALL="install -p" DESTDIR=%{buildroot}
|
make install INSTALL="install -p" DESTDIR=%{buildroot}
|
||||||
rm -f %{buildroot}/%{_libdir}/*.{a,la}
|
rm -f %{buildroot}/%{_libdir}/*.{a,la}
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
@ -47,57 +51,17 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la}
|
|||||||
%{_libdir}/pkgconfig/libestr.pc
|
%{_libdir}/pkgconfig/libestr.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.1.11-11
|
* Mon Apr 04 2022 Attila Lakatos <alakatos@redhat.com> - 0.1.10-3
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Rebuild due to the following message: libestr-0.1.10-2.el8 has already been built
|
||||||
Resolves: RHEL-64018
|
resolves: rhbz#2056293
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.1.11-10
|
* Mon Apr 04 2022 Attila Lakatos <alakatos@redhat.com> - 0.1.10-2
|
||||||
- Bump release for June 2024 mass rebuild
|
- Rebuild libestr to add the devel package to CRB
|
||||||
|
resolves: rhbz#2056293
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-9
|
* Fri Aug 10 2018 Jiri Vymazal <jvymazal@redhat.com> - 0.1.10-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- rebase to v0.1.10
|
||||||
|
resolves: rhbz#1614724
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed May 31 2023 Attila Lakatos <alakatos@redhat.com> - 0.1.11-6
|
|
||||||
- Update License tag for SPDX
|
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Mar 01 2021 Attila Lakatos <alakatos@redhat.com> - 0.1.11-1
|
|
||||||
- rebase to 0.1.11
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-16
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-15
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-14
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-13
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-12
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-11
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-10
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
17
ci_tests.fmf
17
ci_tests.fmf
@ -1,17 +0,0 @@
|
|||||||
/e2e:
|
|
||||||
plan:
|
|
||||||
import:
|
|
||||||
url: https://github.com/RedHat-SP-Security/rsyslog-plans.git
|
|
||||||
name: /generic/e2e_ci
|
|
||||||
|
|
||||||
/rpmverify:
|
|
||||||
summary: rpmverify test
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
||||||
discover:
|
|
||||||
- name: test
|
|
||||||
how: shell
|
|
||||||
tests:
|
|
||||||
- name: rpmverify
|
|
||||||
test: 'rpmverify $(rpm -qa | grep libestr)'
|
|
||||||
duration: 2m
|
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-10
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
Loading…
Reference in New Issue
Block a user