[uglify-js1/f19] fix Requires on js-uglify-1 subpackage

T.C. Hollingsworth patches at fedoraproject.org
Mon Jan 20 22:39:24 UTC 2014


commit 20e7769780cf16c85e4efb3087d532cc52297ab9
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Jan 20 15:39:11 2014 -0700

    fix Requires on js-uglify-1 subpackage

 uglify-js1.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/uglify-js1.spec b/uglify-js1.spec
index 7f7f94a..3b1dbee 100644
--- a/uglify-js1.spec
+++ b/uglify-js1.spec
@@ -5,7 +5,7 @@
 
 Name:           uglify-js1
 Version:        1.3.4
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        JavaScript parser, mangler/compressor and beautifier toolkit
 BuildArch:      noarch
 
@@ -25,7 +25,7 @@ BuildRequires:  web-assets-devel
 BuildRequires:  npm(nodeunit)
 %endif
 
-Requires: js-%{name}-1 == %{version}-%{release}
+Requires: js-uglify-1 == %{version}-%{release}
 
 %description
 JavaScript parser, mangler/compressor and beautifier toolkit.  This is the
@@ -115,6 +115,9 @@ end
 %doc README.html README.org docstyle.css
 
 %changelog
+* Mon Jan 20 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.3.4-6
+- fix Requires on js-uglify-1 subpackage
+
 * Mon Jan 20 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.3.4-5
 - port to new JS guidelines
 


More information about the scm-commits mailing list