Move to version 0.10.4

- Fix packaging of systemd service file.
- Fix rpmlint complaints.
This commit is contained in:
David Howells 2011-11-30 12:44:29 +00:00
parent f9067bfb8d
commit fd757a5dc2
3 changed files with 22 additions and 16 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ cachefilesd-0.9.tar.bz2
cachefilesd-0.10.tar.bz2
cachefilesd-0.10.1.tar.bz2
/cachefilesd-0.10.3.tar.bz2
/cachefilesd-0.10.4.tar.bz2

View File

@ -1,24 +1,25 @@
# % define buildid .local
Name: cachefilesd
Version: 0.10.3
Release: 1%{?dist}%{?buildid}
Summary: CacheFiles userspace management daemon
Group: System Environment/Daemons
License: GPL
URL: http://people.redhat.com/~dhowells/fscache/
Source0: http://people.redhat.com/dhowells/fscache/cachefilesd-%{version}.tar.bz2
Name: cachefilesd
Version: 0.10.4
Release: 1%{?dist}%{?buildid}
Summary: CacheFiles user-space management daemon
Group: System Environment/Daemons
License: GPLv2
URL: http://people.redhat.com/~dhowells/fscache/
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(preun): systemd-units
Requires(postun): systemd-units
Requires: selinux-policy-base >= 3.7.19-5
Requires: selinux-policy-base >= 3.7.19-5
%description
The cachefilesd daemon manages the caching files and directory that are
that are used by network filesystems such a AFS and NFS to
do persistent caching to the local disk.
The cachefilesd daemon manages the caching files and directory that are that
are used by network file systems such a AFS and NFS to do persistent caching to
the local disk.
%prep
%setup -q
@ -86,6 +87,10 @@ fi
%{_localstatedir}/cache/fscache
%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
- Move to native systemd management [RH BZ 754811].

View File

@ -1 +1 @@
d77f692876d779c3c931a18fc2e10a1b cachefilesd-0.10.3.tar.bz2
6066f66586180f845f414a7e651b7483 cachefilesd-0.10.4.tar.bz2