From 782254b39cadb7bbd4156f62a592cb99e3d5ef29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Tue, 15 May 2012 16:20:19 +0200 Subject: [PATCH] add virtual provides for bundled(gnulib) copylib (#821749) --- cpio.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cpio.spec b/cpio.spec index 5f0398b..7a2499b 100644 --- a/cpio.spec +++ b/cpio.spec @@ -3,7 +3,7 @@ Summary: A GNU archiving program Name: cpio Version: 2.11 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ Group: Applications/Archiving URL: http://www.gnu.org/software/cpio/ @@ -27,6 +27,7 @@ Patch6: cpio-2.9.90-defaultremoteshell.patch Patch7: cpio-2.10-patternnamesigsegv.patch Requires(post): /sbin/install-info Requires(preun): /sbin/install-info +Provides: bundled(gnulib) BuildRequires: texinfo, autoconf, gettext, rmt Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -102,6 +103,9 @@ fi %{_infodir}/*.info* %changelog +* Tue May 15 2012 Ondrej Vasik 2.11-6 +- add virtual provides for bundled(gnulib) copylib (#821749) + * Fri Oct 14 2011 Ondrej Vasik 2.11-5 - update manpage to reflect new option, polish the style (#746209)