rpms/links/devel links.spec,1.5,1.6

Ondrej Vasik ovasik at fedoraproject.org
Fri Nov 27 11:39:41 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/links/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16176

Modified Files:
	links.spec 
Log Message:
add Requires(post) and Requires(postun) for coreutils (readlink) - #540434


Index: links.spec
===================================================================
RCS file: /cvs/extras/rpms/links/devel/links.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- links.spec	17 Oct 2009 12:14:03 -0000	1.5
+++ links.spec	27 Nov 2009 11:39:40 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           links
 Version:        2.2
-Release:        11%{?dist}
+Release:        12%{?dist}
 Epoch:          1
 Summary:        Web browser running in both graphics and text mode
 
@@ -30,6 +30,8 @@ BuildRequires:  nss_compat_ossl-devel
 Requires(preun): %{_sbindir}/alternatives
 Requires(post): %{_sbindir}/alternatives
 Requires(postun): %{_sbindir}/alternatives
+Requires(post): coreutils
+Requires(postun): coreutils
 
 Provides:       webclient
 Provides:       text-www-browser
@@ -110,6 +112,9 @@ exit 0
 
 
 %changelog
+* Fri Nov 27 2009 Ondrej Vasik <ovasik at redhat.com> - 1:2.2-12
+- add Requires(post) and Requires(postun) for coreutils (readlink)
+  (#540434)
 * Sat Oct 17 2009 Lubomir Rintel <lkundrak at v3.sk> - 2.2-11
 - Do not display textareas hidden by CSS
 




More information about the fedora-extras-commits mailing list