diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-08-04 11:06:40 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-08-04 11:06:40 +0200 |
commit | c8647a518bd942c7ca5ef2a7e6618efc39db6d33 (patch) | |
tree | 907cc23fc471cb069f52befe446df83d75bd5fd4 | |
parent | e0c138de048c1f0bc57285bb82787b044e0a356e (diff) |
2.10.1-4fedora/glibc-2.10.1-4
-rw-r--r-- | fedora/glibc.spec.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 40044e5722..dbc2a4ab3c 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -20,7 +20,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 3 +Release: 4 # 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 @@ -619,7 +619,7 @@ grep -v '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist.full | 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 @@ -967,6 +967,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 @@ -1012,6 +1013,9 @@ rm -f *.filelist* %endif %changelog +* Tue Aug 4 2009 Andreas Schwab <schwab@redhat.com> - 2.10.1-4 +- Reenable setuid on pt_chown. + * Wed Jul 31 2009 Andreas Schwab <schwab@redhat.com> - 2.10.1-3 - Update from release/2.10/master. - handle missing NSS modules (#513698) |