SHA256
1
0
forked from pool/systemd

Accepting request 179231 from home:jengelh:attr

- Explicitly list libattr-devel as BuildRequires

OBS-URL: https://build.opensuse.org/request/show/179231
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=395
This commit is contained in:
Dr. Werner Fink 2013-06-17 12:29:15 +00:00 committed by Git OBS Bridge
parent 6926882e37
commit 8da2ae06e2
4 changed files with 16 additions and 8 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. Remove redundant %clean section.
-------------------------------------------------------------------
Thu Jun 13 16:00:25 CEST 2013 - sbrabec@suse.cz

View File

@ -49,6 +49,7 @@ BuildRequires: gtk-doc
%endif
BuildRequires: intltool
BuildRequires: libacl-devel
BuildRequires: libattr-devel
BuildRequires: libcap-devel
BuildRequires: libsepol-devel
BuildRequires: libtool
@ -451,7 +452,7 @@ export V=1
make %{?_smp_mflags}
%install
%makeinstall
make install DESTDIR="%buildroot"
# move to %{_lib}
%if ! 0%{?bootstrap}
@ -749,9 +750,6 @@ fi
%endif
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
/bin/systemd

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. Remove redundant %clean section.
-------------------------------------------------------------------
Thu Jun 13 16:00:25 CEST 2013 - sbrabec@suse.cz

View File

@ -44,6 +44,7 @@ BuildRequires: gtk-doc
%endif
BuildRequires: intltool
BuildRequires: libacl-devel
BuildRequires: libattr-devel
BuildRequires: libcap-devel
BuildRequires: libsepol-devel
BuildRequires: libtool
@ -446,7 +447,7 @@ export V=1
make %{?_smp_mflags}
%install
%makeinstall
make install DESTDIR="%buildroot"
# move to %{_lib}
%if ! 0%{?bootstrap}
@ -744,9 +745,6 @@ fi
%endif
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
/bin/systemd