SPECS: createrepo.spec - add missingok handling

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


Author: patrys                       Date: Sat May 26 19:09:42 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add missingok handling

---- Files affected:
SPECS:
   createrepo.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/createrepo.spec
diff -u SPECS/createrepo.spec:1.19 SPECS/createrepo.spec:1.20
--- SPECS/createrepo.spec:1.19	Thu May 24 18:13:59 2007
+++ SPECS/createrepo.spec	Sat May 26 21:09:37 2007
@@ -8,6 +8,7 @@
 Group:		Applications/System
 Source0:	http://linux.duke.edu/projects/metadata/generate/%{name}-%{version}.tar.gz
 # Source0-md5:	49bab91ec050316352b6d8f0f450f060
+Patch0:		%{name}-missingok.patch
 URL:		http://linux.duke.edu/metadata/
 BuildRequires:	python-devel
 BuildRequires:	python-modules
@@ -29,6 +30,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -53,6 +55,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2007/05/26 19:09:37  patrys
+- add missingok handling
+
 Revision 1.19  2007/05/24 16:13:59  wiget
 - R: yum-metadata-parser (not yet in PLD repo - waiting for patrys ;-] )
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/createrepo.spec?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list