Move to version 0.10.4
- Fix packaging of systemd service file. - Fix rpmlint complaints.
This commit is contained in:
parent
f9067bfb8d
commit
fd757a5dc2
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ cachefilesd-0.9.tar.bz2
|
|||||||
cachefilesd-0.10.tar.bz2
|
cachefilesd-0.10.tar.bz2
|
||||||
cachefilesd-0.10.1.tar.bz2
|
cachefilesd-0.10.1.tar.bz2
|
||||||
/cachefilesd-0.10.3.tar.bz2
|
/cachefilesd-0.10.3.tar.bz2
|
||||||
|
/cachefilesd-0.10.4.tar.bz2
|
||||||
|
@ -1,24 +1,25 @@
|
|||||||
# % define buildid .local
|
# % define buildid .local
|
||||||
|
|
||||||
Name: cachefilesd
|
Name: cachefilesd
|
||||||
Version: 0.10.3
|
Version: 0.10.4
|
||||||
Release: 1%{?dist}%{?buildid}
|
Release: 1%{?dist}%{?buildid}
|
||||||
Summary: CacheFiles userspace management daemon
|
Summary: CacheFiles user-space management daemon
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPL
|
License: GPLv2
|
||||||
URL: http://people.redhat.com/~dhowells/fscache/
|
URL: http://people.redhat.com/~dhowells/fscache/
|
||||||
Source0: http://people.redhat.com/dhowells/fscache/cachefilesd-%{version}.tar.bz2
|
Source0: http://people.redhat.com/dhowells/fscache/cachefilesd-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
||||||
|
BuildRequires: systemd-units
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
Requires: selinux-policy-base >= 3.7.19-5
|
Requires: selinux-policy-base >= 3.7.19-5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The cachefilesd daemon manages the caching files and directory that are
|
The cachefilesd daemon manages the caching files and directory that are that
|
||||||
that are used by network filesystems such a AFS and NFS to
|
are used by network file systems such a AFS and NFS to do persistent caching to
|
||||||
do persistent caching to the local disk.
|
the local disk.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -86,6 +87,10 @@ fi
|
|||||||
%{_localstatedir}/cache/fscache
|
%{_localstatedir}/cache/fscache
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 30 2011 David Howells <dhowells@redhat.com> 0.10.4-1
|
||||||
|
- Fix packaging of systemd service file.
|
||||||
|
- Fix rpmlint complaints.
|
||||||
|
|
||||||
* Tue Nov 22 2011 David Howells <dhowells@redhat.com> 0.10.3-1
|
* Tue Nov 22 2011 David Howells <dhowells@redhat.com> 0.10.3-1
|
||||||
- Move to native systemd management [RH BZ 754811].
|
- Move to native systemd management [RH BZ 754811].
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user