[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request ceph#5215 from SUSE/wip-fdupes
Browse files Browse the repository at this point in the history
ceph.spec.in: do not run fdupes, even on SLE/openSUSE

Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
  • Loading branch information
ktdreyer committed Jul 13, 2015
2 parents d5dbf02 + 53072b9 commit 57fdafb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ BuildRequires: %insserv_prereq
BuildRequires: mozilla-nss-devel
BuildRequires: keyutils-devel
BuildRequires: libatomic-ops-devel
BuildRequires: fdupes
%else
BuildRequires: bzip2-devel
BuildRequires: nss-devel
Expand Down Expand Up @@ -594,12 +593,6 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/ceph/bootstrap-mds
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/ceph/bootstrap-rgw
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/radosgw

%if %{defined suse_version}
# Fedora seems to have some problems with this macro, use it only on SUSE
%fdupes -s $RPM_BUILD_ROOT/%{python_sitelib}
%fdupes %buildroot
%endif

%clean
rm -rf $RPM_BUILD_ROOT

Expand Down

0 comments on commit 57fdafb

Please sign in to comment.