diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | rootfiles.spec | 9 |
2 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,7 @@ 2000-03-23 Chmouel Boudjnah <chmouel@mandrakesoft.com> + * rootfiles.spec: adjust groups. + * rootfiles.spec: Add ChangeLog in %doc. * bashrc: cleanup. 2000-03-22 Chmouel Boudjnah <chmouel@mandrakesoft.com> diff --git a/rootfiles.spec b/rootfiles.spec index 003c489..3d75bb1 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -1,4 +1,4 @@ -%define version 7.0 +%define version 7.1 %define release 2mdk %define name rootfiles @@ -7,7 +7,7 @@ Name: %{name} Version: %{version} Release: %{release} Copyright: public domain -Group: System Environment/Base +Group: System/Base Source: %{name}-%{version}.tar.bz2 BuildRoot: /var/tmp/%{name}-root BuildArchitectures: noarch @@ -42,12 +42,15 @@ fi %files %defattr(-,root,root) +%doc ChangeLog %config /root/.[A-z]* %config /root/Desktop/ %attr(0700,root,root) /root/tmp/ %changelog -* Thu Mar 23 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 7.0-2mdk +* Thu Mar 23 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 7.1-2mdk +- initscripts.spec: adjust groups. +- initscripts.spec: Add ChangeLog in %doc - bashrc: cleanup. * Wed Mar 22 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 7.1-1mdk |