]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- added notsc patch to disable TSC usage on x86 (so i386 should work on <i586 now) auto/ac/rpm-4_3-0_20030610_27
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 17 Nov 2003 23:39:18 +0000 (23:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release .27

Changed files:
    rpm.spec -> 1.478

rpm.spec

index 1de93fa2cfa758f7915c47a26c8c541cbc5e6245..8ccc67fd72c43f3451e08af61029df6ae64fe282 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -29,7 +29,7 @@ Summary(uk):  
 Name:          rpm
 %define        ver     4.3
 Version:       %{ver}
-Release:       0.%{snap}.26
+Release:       0.%{snap}.27
 License:       GPL
 Group:         Base
 #Source0:      ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.2.x/%{name}-%{version}.%{snap}.tar.gz
@@ -92,6 +92,7 @@ Patch33:      %{name}-provides-dont-obsolete.patch
 Patch34:       %{name}-examplesaredoc.patch
 Patch35:       %{name}-po.patch
 Patch36:       %{name}-amd64.patch
+Patch37:       %{name}-notsc.patch
 URL:           http://www.rpm.org/
 Icon:          rpm.gif
 BuildRequires: autoconf >= 2.52
@@ -574,6 +575,7 @@ cat %{SOURCE14} >> macros.in
 %patch34 -p1
 %patch35 -p1
 %patch36 -p1
+%patch37 -p1
 
 cd scripts;
 mv -f perl.req perl.req.in
This page took 0.039236 seconds and 4 git commands to generate.