- Add umask 022 to post (#185419)
This commit is contained in:
parent
9df92b23d8
commit
e8bd2917d1
@ -8,7 +8,7 @@
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
Name: pango
|
||||
Version: 1.13.4
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.13/pango-%{version}.tar.bz2
|
||||
@ -142,6 +142,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
|
||||
umask 0022
|
||||
# Deriving /etc/pango/$host location
|
||||
#
|
||||
# autoconf changes linux to linux-gnu
|
||||
@ -189,6 +190,9 @@ esac
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 27 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.13.4-2
|
||||
- Add umask 022 to post (#185419)
|
||||
|
||||
* Tue Jul 25 2006 Matthias Clasen <mclasen@redhat.com> - 1.13.4-1
|
||||
- Update to 1.13.4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user