kadischi kadischi.spec,1.29,1.30

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Wed Jul 12 12:17:29 UTC 2006


Author: chitlesh

Update of /cvs/devel/kadischi
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1523

Modified Files:
	kadischi.spec 
Log Message:
added usermode as Requires


Index: kadischi.spec
===================================================================
RCS file: /cvs/devel/kadischi/kadischi.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- kadischi.spec	10 Jul 2006 15:47:11 -0000	1.29
+++ kadischi.spec	12 Jul 2006 12:17:27 -0000	1.30
@@ -1,8 +1,8 @@
-%define		alphatag	%(date +%%Y%%m%%d)cvs
+%define         alphatag    %(date +%%Y%%m%%d)cvs
 
 Name:           kadischi
 Version:        2.5
-Release:        3.%{alphatag}
+Release:        5.%{alphatag}
 Summary:        LiveCD generation utility 
 
 Group:          Applications/System
@@ -12,7 +12,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kudzu-devel glib2-devel intltool autoconf automake desktop-file-utils
-Requires:       python anaconda busybox-anaconda syslinux mkisofs squashfs-tools e2fsprogs perl
+Requires:       python anaconda busybox-anaconda syslinux mkisofs squashfs-tools e2fsprogs
+Requires:       usermode
 AutoReqProv:    off
 
 %description
@@ -41,8 +42,8 @@
     --add-category X-Fedora \
     --add-category System \
     --delete-original \
-    --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
-    ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
+    --dir %{buildroot}%{_datadir}/applications/ \
+    %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %clean
 rm -rf %{buildroot}
@@ -90,6 +91,16 @@
 %ghost %{_datadir}/%{name}/post_install_scripts/*.pyo
 
 %changelog
+* Wed Jul 12 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> 2.5-5.20060712cvs
+- fixed minor issues from rpmlint
+- added usermode as requires
+
+
+* Wed Jul 12 2006 Jasper Hartline <jasperhartline at adelphia.net> 2.5-4.20060712cvs
+- Removed PERL requires, mixed variable with macro definitions
+  %%description section change for RPM lint for the specfile
+
+
 * Mon Jul 10 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> 2.5-3.20060710cvs
 - Removed desktop-file-install from %%post to %%install
 - added files kadischi.pam and kadischi.apps and minor Makefile.am fixes




More information about the fedora-extras-commits mailing list