Resolves:rh#654689,rh#736822
Added dependencies for perl-Locale-Codes and perl-Class-ISA
This commit is contained in:
parent
7d112f9e4a
commit
ad03696cdb
@ -49,7 +49,7 @@
|
|||||||
Summary: LSB base libraries support for Red Hat Enterprise Linux
|
Summary: LSB base libraries support for Red Hat Enterprise Linux
|
||||||
Name: redhat-lsb
|
Name: redhat-lsb
|
||||||
Version: 4.0
|
Version: 4.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb
|
URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb
|
||||||
Source0: %{name}-%{version}-%{srcrelease}.tar.bz2
|
Source0: %{name}-%{version}-%{srcrelease}.tar.bz2
|
||||||
#Source1: http://prdownloads.sourceforge.net/lsb/lsb-release-%{upstreamlsbrelver}.tar.gz
|
#Source1: http://prdownloads.sourceforge.net/lsb/lsb-release-%{upstreamlsbrelver}.tar.gz
|
||||||
@ -337,6 +337,10 @@ Requires: /usr/sbin/useradd
|
|||||||
Requires: /usr/sbin/userdel
|
Requires: /usr/sbin/userdel
|
||||||
Requires: /usr/sbin/usermod
|
Requires: /usr/sbin/usermod
|
||||||
|
|
||||||
|
# Add split off packages from core perl package
|
||||||
|
Requires: perl(Locale::Codes)
|
||||||
|
Requires: perl(Class::ISA)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Linux Standard Base (LSB) is an attempt to develop a set of
|
The Linux Standard Base (LSB) is an attempt to develop a set of
|
||||||
standards that will increase compatibility among Linux distributions.
|
standards that will increase compatibility among Linux distributions.
|
||||||
@ -701,7 +705,6 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_sysconfdir}/redhat-lsb
|
%{_sysconfdir}/redhat-lsb
|
||||||
%dir %{_sysconfdir}/lsb-release.d
|
%dir %{_sysconfdir}/lsb-release.d
|
||||||
# These files are needed because they shows which LSB we're supporting now,
|
# These files are needed because they shows which LSB we're supporting now,
|
||||||
@ -717,15 +720,17 @@ fi
|
|||||||
%{_sbindir}/redhat_lsb_trigger.%{_target_cpu}
|
%{_sbindir}/redhat_lsb_trigger.%{_target_cpu}
|
||||||
|
|
||||||
%files graphics
|
%files graphics
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_sysconfdir}/lsb-release.d/graphics*
|
%{_sysconfdir}/lsb-release.d/graphics*
|
||||||
|
|
||||||
%files printing
|
%files printing
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_sysconfdir}/lsb-release.d/printing*
|
%{_sysconfdir}/lsb-release.d/printing*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 12 2011 Parag <pnemade AT redhat DOT com> - 4.0-7
|
||||||
|
- Resolves:rh#654689,rh#736822
|
||||||
|
- Added dependencies for perl-Locale-Codes and perl-Class-ISA
|
||||||
|
|
||||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-6
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user