fixed excessive docs permissions(#326581)

This commit is contained in:
Ondrej Vasik 2007-10-22 08:32:26 +00:00
parent 551c9f2f86
commit a556538808

View File

@ -1,6 +1,6 @@
Name: docbook-dtds
Version: 1.0
Release: 32%{?dist}
Release: 33%{?dist}
Group: Applications/Text
Summary: SGML and XML document type definitions for DocBook.
@ -335,10 +335,11 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr (-,root,root)
%defattr (0644,root,root,0755)
%doc --parents 3.1-sgml/ChangeLog
%doc --parents 4.1-sgml/ChangeLog
%doc --parents */*.txt
%defattr(-,root,root)
/etc/sgml/sgml-docbook.cat
/etc/sgml/xml-docbook.cat
/usr/share/sgml/docbook/sgml-dtd-3.0-%{version}-%{release}
@ -1467,11 +1468,14 @@ then
fi
%changelog
* Mon Oct 1 2007 Ondrej Vasik <ovasik@redhat.com> - 1.0.32
- DocBook 4.4 SGML and XML.(#312941)
* Fri Oct 19 2007 Ondrej Vasik <ovasik@redhat.com> - 1.0-33
- fixed wrong attributes for docs(#326581)
* Mon Oct 1 2007 Ondrej Vasik <ovasik@redhat.com> - 1.0-32
- DocBook 4.5 SGML and XML.(#312941)
- added dist tag
* Wed Jun 20 2007 Ondrej Vasik <ovasik@redhat.com> - 1.0.31
* Wed Jun 20 2007 Ondrej Vasik <ovasik@redhat.com> - 1.0-31
- .cat files touched and ghosted to be owned by package
- (bug #193475)