]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - iscsi-initiator-utils/patches/0099-use-Red-Hat-version-string-to-match-RPM-package-vers.patch
grep: Update to 2.17.
[people/ms/ipfire-3.x.git] / iscsi-initiator-utils / patches / 0099-use-Red-Hat-version-string-to-match-RPM-package-vers.patch
1 From 1483a176fdbb22bbfecf06eea57d1aa200f30561 Mon Sep 17 00:00:00 2001
2 From: Chris Leech <cleech@redhat.com>
3 Date: Mon, 21 Jan 2013 15:43:36 -0800
4 Subject: use Red Hat version string to match RPM package version
5
6 ---
7 usr/version.h | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/usr/version.h b/usr/version.h
11 index a090522..aef0c3d 100644
12 --- a/usr/version.h
13 +++ b/usr/version.h
14 @@ -6,7 +6,7 @@
15 * This may not be the same value as the kernel versions because
16 * some other maintainer could merge a patch without going through us
17 */
18 -#define ISCSI_VERSION_STR "2.0-873"
19 +#define ISCSI_VERSION_STR "6.2.0.873-1"
20 #define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version"
21
22 #endif
23 --
24 1.7.11.7
25