Resolves: #2044876 - fix annocheck failure

This commit is contained in:
Josef Řídký 2022-02-16 14:47:24 +01:00
parent d92a974a66
commit 92373985f4
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: POSIX regexp functions
Name: librx
Version: 1.5
Release: 39%{?dist}
Release: 40%{?dist}
License: GPLv2+
URL: http://www.gnu.org/software/rx/rx.html
# Originally downloaded from ftp://ftp.gnu.org/gnu/rx/rx-1.5.tar.bz2
@ -43,7 +43,7 @@ This package contains files needed for development with librx.
%build
%configure
make %{?_smp_mflags}
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -Wl,-z,now"
make doc/rx.info
%install
@ -69,6 +69,9 @@ chmod -x ${RPM_BUILD_ROOT}%{_includedir}/rxposix.h
%{_libdir}/*.so
%changelog
* Wed Feb 16 2022 Josef Ridky <jridky@redhat.com> - 1.5-40
- Fix annocheck failure (#2044876)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5-39
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688