spec: bsdtar/bsdcpio should require versioned libarchive

Version: 3.1.2-3
This commit is contained in:
Pavel Raiskup 2013-06-24 14:38:40 +02:00
parent f98ca6a9ab
commit 8b39f7ed92

View File

@ -1,6 +1,6 @@
Name: libarchive
Version: 3.1.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A library for handling streaming archive formats
Group: System Environment/Libraries
@ -48,6 +48,7 @@ developing applications that use %{name}.
%package -n bsdtar
Summary: Manipulate tape archives
Group: Applications/File
Requires: %{name} = %{version}-%{release}
%description -n bsdtar
The bsdtar package contains standalone bsdtar utility split off regular
@ -57,6 +58,7 @@ libarchive packages.
%package -n bsdcpio
Summary: Copy files to and from archives
Group: Applications/File
Requires: %{name} = %{version}-%{release}
%description -n bsdcpio
The bsdcpio package contains standalone bsdcpio utility split off regular
@ -124,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jun 24 2013 Pavel Raiskup <praiskup@redhat.com> - 3.1.2-3
- bsdtar/bsdcpio should require versioned libarchive
* Wed Apr 3 2013 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-2
- Remove libunistring-devel build require