OBS User unknown
2008-08-25 23:54:22 +00:00
committed by Git OBS Bridge
parent 01916b20cd
commit c1306ec96a
3 changed files with 529 additions and 1 deletions

View File

@@ -26,13 +26,15 @@ Obsoletes: find
AutoReqProv: on
PreReq: %{install_info_prereq}
Version: 4.4.0
Release: 27
Release: 35
Summary: GNU find--Finding Files
Source: findutils-%{version}.tar.bz2
Source1: sysconfig.locate
Source2: cron.daily.updatedb
Patch: findutils-%{version}.diff
Patch1: findutils-%{version}-selinux.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libselinux-devel
%description
This package contains GNU find and xargs. The programs comply with
@@ -83,6 +85,7 @@ Authors:
%prep
%setup -q
%patch
%patch1 -p1
%build
./configure CFLAGS="$RPM_OPT_FLAGS" \
@@ -138,6 +141,8 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/fillup-templates/*
%changelog
* Mon Aug 25 2008 prusnak@suse.cz
- enabled SELinux support [Fate#303662]
* Mon Aug 11 2008 schwab@suse.de
- Fix undefined behaviour.
* Mon Aug 04 2008 schwab@suse.de