Blame SPECS/jitterentropy.spec

a737f7
Name:	jitterentropy
7f15ed
Version:	3.4.1
7f15ed
Release:	2%{?dist}
a737f7
Summary:	Library implementing the jitter entropy source
a737f7
a737f7
License:	BSD or GPLv2
a737f7
URL:		https://github.com/smuellerDD/jitterentropy-library
a737f7
Source0:	%{url}/archive/v%{version}/%{name}-library-%{version}.tar.gz
a737f7
a737f7
BuildRequires: gcc
a737f7
BuildRequires: make
a737f7
a737f7
# Disable Upstream Makefiles debuginfo strip on install
a737f7
Patch0: jitterentropy-rh-makefile.patch
a737f7
a737f7
%description
a737f7
Library implementing the CPU jitter entropy source
a737f7
a737f7
%package devel
a737f7
Summary: Development headers for jitterentropy library
a737f7
Requires: %{name}%{?_isa} = %{version}-%{release}
a737f7
a737f7
%description devel
a737f7
Development headers and libraries for jitterentropy
a737f7
a737f7
%prep
a737f7
%autosetup -p0 -n %{name}-library-%{version}
a737f7
a737f7
%build
a737f7
%set_build_flags
a737f7
%make_build
a737f7
a737f7
%install
a737f7
mkdir -p %{buildroot}/usr/include/
a737f7
%make_install PREFIX=/usr LIBDIR=%{_lib}
a737f7
a737f7
%files
a737f7
%doc README.md CHANGES.md
a737f7
%license LICENSE LICENSE.bsd LICENSE.gplv2
a737f7
%{_libdir}/libjitterentropy.so.3*
a737f7
a737f7
%files devel
a737f7
%{_includedir}/*
a737f7
%{_libdir}/libjitterentropy.so
a737f7
%{_mandir}/man3/*
a737f7
a737f7
%changelog
7f15ed
* Tue Dec 27 2022 Vladis Dronov <vdronov@redhat.com> - 3.4.1-2
7f15ed
- Update to the upstream v3.4.1 @ 7bf9f85d (bz 2140043)
7f15ed
- Fix a stack corruption on s390x
7f15ed
7f15ed
* Tue Oct 04 2022 Vladis Dronov <vdronov@redhat.com> - 3.4.1-1
7f15ed
- Update to the upstream v3.4.1 @ 4544e113 (bz 2124596)
7f15ed
47b550
* Tue Apr 26 2022 Vladis Dronov <vdronov@redhat.com> - 3.4.0-1
47b550
- Update to the upstream v3.4.0 @ 2e5019cf (bz 2075978)
47b550
a737f7
* Tue Nov 23 2021 Vladis Dronov <vdronov@redhat.com> - 3.3.1-2
a737f7
- Update to the upstream v3.3.1 @ 887c9871 (bz 2015560)
a737f7
- Fix a security issue found by a covscan in jitterentropy library
a737f7
a737f7
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.0.2-3.git.409828cf
a737f7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
a737f7
  Related: rhbz#1991688
a737f7
a737f7
* Tue Jul 13 2021 Vladis Dronov <vdronov@redhat.com> - 3.0.2-2.git.409828cf
a737f7
- Update to the latest upstream commits upto 409828cf (bz 1973157)
a737f7
- Add clock_gettime() software time source
a737f7
- Add a code for choosing between software and hardware time sources
a737f7
  https://github.com/smuellerDD/jitterentropy-library/pull/57
a737f7
  https://bugzilla.redhat.com/show_bug.cgi?id=1974132
a737f7
a737f7
* Tue Jul 06 2021 Vladis Dronov <vdronov@redhat.com> - 3.0.2.git.d18d5863-1
a737f7
- Update to the upstream v3.0.2 + tip of origin/master
a737f7
  with fixes for an important issue:
a737f7
  https://github.com/nhorman/rng-tools/pull/123
a737f7
  https://github.com/smuellerDD/jitterentropy-library/issues/37
a737f7
- Add important upstream fixes for the one CPU case (bz 1974132)
a737f7
a737f7
* Fri Jun 18 2021 Vladis Dronov <vdronov@redhat.com> - 3.0.2-1
a737f7
- Update to the upstream v3.0.2 (bz 1973157)
a737f7
- Remove ldconfig_scriptlets
a737f7
a737f7
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.0-5
a737f7
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
a737f7
a737f7
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-4
a737f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a737f7
a737f7
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-3
a737f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a737f7
a737f7
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2
a737f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a737f7
a737f7
* Thu Sep 26 2019 Neil Horman <nhorman@redhat.com> - 2.2.0-1
a737f7
- Update to latest upstream
a737f7
a737f7
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-5
a737f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a737f7
a737f7
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-4
a737f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a737f7
a737f7
* Fri Sep 21 2018 Neil Horman <nhorman@tuxdriver.com> - 2.1.2-3
a737f7
- Drop static library
a737f7
- Fix up naming
a737f7
- Add gcc buildrequires
a737f7
- Fix files glob
a737f7
a737f7
* Thu Sep 13 2018 Neil Horman <nhorman@tuxdriver.com> - 2.1.2-2
a737f7
- Fixed license
a737f7
- Fixed up some macro usage in spec file
a737f7
- Documented patches
a737f7
- Modified makefile to use $(INSTALL) macro
a737f7
a737f7
* Thu Sep 06 2018 Neil Horman <nhorman@tuxdriver.com> - 2.1.2-1
a737f7
- Initial import