Compare commits
No commits in common. "c8s" and "c9-beta" have entirely different histories.
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,6 +1 @@
|
|||||||
/libassuan-2.4.3.tar.bz2
|
SOURCES/libassuan-2.5.5.tar.bz2
|
||||||
/libassuan-2.4.3.tar.bz2.sig
|
|
||||||
/libassuan-2.4.4.tar.bz2
|
|
||||||
/libassuan-2.4.4.tar.bz2.sig
|
|
||||||
/libassuan-2.5.1.tar.bz2
|
|
||||||
/libassuan-2.5.1.tar.bz2.sig
|
|
||||||
|
1
.libassuan.metadata
Normal file
1
.libassuan.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
ec4f67c0117ccd17007c748a392ded96dc1b1ae9 SOURCES/libassuan-2.5.5.tar.bz2
|
@ -1,16 +1,16 @@
|
|||||||
diff -up libassuan-2.1.0/src/libassuan-config.in.multilib libassuan-2.1.0/src/libassuan-config.in
|
diff -up libassuan-2.5.2/src/libassuan-config.in.multilib libassuan-2.5.2/src/libassuan-config.in
|
||||||
--- libassuan-2.1.0/src/libassuan-config.in.multilib 2013-05-15 12:41:33.376279564 +0200
|
--- libassuan-2.5.2/src/libassuan-config.in.multilib 2019-01-08 16:31:11.042204893 +0100
|
||||||
+++ libassuan-2.1.0/src/libassuan-config.in 2013-05-15 12:40:11.565515616 +0200
|
+++ libassuan-2.5.2/src/libassuan-config.in 2019-01-08 16:31:20.026048884 +0100
|
||||||
@@ -18,7 +18,7 @@ lib="@LIBASSUAN_CONFIG_LIB@"
|
@@ -19,7 +19,7 @@ lib="@LIBASSUAN_CONFIG_LIBS@"
|
||||||
extralibs="@LIBASSUAN_CONFIG_EXTRA_LIBS@ $gpg_error_libs"
|
extralibs="$gpg_error_libs"
|
||||||
cflags="@LIBASSUAN_CONFIG_CFLAGS@ $gpg_error_cflags"
|
cflags="@LIBASSUAN_CONFIG_CFLAGS@ $gpg_error_cflags"
|
||||||
api_version="@LIBASSUAN_CONFIG_API_VERSION@"
|
api_version="@LIBASSUAN_CONFIG_API_VERSION@"
|
||||||
-my_host="@LIBASSUAN_CONFIG_HOST@"
|
-my_host="@LIBASSUAN_CONFIG_HOST@"
|
||||||
+my_host="none"
|
+my_host="myhost"
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
includes=""
|
includes=""
|
||||||
@@ -121,13 +121,7 @@ if test "$echo_cflags" = "yes"; then
|
@@ -131,13 +131,7 @@ if test "$echo_cflags" = "yes"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$echo_libs" = "yes"; then
|
if test "$echo_libs" = "yes"; then
|
BIN
SOURCES/libassuan-2.5.5.tar.bz2.sig
Normal file
BIN
SOURCES/libassuan-2.5.5.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,18 +1,20 @@
|
|||||||
Name: libassuan
|
Name: libassuan
|
||||||
Summary: GnuPG IPC library
|
Summary: GnuPG IPC library
|
||||||
Version: 2.5.1
|
Version: 2.5.5
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
# The library is LGPLv2+, the documentation GPLv3+
|
# The library is LGPLv2+, the documentation GPLv3+
|
||||||
License: LGPLv2+ and GPLv3+
|
License: LGPLv2+ and GPLv3+
|
||||||
Source0: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2
|
Source0: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2
|
||||||
Source1: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2.sig
|
Source1: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2.sig
|
||||||
URL: http://www.gnupg.org/
|
URL: https://www.gnupg.org/
|
||||||
|
|
||||||
Patch1: libassuan-2.1.0-multilib.patch
|
Patch1: libassuan-2.5.2-multilib.patch
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: gawk
|
BuildRequires: gawk
|
||||||
BuildRequires: libgpg-error-devel >= 1.8
|
BuildRequires: libgpg-error-devel >= 1.8
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is the IPC library used by GnuPG 2, GPGME and a few other
|
This is the IPC library used by GnuPG 2, GPGME and a few other
|
||||||
@ -23,8 +25,7 @@ Summary: GnuPG IPC library
|
|||||||
Provides: libassuan2-devel = %{version}-%{release}
|
Provides: libassuan2-devel = %{version}-%{release}
|
||||||
Provides: libassuan2-devel%{?_isa} = %{version}-%{release}
|
Provides: libassuan2-devel%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires(post): /sbin/install-info
|
Requires: pkgconfig
|
||||||
Requires(preun): /sbin/install-info
|
|
||||||
%description devel
|
%description devel
|
||||||
This is the IPC static library used by GnuPG 2, GPGME and a few other
|
This is the IPC static library used by GnuPG 2, GPGME and a few other
|
||||||
packages.
|
packages.
|
||||||
@ -59,29 +60,62 @@ make check
|
|||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%post devel
|
|
||||||
/sbin/install-info %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || :
|
|
||||||
|
|
||||||
%preun devel
|
|
||||||
if [ $1 -eq 0 ]; then
|
|
||||||
/sbin/install-info --delete %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING COPYING.LIB
|
%license COPYING COPYING.LIB
|
||||||
%doc AUTHORS ChangeLog NEWS README THANKS TODO
|
%doc AUTHORS NEWS README
|
||||||
%{_libdir}/libassuan.so.0*
|
%{_libdir}/libassuan.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_bindir}/libassuan-config
|
%{_bindir}/libassuan-config
|
||||||
%{_includedir}/libassuan2/
|
%{_includedir}/libassuan2/
|
||||||
%{_libdir}/libassuan.so
|
%{_libdir}/libassuan.so
|
||||||
|
%{_libdir}/pkgconfig/libassuan.pc
|
||||||
%{_datadir}/aclocal/libassuan.m4
|
%{_datadir}/aclocal/libassuan.m4
|
||||||
%{_infodir}/assuan.info*
|
%{_infodir}/assuan.info*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.5.5-3
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.5.5-2
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Mon Mar 22 2021 Jakub Jelen <jjelen@redhat.com> - 2.5.5-1
|
||||||
|
- New upstream release (#1941663)
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 01 2020 Jakub Jelen <jjelen@redhat.com> - 2.5.4-1
|
||||||
|
- New upstream release (#1891067)
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Aug 19 2019 Tomáš Mráz <tmraz@redhat.com> 2.5.3-2
|
||||||
|
- add includedir to pkg-config --cflags (#1742986)
|
||||||
|
|
||||||
|
* Sat Aug 3 2019 Peter Robinson <pbrobinson@fedoraproject.org> 2.5.3-1
|
||||||
|
- new upstream release 2.5.3
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 08 2019 Tomáš Mráz <tmraz@redhat.com> 2.5.2-1
|
||||||
|
- new upstream release 2.5.2
|
||||||
|
- drop obsolete install-info scriptlets
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-3
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
|
||||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}
|
|
2
sources
2
sources
@ -1,2 +0,0 @@
|
|||||||
SHA512 (libassuan-2.5.1.tar.bz2) = c8829925221780f175cee8c4084060b0d661229f583a50d400a1903ab7303b2724b99ff9c0fa242881d4c5d779036756e1da54d9143acc0fcd92f302ecb5882d
|
|
||||||
SHA512 (libassuan-2.5.1.tar.bz2.sig) = 08fc136b3fa8a4b6137d6956ada0748a206d7d467ed1c1d4d3e893e8b837b053e0d06b6c1a03fac938c1f192ebdcda00e58d107fd7a28d88313126d2311c37f2
|
|
Loading…
Reference in New Issue
Block a user