* Wed Aug 04 2010 Radek Novacek <rnovacek@redhat.com> - 0.95.1-6

- Fixed FTBFS with GCC-4.5
epel9
Radek Novacek 15 years ago
parent ab587d97ba
commit 66f2c9db56

@ -1,6 +1,6 @@
Name: polkit-kde Name: polkit-kde
Version: 0.95.1 Version: 0.95.1
Release: 5%{?dist} Release: 6%{?dist}
Summary: PolicyKit integration for KDE Desktop Summary: PolicyKit integration for KDE Desktop
Group: Applications/System Group: Applications/System
@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch50: polkit-kde-1-0.95.1-ImplicitDSOLinking.patch Patch50: polkit-kde-1-0.95.1-ImplicitDSOLinking.patch
# Already in kde svn # Already in kde svn
Patch51: polkit-kde-1_root-password.patch Patch51: polkit-kde-1_root-password.patch
Patch52: polkit-kde-1_gcc45.patch
BuildRequires: kdelibs4-devel BuildRequires: kdelibs4-devel
BuildRequires: polkit-qt-devel >= 0.95 BuildRequires: polkit-qt-devel >= 0.95
@ -35,6 +36,7 @@ Provides Policy Kit Authentication Agent that nicely fits to KDE.
%patch50 -p1 -b .ImplicitDSOLinking %patch50 -p1 -b .ImplicitDSOLinking
%patch51 -p0 %patch51 -p0
%patch52 -p1 -b .gcc45
%build %build
@ -68,6 +70,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Wed Aug 04 2010 Radek Novacek <rnovacek@redhat.com> - 0.95.1-6
- Fixed FTBFS with GCC-4.5
* Wed Aug 04 2010 Radek Novacek <rnovacek@redhat.com> - 0.95.1-5 * Wed Aug 04 2010 Radek Novacek <rnovacek@redhat.com> - 0.95.1-5
- Add patch for showing "password for root" when root user is authenticating - Add patch for showing "password for root" when root user is authenticating
- Related: #618543 - Related: #618543

Loading…
Cancel
Save