From 97436419cac7d9e19df97ab6a27c49ba427cd632 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mar 15 2013 12:33:51 +0000 Subject: Resolves: (well, push it along a bit) rhbz#921311 selinux foo --- diff --git a/libgsf.spec b/libgsf.spec index f33b930..4deb755 100644 --- a/libgsf.spec +++ b/libgsf.spec @@ -8,7 +8,7 @@ distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Summary: GNOME Structured File library Name: libgsf Version: 1.14.24 -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Libraries License: LGPLv2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.xz @@ -20,6 +20,7 @@ BuildRequires: libbonobo-devel, pygtk2-devel, intltool, gnome-vfs2-devel Obsoletes: libgsf-gnome < 1.14.22 Patch0: gnome689706.gsf_input_dup.patch +Patch1: libgsf-gnome-695907-selinux-use-tmpdir-for-tmpfile.patch %description A library for reading and writing structured files (e.g. MS OLE and Zip) @@ -45,6 +46,7 @@ Python bindings for libgsf %prep %setup -q %patch0 -p1 -b .gnome689706 +%patch1 -p1 -b .gnome695907 %build %configure --disable-gtk-doc --disable-static --with-python @@ -97,6 +99,9 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Fri Mar 15 2013 Caolán McNamara 1.14.24-3 +- Resolves: (well, push it along a bit) rhbz#921311 selinux foo + * Fri Feb 22 2013 Caolán McNamara 1.14.24-2 - Resolves: gnome#689706 fix gsf_input_dup