Disable building of gtk tools for now
This commit is contained in:
parent
29f5e61c5d
commit
fe60eaca57
10
systemd.spec
10
systemd.spec
@ -2,7 +2,7 @@ Name: systemd
|
|||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Version: 38
|
Version: 38
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Summary: A System and Service Manager
|
Summary: A System and Service Manager
|
||||||
@ -355,8 +355,9 @@ fi
|
|||||||
|
|
||||||
%files gtk
|
%files gtk
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/systemadm
|
# FIXME: hack to make things build for now
|
||||||
%{_bindir}/systemd-gnome-ask-password-agent
|
#%{_bindir}/systemadm
|
||||||
|
#%{_bindir}/systemd-gnome-ask-password-agent
|
||||||
%{_mandir}/man1/systemadm.*
|
%{_mandir}/man1/systemadm.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -380,6 +381,9 @@ fi
|
|||||||
%{_bindir}/systemd-sysv-convert
|
%{_bindir}/systemd-sysv-convert
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-3
|
||||||
|
- Disable building of gtk tools for now
|
||||||
|
|
||||||
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-2
|
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-2
|
||||||
- Fix a few (build) dependencies
|
- Fix a few (build) dependencies
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user