summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-13 15:56:08 +0000
committerGerald Carter <jerry@samba.org>2006-06-13 15:56:08 +0000
commit53581285a768ab197082188fcf391612cf56496c (patch)
treef2ffc5c3956ef56d53c61c20773cff1a274ad6b5 /packaging
parent9a20b3d8b5fc756598bb10dd0741f19a4674ebff (diff)
downloadsamba-53581285a768ab197082188fcf391612cf56496c.tar.gz
samba-53581285a768ab197082188fcf391612cf56496c.tar.xz
samba-53581285a768ab197082188fcf391612cf56496c.zip
r16194: * Starting release notes for 3.0.23rc3 (later on).
* Pulling changes from SAMBA_3_0 r16193
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/RHEL/setup/filter-requires-samba.sh2
-rwxr-xr-xpackaging/RedHat-9/filter-requires-samba_rh8.sh3
-rwxr-xr-xpackaging/RedHat-9/filter-requires-samba_rh9.sh2
3 files changed, 4 insertions, 3 deletions
diff --git a/packaging/RHEL/setup/filter-requires-samba.sh b/packaging/RHEL/setup/filter-requires-samba.sh
index 5545cf6c858..f90085ce359 100755
--- a/packaging/RHEL/setup/filter-requires-samba.sh
+++ b/packaging/RHEL/setup/filter-requires-samba.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-/usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI)'
+/usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI|Unicode::MapUTF8)'
diff --git a/packaging/RedHat-9/filter-requires-samba_rh8.sh b/packaging/RedHat-9/filter-requires-samba_rh8.sh
index 8428a6ad013..1fe7aca70ae 100755
--- a/packaging/RedHat-9/filter-requires-samba_rh8.sh
+++ b/packaging/RedHat-9/filter-requires-samba_rh8.sh
@@ -1,2 +1,3 @@
#!/bin/sh
-/usr/lib/rpm/find-requires $* | egrep -v '(Net::LDAP|CGI)'
+
+/usr/lib/rpm/find-requires $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI|Unicode::MapUTF8)'
diff --git a/packaging/RedHat-9/filter-requires-samba_rh9.sh b/packaging/RedHat-9/filter-requires-samba_rh9.sh
index 5545cf6c858..f90085ce359 100755
--- a/packaging/RedHat-9/filter-requires-samba_rh9.sh
+++ b/packaging/RedHat-9/filter-requires-samba_rh9.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-/usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI)'
+/usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI|Unicode::MapUTF8)'