RHEL-36080 remove gnulib dependency and use bundled one
Resolves: RHEL-36080
This commit is contained in:
parent
d4e022a62d
commit
3f0647d084
@ -1,6 +1,6 @@
|
|||||||
Name: libpaper
|
Name: libpaper
|
||||||
Version: 2.1.1
|
Version: 2.1.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
# Needed to replace separate paper package
|
# Needed to replace separate paper package
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Library and tools for handling papersize
|
Summary: Library and tools for handling papersize
|
||||||
@ -21,7 +21,9 @@ BuildRequires: git-core
|
|||||||
# uses make
|
# uses make
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: libtool, gettext, gawk, autoconf, automake
|
BuildRequires: libtool, gettext, gawk, autoconf, automake
|
||||||
BuildRequires: help2man, tar, gnupg2, perl-interpreter, gnulib-devel
|
BuildRequires: help2man, tar, gnupg2, perl-interpreter
|
||||||
|
|
||||||
|
Provides: bundled(gnulib)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The libpaper package enables users to indicate their preferred paper
|
The libpaper package enables users to indicate their preferred paper
|
||||||
@ -113,6 +115,9 @@ install -m0755 src/localepaper %{buildroot}%{_libexecdir}
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 13 2024 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.1.1-5
|
||||||
|
- remove gnulib dependency and use bundled one
|
||||||
|
|
||||||
* Tue Apr 23 2024 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.1.1-4
|
* Tue Apr 23 2024 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.1.1-4
|
||||||
- RHEL-33500 - apply hardening ldflags for localepaper
|
- RHEL-33500 - apply hardening ldflags for localepaper
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user