rpms/glibc/devel glibc.spec,1.395,1.396

Andreas Schwab schwab at fedoraproject.org
Wed Jul 8 17:15:51 UTC 2009


Author: schwab

Update of /cvs/pkgs/rpms/glibc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29500

Modified Files:
	glibc.spec 
Log Message:
2.10.90-3



Index: glibc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glibc/devel/glibc.spec,v
retrieving revision 1.395
retrieving revision 1.396
diff -u -p -r1.395 -r1.396
--- glibc.spec	2 Jul 2009 10:22:09 -0000	1.395
+++ glibc.spec	8 Jul 2009 17:15:21 -0000	1.396
@@ -24,7 +24,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 2
+Release: 3
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -634,7 +634,7 @@ sed -i -e '\|%{_prefix}/%{_lib}/lib.*\.a
 
 grep '%{_prefix}/bin' < rpm.filelist >> common.filelist
 #grep '%{_prefix}/lib/locale' < rpm.filelist | grep -v /locale-archive.tmpl >> common.filelist
-grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
+#grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
 grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist
 grep '%{_prefix}/share' < rpm.filelist | \
   grep -v '%{_prefix}/share/zoneinfo' >> common.filelist
@@ -979,6 +979,7 @@ rm -f *.filelist*
 %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive
 %dir %attr(755,root,root) /etc/default
 %verify(not md5 size mtime) %config(noreplace) /etc/default/nss
+%attr(4711,root,root) %{_prefix}/libexec/pt_chown
 %doc documentation/*
 
 %files -f devel.filelist devel
@@ -1024,6 +1025,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed Jul  8 2009 Andreas Schwab <schwab at redhat.com> 2.10.90-3
+- Reenable setuid on pt_chown.
+
 * Thu Jul  2 2009 Andreas Schwab <aschwab at redhat.com> 2.10.90-2
 - Update from master.
 




More information about the fedora-extras-commits mailing list