Blame SOURCES/0383-dracut.spec-add-a-tag-with-the-current-version.patch

18971c
From 863105bce149bf41b6c41483042d3e32ed713dfe Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Tue, 1 Mar 2016 12:33:28 +0100
18971c
Subject: [PATCH] dracut.spec: add a tag with the current version
18971c
18971c
---
18971c
 dracut.spec | 1 +
18971c
 1 file changed, 1 insertion(+)
18971c
18971c
diff --git a/dracut.spec b/dracut.spec
18971c
index c9379093..5c4b0471 100644
18971c
--- a/dracut.spec
18971c
+++ b/dracut.spec
18971c
@@ -203,6 +203,7 @@ git commit -a -q -m "%{version} baseline."
18971c
 
18971c
 # Apply all the patches.
18971c
 git am -p1 %{patches}
18971c
+git tag %{version}
18971c
 %endif
18971c
 
18971c
 %build