|
|
|
@ -1,17 +1,27 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 9;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
Summary: The ASN.1 library used in GNUTLS
|
|
|
|
|
Name: libtasn1
|
|
|
|
|
Version: 4.16.0
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Version: 4.19.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
|
|
|
|
|
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
|
|
|
|
|
License: GPLv3+ and LGPLv2+
|
|
|
|
|
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
|
|
|
|
URL: http://www.gnu.org/software/libtasn1/
|
|
|
|
|
Source0: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz
|
|
|
|
|
Source1: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz.sig
|
|
|
|
|
Source2: gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
|
|
|
|
|
#Source2: gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
|
|
|
|
|
#Source2: gpgkey-99415CE1905D0E55A9F88026860B7FBB32F8119D.gpg
|
|
|
|
|
Source2: gpgkey-B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE.gpg
|
|
|
|
|
Patch1: libtasn1-3.4-rpath.patch
|
|
|
|
|
Patch200: libtasn1-4.16-coverity.patch
|
|
|
|
|
Patch300: libtasn1-4.19-CVE-2021-46848.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
@ -19,6 +29,7 @@ BuildRequires: bison, pkgconfig, help2man
|
|
|
|
|
BuildRequires: autoconf, automake, libtool
|
|
|
|
|
BuildRequires: valgrind-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
# Wildcard bundling exception https://fedorahosted.org/fpc/ticket/174
|
|
|
|
|
Provides: bundled(gnulib) = 20130324
|
|
|
|
|
|
|
|
|
@ -57,8 +68,6 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%patch1 -p1 -b .rpath
|
|
|
|
|
%patch200 -p1 -b .coverity
|
|
|
|
|
%patch300 -p1 -b .CVE-2021-46848
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -v -f --install
|
|
|
|
@ -79,7 +88,7 @@ rm -f $RPM_BUILD_ROOT{%_libdir/*.la,%_infodir/dir}
|
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE doc/COPYING*
|
|
|
|
|
%license COPYING doc/COPYING*
|
|
|
|
|
%doc AUTHORS NEWS README.md
|
|
|
|
|
%{_libdir}/*.so.6*
|
|
|
|
|
|
|
|
|
@ -88,7 +97,6 @@ make check
|
|
|
|
|
%{_mandir}/man1/asn1*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%doc doc/TODO doc/*.pdf
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
%{_includedir}/*
|
|
|
|
@ -97,18 +105,48 @@ make check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 30 2022 Simo Sorce <simo@redhat.com> - 4.16.0-9
|
|
|
|
|
- Resolves: rhbz#2140602
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4.19.0-9
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|
* Mon Oct 07 2024 Alexander Sosedkin <asosedkin@redhat.com> - 4.19.0-8
|
|
|
|
|
- Initial CI and gating setup for RHEL-10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.19.0-7
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.19.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.19.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Sep 20 2023 Simo Sorce <simo@redhat.com> - 4.19.0-4
|
|
|
|
|
- Migrate license field to SPDX format
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.19.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.16.0-7
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.19.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.16.0-6
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.18.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Apr 12 2021 Dmitry Belyavskiy <dbelyavs@redhat.com> - 4.16.0-5
|
|
|
|
|
- Coverity-related fixes (#1938797)
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.18.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Nov 9 2021 Simo Sorce <simo@redhat.com> - 4.18.0-1
|
|
|
|
|
- Update to 4.18.0 (#2021613)
|
|
|
|
|
|
|
|
|
|
* Wed Nov 3 2021 Simo Sorce <simo@redhat.com> - 4.17.0-1
|
|
|
|
|
- Update to 4.17.0 (#1960364)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Apr 06 2021 Simo Sorce <simo@redhat.com> - 4.16.0-5
|
|
|
|
|
- Add gtk-doc as BuildRequire
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
@ -379,3 +417,6 @@ make check
|
|
|
|
|
|
|
|
|
|
* Tue Jun 10 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> 0:0.2.4-0.fdr.1
|
|
|
|
|
- Initial build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|