[mate-file-archiver/f20] add p7zip runtime require for cabinet and wim file support

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Feb 1 20:11:55 UTC 2014


commit 0b6a141509498e166860984a1402a01528f9698b
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Feb 1 21:12:19 2014 +0100

    add p7zip runtime require for cabinet and wim file support

 mate-file-archiver.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/mate-file-archiver.spec b/mate-file-archiver.spec
index b670a5c..a0bad2a 100644
--- a/mate-file-archiver.spec
+++ b/mate-file-archiver.spec
@@ -33,6 +33,10 @@ BuildRequires:  libSM-devel
 BuildRequires:  rarian-compat
 BuildRequires:  rarian-devel
 
+# needed for cabinet, wim files support
+Requires: p7zip
+Requires: p7zip-plugins
+
 Provides: engrampa
 
 # bugzilla.redhat.com/908137
@@ -122,6 +126,7 @@ fi
 %changelog
 * Sat Feb 01 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-2
 - fix directories
+- add p7zip runtime require for cabinet and wim file support
 
 * Sat Feb 01 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-1
 - update to 1.6.1 release


More information about the scm-commits mailing list