[botan] Fix sources.

Thomas Moschny thm at fedoraproject.org
Wed Aug 4 17:01:05 UTC 2010


commit 057bdc15b1dab901a06ce666daf9b241e827cb75
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Wed Aug 4 19:00:21 2010 +0200

    Fix sources.

 .gitignore |    1 +
 botan.spec |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 78fb1c1..8d957ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Botan-1.8.9.tbz
+Botan-1.8.9.stripped.tbz
diff --git a/botan.spec b/botan.spec
index 457677b..4666638 100644
--- a/botan.spec
+++ b/botan.spec
@@ -6,7 +6,9 @@ Summary:        Crypto library written in C++
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://botan.randombit.net/
-Source0:        http://files.randombit.net/botan/Botan-%{version}.stripped.tbz
+# tarfile is stripped using repack.sh. original tarfile to be found
+# here: http://files.randombit.net/botan/Botan-%{version}.tbz
+Source0:        Botan-%{version}.stripped.tbz
 Source1:        README.fedora
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -113,7 +115,8 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
 
 %changelog
 * Wed Aug  4 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.8.9-2
-- Remove IDEA, RC6, and ECC-related modules from the tarfile.
+- Remove IDEA, RC6, and ECC-related modules from the tarfile,
+  see bz 615372.
 
 * Wed Jun 16 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.8.9-1
 - Update to 1.8.9.
diff --git a/sources b/sources
index c781008..3fc5e59 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c1c55ae4f5bae9f6ad516e1ada2100f  Botan-1.8.9.tbz
+dcf136c4e84c406809f1ffe2beba01c4  Botan-1.8.9.stripped.tbz


More information about the scm-commits mailing list