Blame SPECS/fedfs-utils.spec

ac93a3
Name:           fedfs-utils
a12613
Version:        0.10.5
a12613
Release:        0%{?dist}
ac93a3
Summary:        Utilities for mounting and managing FedFS
ac93a3
ac93a3
Group:          System Environment/Daemons
ac93a3
License:        GPLv2
ac93a3
URL:            http://wiki.linux-nfs.org/wiki/index.php/FedFsUtilsProject
ac93a3
BuildRequires:  libidn-devel libattr-devel libcap-devel openldap-devel
72bbe5
BuildRequires:  sqlite-devel libtirpc-devel libuuid-devel libconfig-devel
ac93a3
BuildRequires:  openssl-devel libxml2-devel uriparser-devel
72bbe5
BuildRequires:  automake libtool glibc-headers
72bbe5
BuildRequires:  python2-devel
72bbe5
BuildRequires:  systemd systemd-units
ac93a3
ac93a3
Source0:        http://oss.oracle.com/projects/%{name}/dist/files/%{name}-%{version}.tar.gz
ac93a3
72bbe5
%global _hardened_build 1
ac93a3
%global unit_name rpcfedfsd
72bbe5
# %define debug_package %{nil}
ac93a3
ac93a3
%description
ac93a3
RFC 5716 introduces the Federated File System (FedFS, for short). FedFS
ac93a3
is an extensible standardized mechanism by which system administrators
72bbe5
construct a coherent file name space across multiple file servers using
72bbe5
file system referrals.
ac93a3
ac93a3
A file system referral is like a symbolic link to another file system
ac93a3
share, but it is not visible to applications. It behaves like an
72bbe5
auto-mounted directory where a new file system mount is done when an
ac93a3
application first accesses that directory. The arguments of the mount
ac93a3
operation are controlled by information returned by the file server.
ac93a3
ac93a3
Today, file system referral mechanisms exist in several network file
72bbe5
system protocols. FedFS provides its file name space features by
72bbe5
leveraging referral mechanisms already built in to network file system
72bbe5
protocols.  Thus no change to file system protocols or clients is
72bbe5
required.
ac93a3
ac93a3
Currently, the Linux FedFS implementation supports only NFS version 4
ac93a3
referrals. More on NFS version 4 referrals can be found in RFC 3530.
ac93a3
FedFS may support other network file system protocols in the future.
ac93a3
ac93a3
%prep
ac93a3
%setup -q -n %{name}-%{version}
ac93a3
ac93a3
%build
4bd0e9
%ifarch s390 s390x
4bd0e9
PIE="-fPIE"
4bd0e9
%else
4bd0e9
PIE="-fpie"
4bd0e9
%endif
4bd0e9
export PIE
4bd0e9
export CFLAGS="$RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE"
4bd0e9
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
4bd0e9
72bbe5
./autogen.sh
ac93a3
%configure --prefix=/usr
ac93a3
make %{?_smp_mflags}
ac93a3
ac93a3
%install
72bbe5
# make install-strip DESTDIR=%{buildroot}
ac93a3
make install DESTDIR=%{buildroot}
ac93a3
mkdir -p %{buildroot}%{_sharedstatedir}/fedfs
ac93a3
mkdir -p %{buildroot}%{_unitdir}
ac93a3
mkdir -p %{buildroot}/nfs4
ac93a3
install -m 644 contrib/init/%{unit_name}.service %{buildroot}%{_unitdir}
ac93a3
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
ac93a3
install -m 644 contrib/init/fedfs %{buildroot}%{_sysconfdir}/sysconfig
72bbe5
mkdir -p %{buildroot}/%{_sysconfdir}/auto.master.d
72bbe5
install -m 644 contrib/init/fedfs.autofs %{buildroot}/%{_sysconfdir}/auto.master.d
72bbe5
mkdir -p %{buildroot}/%{_sysconfdir}/fedfsd
72bbe5
mv %{buildroot}/%{_sysconfdir}/access.conf %{buildroot}/%{_sysconfdir}/fedfsd
ac93a3
ac93a3
# Don't package static libs to encourage use of shared library.
ac93a3
rm -f %{buildroot}%{_libdir}/libnfsjunct.a
ac93a3
rm -f %{buildroot}%{_libdir}/libnfsjunct.la
ac93a3
ac93a3
%package common
ac93a3
Summary:      Common files for FedFS
ac93a3
Group:        System Environment/Daemons
72bbe5
BuildArch:    noarch
72bbe5
ac93a3
%description common
ac93a3
This package contains files common to all of the fedfs packages.
ac93a3
ac93a3
RFC 5716 introduces the Federated File System (FedFS, for short). FedFS
ac93a3
is an extensible standardized mechanism by which system administrators
72bbe5
construct a coherent file name space across multiple file servers using
72bbe5
file system referrals.
ac93a3
ac93a3
A file system referral is like a symbolic link to another file system
ac93a3
share, but it is not visible to applications. It behaves like an
72bbe5
auto-mounted directory where a new file system mount is done when an
ac93a3
application first accesses that directory. The arguments of the mount
ac93a3
operation are controlled by information returned by the file server.
ac93a3
ac93a3
Today, file system referral mechanisms exist in several network file
72bbe5
system protocols. FedFS provides its file name space features by
72bbe5
leveraging referral mechanisms already built in to network file system
72bbe5
protocols.  Thus no change to file system protocols or clients is
72bbe5
required.
ac93a3
ac93a3
Currently, the Linux FedFS implementation supports only NFS version 4
ac93a3
referrals. More on NFS version 4 referrals can be found in RFC 3530.
ac93a3
FedFS may support other network file system protocols in the future.
ac93a3
ac93a3
%files common
72bbe5
%doc COPYING README ChangeLog doc/ldap/fedfs.schema doc/ldap/fedfs-schema.ldif
ac93a3
%{_mandir}/man7/fedfs.7.*
ac93a3
ac93a3
%package client
ac93a3
Summary:      Utilities for mounting FedFS domains
ac93a3
Group:        System Environment/Daemons
ac93a3
Requires:     %{name}-common = %{version}-%{release}
ac93a3
Requires:     nfs-utils autofs
ac93a3
Requires(post): systemd-units
ac93a3
Requires(postun): systemd-units
ac93a3
%description client
ac93a3
This package contains the tools needed to mount a FedFS domain and act
ac93a3
as a client.
ac93a3
ac93a3
RFC 5716 introduces the Federated File System (FedFS, for short). FedFS
ac93a3
is an extensible standardized mechanism by which system administrators
72bbe5
construct a coherent file name space across multiple file servers using
72bbe5
file system referrals.
ac93a3
ac93a3
A file system referral is like a symbolic link to another file system
ac93a3
share, but it is not visible to applications. It behaves like an
72bbe5
auto-mounted directory where a new file system mount is done when an
ac93a3
application first accesses that directory. The arguments of the mount
ac93a3
operation are controlled by information returned by the file server.
ac93a3
ac93a3
Today, file system referral mechanisms exist in several network file
72bbe5
system protocols. FedFS provides its file name space features by
72bbe5
leveraging referral mechanisms already built in to network file system
72bbe5
protocols.  Thus no change to file system protocols or clients is
72bbe5
required.
ac93a3
ac93a3
Currently, the Linux FedFS implementation supports only NFS version 4
ac93a3
referrals. More on NFS version 4 referrals can be found in RFC 3530.
ac93a3
FedFS may support other network file system protocols in the future.
ac93a3
ac93a3
%files client
ac93a3
/sbin/mount.fedfs
ac93a3
%{_sbindir}/fedfs-map-nfs4
ac93a3
%{_mandir}/man8/mount.fedfs.8.*
ac93a3
%{_mandir}/man8/fedfs-map-nfs4.8.*
ac93a3
%dir /nfs4
72bbe5
%config(noreplace) /%{_sysconfdir}/auto.master.d/fedfs.autofs
ac93a3
ac93a3
%post client
ac93a3
# We may have changed the automounter configuration
ac93a3
/bin/systemctl reload autofs.service >/dev/null 2>&1 || :
ac93a3
ac93a3
%postun client
ac93a3
# We may have changed the automounter configuration
ac93a3
/bin/systemctl reload autofs.service >/dev/null 2>&1 || :
ac93a3
ac93a3
%package nsdbparams
ac93a3
Summary:      The FedFS nsdbparams utility
ac93a3
Group:        System Environment/Daemons
ac93a3
Requires:     %{name}-common = %{version}-%{release}
ac93a3
%description nsdbparams
ac93a3
This package contains the nsdbparams utility, which manages the
ac93a3
NSDB connection parameters used during FedFS junction resolution
ac93a3
and domain administration.
ac93a3
ac93a3
RFC 5716 introduces the Federated File System (FedFS, for short). FedFS
ac93a3
is an extensible standardized mechanism by which system administrators
72bbe5
construct a coherent file name space across multiple file servers using
72bbe5
file system referrals.
ac93a3
ac93a3
A file system referral is like a symbolic link to another file system
ac93a3
share, but it is not visible to applications. It behaves like an
72bbe5
auto-mounted directory where a new file system mount is done when an
ac93a3
application first accesses that directory. The arguments of the mount
ac93a3
operation are controlled by information returned by the file server.
ac93a3
ac93a3
Today, file system referral mechanisms exist in several network file
72bbe5
system protocols. FedFS provides its file name space features by
72bbe5
leveraging referral mechanisms already built in to network file system
72bbe5
protocols.  Thus no change to file system protocols or clients is
72bbe5
required.
ac93a3
ac93a3
Currently, the Linux FedFS implementation supports only NFS version 4
ac93a3
referrals. More on NFS version 4 referrals can be found in RFC 3530.
ac93a3
FedFS may support other network file system protocols in the future.
ac93a3
ac93a3
%files nsdbparams
ac93a3
%{_sbindir}/nsdbparams
ac93a3
%{_mandir}/man8/nsdbparams.8.*
ac93a3
%{_mandir}/man7/nsdb-parameters.7.*
ac93a3
ac93a3
%package devel
ac93a3
Summary:      Development files for the FedFS nfs-plugin
ac93a3
Group:        System Environment/Daemons
ac93a3
Requires:     %{name}-lib%{?_isa} = %{version}-%{release}
ac93a3
%description devel
ac93a3
This package contains development files for the FedFS nfs-plugin
ac93a3
library.  This package must be present at nfs-utils build time for
ac93a3
NFS and FedFS junction support to be enabled in nfs-utils.
ac93a3
ac93a3
RFC 5716 introduces the Federated File System (FedFS, for short). FedFS
ac93a3
is an extensible standardized mechanism by which system administrators
72bbe5
construct a coherent file name space across multiple file servers using
72bbe5
file system referrals.
ac93a3
ac93a3
A file system referral is like a symbolic link to another file system
ac93a3
share, but it is not visible to applications. It behaves like an
72bbe5
auto-mounted directory where a new file system mount is done when an
ac93a3
application first accesses that directory. The arguments of the mount
ac93a3
operation are controlled by information returned by the file server.
ac93a3
ac93a3
Today, file system referral mechanisms exist in several network file
72bbe5
system protocols. FedFS provides its file name space features by
72bbe5
leveraging referral mechanisms already built in to network file system
72bbe5
protocols.  Thus no change to file system protocols or clients is
72bbe5
required.
ac93a3
ac93a3
Currently, the Linux FedFS implementation supports only NFS version 4
ac93a3
referrals. More on NFS version 4 referrals can be found in RFC 3530.
ac93a3
FedFS may support other network file system protocols in the future.
ac93a3
ac93a3
%files devel
ac93a3
%{_includedir}/nfs-plugin.h
ac93a3
ac93a3
%package lib
ac93a3
Summary:      The FedFS nfs-plugin run-time library
ac93a3
Group:        System Environment/Daemons
ac93a3
Requires:     %{name}-common = %{version}-%{release}
ac93a3
Requires:     %{name}-nsdbparams%{?_isa} = %{version}-%{release}
72bbe5
Requires:     nfs-utils >= 1.2.8
72bbe5
Requires:     kernel >= 3.3.0
ac93a3
%description lib
ac93a3
This package contains the FedFS nfs-plugin run-time library.  This
ac93a3
package must be installed for FedFS junction support to be enabled in
ac93a3
rpc.mountd.
ac93a3
ac93a3
RFC 5716 introduces the Federated File System (FedFS, for short). FedFS
ac93a3
is an extensible standardized mechanism by which system administrators
72bbe5
construct a coherent file name space across multiple file servers using
72bbe5
file system referrals.
ac93a3
ac93a3
A file system referral is like a symbolic link to another file system
ac93a3
share, but it is not visible to applications. It behaves like an
72bbe5
auto-mounted directory where a new file system mount is done when an
ac93a3
application first accesses that directory. The arguments of the mount
ac93a3
operation are controlled by information returned by the file server.
ac93a3
ac93a3
Today, file system referral mechanisms exist in several network file
72bbe5
system protocols. FedFS provides its file name space features by
72bbe5
leveraging referral mechanisms already built in to network file system
72bbe5
protocols.  Thus no change to file system protocols or clients is
72bbe5
required.
ac93a3
ac93a3
Currently, the Linux FedFS implementation supports only NFS version 4
ac93a3
referrals. More on NFS version 4 referrals can be found in RFC 3530.
ac93a3
FedFS may support other network file system protocols in the future.
ac93a3
ac93a3
%post lib -p /sbin/ldconfig
ac93a3
ac93a3
%postun lib -p /sbin/ldconfig
ac93a3
ac93a3
%files lib
ac93a3
# We need to include this in the lib package because it is
ac93a3
# dlopen()ed by the junction support code in nfs-utils.
ac93a3
%{_libdir}/libnfsjunct.so
ac93a3
%{_libdir}/libnfsjunct.so.*
ac93a3
72bbe5
%package python
72bbe5
Summary:      FedFS Python utilities
72bbe5
Group:        System Environment/Daemons
72bbe5
BuildArch:    noarch
72bbe5
Requires:     python-ldap openldap-servers
72bbe5
72bbe5
%description python
72bbe5
This package contains Python tools for administering the FedFS
72bbe5
capabilities of a Linux NFS file server.
72bbe5
72bbe5
RFC 5716 introduces the Federated File System (FedFS, for short). FedFS
72bbe5
is an extensible standardized mechanism by which system administrators
72bbe5
construct a coherent file name space across multiple file servers using
72bbe5
file system referrals.
72bbe5
72bbe5
A file system referral is like a symbolic link to another file system
72bbe5
share, but it is not visible to applications. It behaves like an
72bbe5
auto-mounted directory where a new file system mount is done when an
72bbe5
application first accesses that directory. The arguments of the mount
72bbe5
operation are controlled by information returned by the file server.
72bbe5
72bbe5
Today, file system referral mechanisms exist in several network file
72bbe5
system protocols. FedFS provides its file name space features by
72bbe5
leveraging referral mechanisms already built in to network file system
72bbe5
protocols.  Thus no change to file system protocols or clients is
72bbe5
required.
72bbe5
72bbe5
Currently, the Linux FedFS implementation supports only NFS version 4
72bbe5
referrals. More on NFS version 4 referrals can be found in RFC 3530.
72bbe5
FedFS may support other network file system protocols in the future.
72bbe5
72bbe5
%files python
72bbe5
%{_bindir}/fedfs-domainroot
72bbe5
%{_bindir}/nsdb-jumpstart
72bbe5
%{python_sitelib}/PyFedfs/*
72bbe5
%{_mandir}/man8/fedfs-domainroot.8.*
72bbe5
%{_mandir}/man8/nsdb-jumpstart.8.*
72bbe5
ac93a3
%package server
ac93a3
Summary:      Utilities for serving FedFS domains
ac93a3
Group:        System Environment/Daemons
ac93a3
Requires:     %{name}-common = %{version}-%{release}
ac93a3
Requires:     %{name}-nsdbparams%{?_isa} = %{version}-%{release}
ac93a3
Requires:     %{name}-lib%{?_isa} = %{version}-%{release}
72bbe5
Requires:     nfs-utils >= 1.2.8
72bbe5
Requires:     kernel >= 3.3.0
ac93a3
Requires(post):   systemd-units
ac93a3
Requires(preun):  systemd-units
ac93a3
Requires(postun): systemd-units
ac93a3
ac93a3
%description server
ac93a3
This package contains tools for managing NFS and FedFS junctions
72bbe5
on a Linux NFS file server.
ac93a3
ac93a3
RFC 5716 introduces the Federated File System (FedFS, for short). FedFS
ac93a3
is an extensible standardized mechanism by which system administrators
72bbe5
construct a coherent file name space across multiple file servers using
72bbe5
file system referrals.
ac93a3
ac93a3
A file system referral is like a symbolic link to another file system
ac93a3
share, but it is not visible to applications. It behaves like an
72bbe5
auto-mounted directory where a new file system mount is done when an
ac93a3
application first accesses that directory. The arguments of the mount
ac93a3
operation are controlled by information returned by the file server.
ac93a3
ac93a3
Today, file system referral mechanisms exist in several network file
72bbe5
system protocols. FedFS provides its file name space features by
72bbe5
leveraging referral mechanisms already built in to network file system
72bbe5
protocols.  Thus no change to file system protocols or clients is
72bbe5
required.
ac93a3
ac93a3
Currently, the Linux FedFS implementation supports only NFS version 4
ac93a3
referrals. More on NFS version 4 referrals can be found in RFC 3530.
ac93a3
FedFS may support other network file system protocols in the future.
ac93a3
ac93a3
%pre server
ac93a3
getent group fedfs >/dev/null || groupadd -r fedfs
ac93a3
getent passwd fedfs >/dev/null || \
ac93a3
    useradd -r -g fedfs -d %{_sharedstatedir}/fedfs -s /sbin/nologin \
ac93a3
    -c "FedFS Server User" fedfs
ac93a3
exit 0
ac93a3
ac93a3
%post server
ac93a3
%systemd_post %{unit_name}.service
ac93a3
ac93a3
%preun server
ac93a3
%systemd_preun %{unit_name}.service
ac93a3
ac93a3
%postun server
ac93a3
%systemd_postun_with_restart %{unit_name}.service
ac93a3
ac93a3
%files server
ac93a3
%dir %{_sharedstatedir}/fedfs
72bbe5
%dir %{_sysconfdir}/fedfsd
ac93a3
%{_sbindir}/nfsref
ac93a3
%{_sbindir}/rpc.fedfsd
72bbe5
%{_mandir}/man8/nfsref.8.*
ac93a3
%{_mandir}/man8/rpc.fedfsd.8.*
ac93a3
%{_unitdir}/rpcfedfsd.service
ac93a3
%config(noreplace) %{_sysconfdir}/sysconfig/fedfs
72bbe5
%config(noreplace) %{_sysconfdir}/fedfsd/access.conf
ac93a3
ac93a3
%package admin
ac93a3
Summary:      Utilities for administering FedFS domains
ac93a3
Group:        System Environment/Daemons
ac93a3
Requires:     %{name}-common = %{version}-%{release}
ac93a3
Requires:     %{name}-nsdbparams%{?_isa} = %{version}-%{release}
ac93a3
%description admin
ac93a3
This package contains the tools needed to manage a FedFS domain.
ac93a3
ac93a3
RFC 5716 introduces the Federated File System (FedFS, for short). FedFS
ac93a3
is an extensible standardized mechanism by which system administrators
72bbe5
construct a coherent file name space across multiple file servers using
72bbe5
file system referrals.
ac93a3
ac93a3
A file system referral is like a symbolic link to another file system
ac93a3
share, but it is not visible to applications. It behaves like an
72bbe5
auto-mounted directory where a new file system mount is done when an
ac93a3
application first accesses that directory. The arguments of the mount
ac93a3
operation are controlled by information returned by the file server.
ac93a3
ac93a3
Today, file system referral mechanisms exist in several network file
72bbe5
system protocols. FedFS provides its file name space features by
72bbe5
leveraging referral mechanisms already built in to network file system
72bbe5
protocols.  Thus no change to file system protocols or clients is
72bbe5
required.
ac93a3
ac93a3
Currently, the Linux FedFS implementation supports only NFS version 4
ac93a3
referrals. More on NFS version 4 referrals can be found in RFC 3530.
ac93a3
FedFS may support other network file system protocols in the future.
ac93a3
ac93a3
%files admin
ac93a3
%{_sbindir}/fedfs-create-junction
ac93a3
%{_sbindir}/fedfs-create-replication
ac93a3
%{_sbindir}/fedfs-delete-junction
ac93a3
%{_sbindir}/fedfs-delete-replication
ac93a3
%{_sbindir}/fedfs-get-limited-nsdb-params
ac93a3
%{_sbindir}/fedfs-get-nsdb-params
ac93a3
%{_sbindir}/fedfs-lookup-junction
ac93a3
%{_sbindir}/fedfs-lookup-replication
ac93a3
%{_sbindir}/fedfs-null
ac93a3
%{_sbindir}/fedfs-set-nsdb-params
ac93a3
%{_sbindir}/nsdb-*
ac93a3
%{_mandir}/man8/fedfs-create-junction.8.*
ac93a3
%{_mandir}/man8/fedfs-create-replication.8.*
ac93a3
%{_mandir}/man8/fedfs-delete-junction.8.*
ac93a3
%{_mandir}/man8/fedfs-delete-replication.8.*
ac93a3
%{_mandir}/man8/fedfs-get-limited-nsdb-params.8.*
ac93a3
%{_mandir}/man8/fedfs-get-nsdb-params.8.*
ac93a3
%{_mandir}/man8/fedfs-lookup-junction.8.*
ac93a3
%{_mandir}/man8/fedfs-lookup-replication.8.*
ac93a3
%{_mandir}/man8/fedfs-null.8.*
ac93a3
%{_mandir}/man8/fedfs-set-nsdb-params.8.*
ac93a3
%{_mandir}/man8/nsdb-*
ac93a3
ac93a3
%changelog
a12613
* Wed Apr  6 2016 Steve Dickson <steved@redhat.com> - 0.10.5-0
a12613
- Updated to latest upstream release: 0.10.5 (bz 1277221)
a12613
4bd0e9
* Wed Oct 22 2014 Steve Dickson <steved@redhat.com> - 0.10.3-2
4bd0e9
- Reworked CFLAGS to put back execshield (bz 983257)
4bd0e9
4bd0e9
* Tue Oct 21 2014 Steve Dickson <steved@redhat.com> - 0.10.3-1
4bd0e9
- Updated to latest upstream release: 0.10.3 (bz 1110228)
4bd0e9
- Added the PIE and RELRO CFLAGS (bz 983257)
4bd0e9
72bbe5
* Sat Mar  8 2014 Steve Dickson <steved@redhat.com> - 0.10.0-1
72bbe5
- Updated to latest upstream release: 0.10.0 (bz 1069971)
72bbe5
72bbe5
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.9.2-4
72bbe5
- Mass rebuild 2014-01-24
72bbe5
72bbe5
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.9.2-3
72bbe5
- Mass rebuild 2013-12-27
72bbe5
ac93a3
* Wed Jul 10 2013 Chuck Lever <chuck.lever@oracle.com> - 0.9.2-2
ac93a3
- nfs-utils is required for -client and -server operation
ac93a3
- fedfs-utils-server requires fedfs-utils-lib to resolve junctions
ac93a3
- update package descriptions
ac93a3
ac93a3
* Tue Jun 25 2013 Chuck Lever <chuck.lever@oracle.com> - 0.9.2-1
ac93a3
- update to fedfs-utils-0.9.2
ac93a3
- installing fedfs-utils-client package should configure automounter
ac93a3
- find-debuginfo.sh sometimes fails during "fedpkg local" (bz977556)
ac93a3
ac93a3
* Thu Jun 20 2013 Chuck Lever <chuck.lever@oracle.com> - 0.9.1-1
ac93a3
- update to fedfs-utils-0.9.1.
ac93a3
ac93a3
* Wed Mar 27 2013 Ian Kent <ikent@redhat.com> - 0.9.0-2
ac93a3
- Add missing changelog entry.
ac93a3
ac93a3
* Wed Mar 27 2013 Ian Kent <ikent@redhat.com> - 0.9.0-1
ac93a3
- update to fedfs-utils-0.9.0.
ac93a3
ac93a3
* Tue Feb 12 2013 Ian Kent <ikent@redhat.com> - 0.8.0-11
ac93a3
- change nsdbparams requires to include arch in requires.
ac93a3
ac93a3
* Fri Jan 25 2013 Ian Kent <ikent@redhat.com> - 0.8.0-10
ac93a3
- remove .la libtool archive from devel package (bz889174).
ac93a3
- remove .a static library from devel package ((bz889174).
ac93a3
- make sub-package requires explicit.
ac93a3
- remove duplicate definition of fedfs-set-nsdb-params.8.
ac93a3
ac93a3
* Mon Aug 27 2012 Ian Kent <ikent@redhat.com> - 0.8.0-9
ac93a3
- fix syntax of systemd scriplet macros (bz850396).
ac93a3
ac93a3
* Mon Aug 27 2012 Ian Kent <ikent@redhat.com> - 0.8.0-8
ac93a3
- update systemd scriplet macros (bz850396).
ac93a3
ac93a3
* Thu Aug 2 2012 Ian Kent <ikent@redhat.com> - 0.8.0-7
ac93a3
- some more spec file changes as detailed in the packaging guildlines.
ac93a3
ac93a3
* Thu Aug 2 2012 Ian Kent <ikent@redhat.com> - 0.8.0-6
ac93a3
- add missing systemd scriplets.
ac93a3
ac93a3
* Thu Aug 2 2012 Ian Kent <ikent@redhat.com> - 0.8.0-5
ac93a3
- move libnfsjunct to a lib package to avoid the devel package depending
ac93a3
  on the server package.
ac93a3
ac93a3
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-3
ac93a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ac93a3
ac93a3
* Tue Jul 10 2012 Ian Kent <ikent@redhat.com> - 0.8.0-2
ac93a3
- Add fedfs ldap schema to docs of common package.
ac93a3
ac93a3
* Tue Jul 10 2012 Ian Kent <ikent@redhat.com> - 0.8.0-1
ac93a3
- Update to latest upstream version.
ac93a3
ac93a3
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.3-3
ac93a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ac93a3
ac93a3
* Mon Dec 5 2011 Ian Kent <ikent@redhat.com> 0.7.3-2
ac93a3
- add systemd-units to BuildRequires as per systemd doco.
ac93a3
72bbe5
* Wed Nov 30 2011 Jeff Layton <jlayton@redhat.com> 0.7.3-1
ac93a3
- update to 0.7.3 release
ac93a3
ac93a3
* Fri Nov 04 2011 Jeff Layton <jlayton@redhat.com> 0.7.2-1
ac93a3
- update to 0.7.2 release
ac93a3
- add systemd service file for rpc.fedfsd
ac93a3
ac93a3
* Fri Sep 09 2011 Jeff Layton <jlayton@redhat.com> 0.7.0-2
ac93a3
- incorporate review feedback by Volker Fröhlich
ac93a3
ac93a3
* Tue Sep 06 2011 Jeff Layton <jlayton@redhat.com> 0.7.0-1
ac93a3
- Initial package build
ac93a3