- fix typo in Provides

This commit is contained in:
Karsten Hopp 2009-08-25 18:02:45 +00:00
parent cd01d2d6d5
commit 7a11322544

View File

@ -1,7 +1,7 @@
Summary: The basic directory layout for a Linux system
Name: filesystem
Version: 2.4.30
Release: 1%{?dist}
Release: 2%{?dist}
License: Public Domain
URL: https://fedorahosted.org/filesystem
Group: System Environment/Base
@ -16,8 +16,8 @@ BuildRequires: iso-codes
# Can be removed after f14 or so
Provides: xorg-x11-filesystem = 7.3-6
Obsoletes: xorg-x11-filesystem < 7.3-6
Provides: pm-utils-filesytem = 1.2.5-6
Obsoletes: pm-utils-filesytem < 1.2.5-6
Provides: pm-utils-filesystem = 1.2.5-6
Obsoletes: pm-utils-filesystem < 1.2.5-6
%description
The filesystem package is one of the basic packages that is installed
@ -190,6 +190,9 @@ rm -rf %{buildroot}
/var/yp
%changelog
* Tue Aug 25 2009 Karsten Hopp <karsten@redhat.com> 2.4.30-2
- fix typo in Provides
* Mon Aug 17 2009 Ondrej Vasik <ovasik@redhat.com> 2.4.30-1
- adjust directory rights for usage of capabilities(#517575)