diff --git a/libarchive.spec b/libarchive.spec index 011b5c8..69f9c34 100644 --- a/libarchive.spec +++ b/libarchive.spec @@ -1,6 +1,6 @@ Name: libarchive Version: 2.5.903a -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for handling streaming archive formats Group: System Environment/Libraries @@ -12,6 +12,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel BuildRequires: bzip2-devel BuildRequires: sharutils +BuildRequires: lzma-devel +BuildRequires: e2fsprogs-devel +BuildRequires: libacl-devel +BuildRequires: libattr-devel %description Libarchive is a programming library that can create and read several different @@ -72,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 9 2008 Tomas Bzatek 2.5.903a-2 +- Add LZMA support + * Mon Dec 8 2008 Tomas Bzatek 2.5.903a-1 - Update to 2.5.903a