Compare commits
1 Commits
rawhide
...
private-ut
Author | SHA1 | Date | |
---|---|---|---|
|
ea6a7f5075 |
@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-root
|
||||
Summary: A collection of basic system utilities.
|
||||
Name: util-linux
|
||||
Version: 2.13
|
||||
Release: 0.24
|
||||
Release: 0.24.fsc
|
||||
License: distributable
|
||||
Group: System Environment/Base
|
||||
|
||||
@ -189,6 +189,7 @@ Patch231: util-linux-2.13-nfsmount-retry.patch
|
||||
# Adds syslog logging to background mounts
|
||||
Patch232: util-linux-2.13-nfsmount-syslog.patch
|
||||
|
||||
Patch400: util-linux-2.13-nfsmount-fsc.patch
|
||||
|
||||
# When adding patches, please make sure that it is easy to find out what bug # the
|
||||
# patch fixes.
|
||||
@ -274,6 +275,8 @@ cp %{SOURCE8} %{SOURCE9} .
|
||||
%patch231 -p1
|
||||
%patch232 -p1
|
||||
|
||||
%patch400 -p1
|
||||
|
||||
%build
|
||||
unset LINGUAS || :
|
||||
|
||||
@ -658,6 +661,9 @@ fi
|
||||
/sbin/losetup
|
||||
|
||||
%changelog
|
||||
* Thu Jun 8 2006 Steve Dickson <steved@redhat.com> 2.13-0.24.fsc
|
||||
- Added the Filsystem Caching (-o fsc) option to the nfs/nfs4 mounts
|
||||
|
||||
* Wed May 24 2006 Dan Walsh <dwalsh@RedHat.com> 2.13-0.24
|
||||
- Remove requirement on restorecon, since we can do the same thing
|
||||
- with chcon/matchpathcon, and not add requirement on policycoreutils
|
||||
|
Loading…
Reference in New Issue
Block a user