Author: konradm
Update of /cvs/nonfree/rpms/unrar/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8423
Modified Files:
unrar.spec
Log Message:
* Fri Nov 20 2009 Conrad Meyer <konrad(a)tylerc.org> - 3.8.5-3
- Add missing post/preun requires on chkconfig (#956).
Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/F-12/unrar.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- unrar.spec 18 Jul 2009 00:38:24 -0000 1.7
+++ unrar.spec 21 Nov 2009 02:11:18 -0000 1.8
@@ -1,6 +1,6 @@
Name: unrar
Version: 3.8.5
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
Group: Applications/Archiving
@@ -8,6 +8,8 @@
Source0:
http://www.rarlab.com/rar/unrarsrc-%{version}.tar.gz
Patch0:
http://ftp.debian.org/debian/pool/non-free/u/unrar-nonfree/unrar-nonfree_...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires(post): chkconfig
+Requires(preun): chkconfig
%description
@@ -99,6 +101,9 @@
%changelog
+* Fri Nov 20 2009 Conrad Meyer <konrad(a)tylerc.org> - 3.8.5-3
+- Add missing post/preun requires on chkconfig (#956).
+
* Fri Jul 17 2009 Conrad Meyer <konrad(a)tylerc.org> - 3.8.5-2
- Fix breakages introduced by dropping the versioned SONAME patch.