mschwendt pushed to busybox (master). "Provides: bundled(md5-drepper2) (rhbz #1024549)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 14 15:22:20 UTC 2015


>From c3c37a07b6b934a69b2387716d07a5c2b18af553 Mon Sep 17 00:00:00 2001
From: Michael Schwendt <mschwendt at fedoraproject.org>
Date: Tue, 14 Apr 2015 17:22:11 +0200
Subject: Provides: bundled(md5-drepper2)  (rhbz #1024549)


diff --git a/busybox.spec b/busybox.spec
index d9e6f22..faeb590 100644
--- a/busybox.spec
+++ b/busybox.spec
@@ -1,7 +1,7 @@
 Summary: Statically linked binary providing simplified versions of system commands
 Name: busybox
 Version: 1.22.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv2
 Group: System Environment/Shells
@@ -24,6 +24,10 @@ BuildRequires: glibc-static
 BuildRequires: uClibc-static
 %endif
 
+# libbb/hash_md5_sha.c
+# https://bugzilla.redhat.com/1024549
+Provides: bundled(md5-drepper2)
+
 %package petitboot
 Group: System Environment/Shells
 Summary: Version of busybox configured for use with petitboot
@@ -43,6 +47,9 @@ better suited to normal use.
 
 %prep
 %setup -q
+# avoid compiling this bundled MD5 implementation that's unused according
+# to the file preamble
+rm libbb/hash_md5prime.c
 %patch1 -b .uname -p1
 #%patch2 -b .ext2_fs_h -p1
 
@@ -122,6 +129,9 @@ install -m 644 docs/busybox.petitboot.1 $RPM_BUILD_ROOT/%{_mandir}/man1/busybox.
 %{_mandir}/man1/busybox.petitboot.1.gz
 
 %changelog
+* Tue Apr 14 2015 Michael Schwendt <mschwendt at fedoraproject.org> - 1:1.22.1-3
+- Provides: bundled(md5-drepper2)  (rhbz #1024549)
+
 * Thu Mar 05 2015 Dan HorĂ¡k <dan[at]danny.cz> - 1:1.22.1-2
 - drop unneeded patch (#1182677)
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/busybox.git/commit/?h=master&id=c3c37a07b6b934a69b2387716d07a5c2b18af553


More information about the scm-commits mailing list