Accepting request 179293 from Base:System

- Explicitly list libattr-devel as BuildRequires (forwarded request 179221 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/179293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=91
This commit is contained in:
Stephan Kulow 2013-06-18 08:30:43 +00:00 committed by Git OBS Bridge
parent 16b73383d5
commit 0d13d34cf8
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 16 23:59:28 UTC 2013 - jengelh@inai.de
- Explicitly list libattr-devel as BuildRequires
- More robust make install call
-------------------------------------------------------------------
Fri Jun 7 14:36:26 UTC 2013 - schwab@suse.de

View File

@ -37,6 +37,7 @@ BuildRequires: automake
BuildRequires: gmp-devel
BuildRequires: help2man
BuildRequires: libacl-devel
BuildRequires: libattr-devel
BuildRequires: libcap-devel
BuildRequires: libselinux-devel
BuildRequires: makeinfo
@ -71,6 +72,8 @@ PreReq: %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#Git-Web: http://git.savannah.gnu.org/gitweb/?p=coreutils.git
#Git-Clone: git://git.sv.gnu.org/coreutils
%if "%{name}" == "coreutils"
# For upgrading you now just need to increase the version, remove the old
# tarballs, then run osc service localrun download_files, osc addremove,
@ -180,7 +183,7 @@ make all %{?_smp_mflags} V=1
# ================================================
%install
%if "%{name}" == "coreutils"
%makeinstall pkglibexecdir=%{_libdir}/%{name}
make install DESTDIR="%buildroot" pkglibexecdir=%{_libdir}/%{name}
# remove kill
rm -v %{buildroot}%{_bindir}/kill

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 16 23:59:28 UTC 2013 - jengelh@inai.de
- Explicitly list libattr-devel as BuildRequires
- More robust make install call
-------------------------------------------------------------------
Fri Jun 7 14:36:26 UTC 2013 - schwab@suse.de

View File

@ -37,6 +37,7 @@ BuildRequires: automake
BuildRequires: gmp-devel
BuildRequires: help2man
BuildRequires: libacl-devel
BuildRequires: libattr-devel
BuildRequires: libcap-devel
BuildRequires: libselinux-devel
BuildRequires: makeinfo
@ -71,6 +72,8 @@ PreReq: %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#Git-Web: http://git.savannah.gnu.org/gitweb/?p=coreutils.git
#Git-Clone: git://git.sv.gnu.org/coreutils
%if "%{name}" == "coreutils"
# For upgrading you now just need to increase the version, remove the old
# tarballs, then run osc service localrun download_files, osc addremove,
@ -180,7 +183,7 @@ make all %{?_smp_mflags} V=1
# ================================================
%install
%if "%{name}" == "coreutils"
%makeinstall pkglibexecdir=%{_libdir}/%{name}
make install DESTDIR="%buildroot" pkglibexecdir=%{_libdir}/%{name}
# remove kill
rm -v %{buildroot}%{_bindir}/kill