[yash] Fix broken dependency

Mamoru TASAKA mtasaka at fedoraproject.org
Thu Jun 12 02:22:02 UTC 2014


commit 4c4d750d2345a696b64fe5b0d29e044ec36000e6
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Thu Jun 12 11:21:54 2014 +0900

    Fix broken dependency

 yash.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/yash.spec b/yash.spec
index 54bc030..23d3929 100644
--- a/yash.spec
+++ b/yash.spec
@@ -12,12 +12,12 @@
 %global		yashdocdir		%{_datadir}/doc/%{name}-doc-%{version}
 %endif
 
-%global		mainrel		1
+%global		mainrel		2
 %undefine		minorver
 
 Name:		yash
 Version:	%{mainver}
-Release:	%{?minorver:0.}%{mainrel}%{?minorver:.%{minorver}}%{?dist}.1
+Release:	%{?minorver:0.}%{mainrel}%{?minorver:.%{minorver}}%{?dist}
 Summary:	Yet Another SHell
 
 Group:		System Environment/Shells
@@ -54,7 +54,7 @@ Yash also has its own features beyond POSIX, such as:
 Summary:	Documentation for %{name}
 Group:		Documentation
 Version:	%{docver}
-Release:	%{release}.1
+Release:	%{release}
 License:	CC-BY-SA
 BuildArch:	noarch
 Requires:	%{name} = %{mainver}-%{release}
@@ -141,6 +141,9 @@ exit 0
 %lang(ja)	%{yashdocdir}/ja/
 
 %changelog
+* Thu Jun 12 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.36-2
+- Fix broken dependency
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.36-1.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list