diff --git a/libarchive.spec b/libarchive.spec index 9bbb01a..3a1e2b1 100644 --- a/libarchive.spec +++ b/libarchive.spec @@ -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 - 3.1.2-3 +- bsdtar/bsdcpio should require versioned libarchive + * Wed Apr 3 2013 Tomas Bzatek - 3.1.2-2 - Remove libunistring-devel build require