SPECS: yum.spec - understand MISSINGOK rpm flag - together with pa...

patrys patrys at pld-linux.org
Sat May 26 21:18:09 CEST 2007


Author: patrys                       Date: Sat May 26 19:18:08 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- understand MISSINGOK rpm flag
- together with patched createrepo allows us to use Suggests and Enhances

---- Files affected:
SPECS:
   yum.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/yum.spec
diff -u SPECS/yum.spec:1.29 SPECS/yum.spec:1.30
--- SPECS/yum.spec:1.29	Thu May 24 11:03:04 2007
+++ SPECS/yum.spec	Sat May 26 21:18:03 2007
@@ -8,6 +8,7 @@
 Group:		Applications/System
 Source0:	http://linux.duke.edu/projects/yum/download/3.2/%{name}-%{version}.tar.gz
 # Source0-md5:	535213fcdea6c3ea9a0839f9a2853492
+Patch0:		%{name}-missingok.patch
 URL:		http://linux.duke.edu/projects/yum/
 BuildRequires:	gettext-devel
 BuildRequires:	rpm-pythonprov
@@ -35,6 +36,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make}
@@ -89,6 +91,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2007/05/26 19:18:03  patrys
+- understand MISSINGOK rpm flag
+- together with patched createrepo allows us to use Suggests and Enhances
+
 Revision 1.29  2007/05/24 09:03:04  patrys
 - more dirs needed
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/yum.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list