[yash] bump release and fix broken deps

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Feb 22 03:34:22 UTC 2013


commit cd6b6d390784f0dc4222e348c0083841713bbe3d
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Fri Feb 22 12:34:16 2013 +0900

    bump release and fix broken deps

 yash.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/yash.spec b/yash.spec
index 385ce92..76cdd8b 100644
--- a/yash.spec
+++ b/yash.spec
@@ -8,12 +8,12 @@
 
 %global		yashdocdir		%{_datadir}/doc/%{name}-doc-%{version}
 
-%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
@@ -50,10 +50,10 @@ 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} = %{version}-%{release}
+Requires:	%{name} = %{mainver}-%{release}
 #Requires:	%{name} >= %{version}
 
 %description	doc
@@ -137,6 +137,9 @@ exit 0
 %lang(ja)	%{yashdocdir}/ja/
 
 %changelog
+* Fri Feb 22 2013 Mamoru TASAKA <mtasaka at fedoraproject.org>
+- bump release and fix broken deps
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.33.1-1.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list