Steve Dickson
5bcbe4c025
Updated to latest upstream RC release: nfs-utils-1-3-1-rc2
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-07-25 12:33:53 -04:00
Jeff Layton
8a88dcd324
Clean up lockd configuration
...
Configuring lockd to listen on a particular set of ports has always been
an iffy proposition. We've tried for years to set it up so that you can
configure it via /etc/sysconfig/nfs, but there are some cases where it
may not get configured properly.
If lockd is started via an nfs mount prior to starting the
nfs-lock.service then it'll end up listening on a random, ephemeral port
instead of the one configured.
Instead of trying to do this, let's formally deprecate the LOCKD_TCPPORT
and LOCKD_UDPPORT parameters in /etc/sysconfig/nfs. The version of it
doesn't even have commented out versions of them anyway. Replace them
with a note that tells admins that they should set up static ports in
/etc/modprobe.d/lockd.conf.
Add an /etc/modprobe.d/lockd.conf with a commented out options directive
to make it easy for them to do so.
Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-07-16 10:40:37 -04:00
Dennis Gilmore
b9e6f8ca02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-06-07 07:45:10 -05:00
Steve Dickson
ab479dbf19
Updated to latest upstream RC release: nfs-utils-1-3-1-rc2
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-06-01 13:30:19 -04:00
Steve Dickson
1af376fa79
Use systemd_post macro to enable services (bz 1087950)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-05-24 11:29:46 -04:00
Steve Dickson
cd0d5ea2a7
mountd: fix segfault in add_name with newer gcc compilers
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-05-01 11:20:11 -04:00
Steve Dickson
2abd2dd759
start-statd: rpc.statd's systemd unit changed names
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-05-01 10:49:42 -04:00
Steve Dickson
93bdd9df9e
Updated to latest upstream RC release: nfs-utils-1-3-1-rc1
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-04-30 13:14:46 -04:00
Steve Dickson
84b4f75298
- Fix PATH problem in start-statd (bz 1088226)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-04-25 10:46:44 -04:00
Steve Dickson
47aa7d9e2d
Incorporated new upstream systemd units
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-04-14 10:20:13 -04:00
Steve Dickson
e956a447ee
Updated to latest major release: nfs-utils-1-3-0
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-03-25 12:59:41 -04:00
Steve Dickson
d96c524fb3
Removed nfs-utils-1.2.10-rc1.patch
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-01-22 14:12:02 -05:00
Steve Dickson
99f53899a6
Updated Release
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-01-22 14:06:31 -05:00
Steve Dickson
9a794c316a
- Updated to latest upstream RC release: nfs-utils-1-2-10-rc3
...
- gssd: Improve first attempt at acquiring GSS credentials (bz 1055077)
- gssd: set $HOME to prevent recursion (bz 1052902)
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-01-22 12:53:18 -05:00
Steve Dickson
179874980c
Fixed typo in nfs-service file. (bz 1047972)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-01-10 09:30:16 -05:00
Steve Dickson
1fb39d4ebf
Added Also=nfs.target to nfs-service file. (bz 1047972)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-01-08 12:12:51 -05:00
Steve Dickson
d5b22cff85
Updated to latest upstream RC release: nfs-utils-1-2-10-rc2
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2014-01-08 12:11:40 -05:00
Steve Dickson
1ac09434bb
Updated to latest upstream RC release: nfs-utils-1-2-10-rc1
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-11-20 16:31:47 -05:00
Steve Dickson
6caa95dda6
Added Conflicts: gssproxy < 0.3.0-0
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-11-06 08:37:19 -05:00
Steve Dickson
e29dd70946
Updated to latest upstream Release: nfs-utils-1-2-9
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-11-06 07:49:51 -05:00
Steve Dickson
3936b52ffe
Updated to latest upstream RC release: nfs-utils-1-2-9-rc6
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-09-24 15:38:11 -04:00
Steve Dickson
e074f85a67
Updated to latest upstream RC release: nfs-utils-1-2-9-rc5
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-09-18 15:40:21 -04:00
Jeff Layton
d87e9cb3d6
nfs-utils: fix a number of specfile problems
...
The package review for RHEL7 turned up a number of problems with the
current nfs-utils specfile. This patch aims to fix most of them:
- Swap out hardcoded paths for macros that are defined for this purpose
- Move the systemd preconfig/postconfig scripts to /usr/libexec
- Fix URL for Source0
- add directives to clean out $RPM_BUILD_ROOT in %install and %clean
- add a %defattr() directive to ensure that all files are owned by root
- get rid bogus %attr() settings on symlinks
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-08-22 14:16:06 -04:00
Steve Dickson
67a1db49aa
Updated to latest upstream RC release: nfs-utils-1-2-9-rc4
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-08-19 14:34:20 -04:00
Dennis Gilmore
3d7e306a64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-08-03 08:16:48 -05:00
Steve Dickson
55d0b59ed3
Updated to latest upstream RC release: nfs-utils-1-2-9-rc3
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-07-23 14:53:25 -04:00
Steve Dickson
ef189b2be5
Fix nfs server reloads (bz 951247)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-07-23 14:53:25 -04:00
Steve Dickson
4b85a9a480
nfs.target needs to be enabled for services to start (bz 970595)
...
For the NFS services to start up after reboots the nfs.target
has to be enabled. Now in installs and updates the nfs.target
is enabled and re-enabled on updates.
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-07-23 14:53:25 -04:00
Steve Dickson
6464d6107b
Update to latest upstream RC release: nfs-utils.1.2.9-rc1
...
Added GSS_USE_PROXY variable to nfs.sysconfig (bz 967112)
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-05-31 10:25:45 -04:00
Steve Dickson
30a12be369
systemd: nfs-server.service needs to be split up (bz 769879)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-05-07 13:40:49 -04:00
Steve Dickson
87701eca5f
Updated to the latest upstream RC release: nfs-utils.1.2.9-rc1
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-05-07 12:39:23 -04:00
Steve Dickson
a5859b22cf
Updated to latest upstream release: 1.2.8
...
Removed the libgssglue dependency
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-04-23 07:14:58 -04:00
Steve Dickson
a2169b1760
Added v4.1 support rpc.nfsd (bz 947073)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-04-01 11:30:55 -04:00
Steve Dickson
446b32aaf5
Updated to latest upstream RC release: nfs-utils.1.2.8-rc4
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-03-25 10:25:28 -04:00
Steve Dickson
a7ffdeede2
Added nfs-lock.service to After line in nfs-server.service (bz 914792)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-03-25 10:25:21 -04:00
Dennis Gilmore
65f820d484
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2013-02-14 02:16:01 -06:00
Steve Dickson
2b7eb821d7
Updated to latest upstream RC release: nfs-utils.1.2.8-rc3
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-01-16 15:51:21 -05:00
Steve Dickson
cb920b14bb
Took ownership of /usr/lib/nfs-utils (bz 894535)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2013-01-16 14:47:43 -05:00
Steve Dickson
0c0aefe00f
Update to latest upstream RC release: nfs-utils.1.2.8-rc2
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2012-12-18 08:30:57 -05:00
Steve Dickson
0e3d8cf526
Fixed typo in spec file
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2012-11-28 15:03:35 -05:00
Steve Dickson
004a74f45c
Update to latest upstream RC release: nfs-utils.1.2.7-rc1
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2012-11-28 14:58:08 -05:00
Steve Dickson
84a560aef4
Updated to latest upstream release: nfs-utils.1.2.7
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2012-11-11 18:38:15 -05:00
Steve Dickson
289f4d8bed
Removed some old cruft from the spec file (bz 226198)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2012-11-08 10:53:01 -05:00
Steve Dickson
905f51b122
Allow the service to start when RPCNFSDCOUNT is comment out. (bz 870143)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2012-11-08 09:41:58 -05:00
Steve Dickson
a94b5a9055
Added a Requires for the quota package (bz 866225)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2012-10-15 08:25:04 -04:00
Steve Dickson
fdd3f8795e
Updated to latest upstream RC release: nfs-utils.1.2.7-rc5 (bz 833024)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2012-08-23 14:10:15 -04:00
Steve Dickson
92667aa416
Introduce new systemd-rpm macros (bz 850227)
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2012-08-23 14:04:10 -04:00
Steve Dickson
429c5c8d08
Added FedFS support by added a BuildRequires for fedfs-utils-devel
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2012-08-22 11:23:14 -04:00
Steve Dickson
27b4fcefa7
CLean up old rc patches
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2012-08-06 09:24:00 -04:00
Steve Dickson
2ee2404804
Updated to latest upstream RC release: nfs-utils.1.2.7-rc4
...
Signed-off-by: Steve Dickson <steved@redhat.com>
2012-08-06 09:22:27 -04:00