Move to version 0.10.5
- Fix systemd service data according to review comments [RH BZ 754811]. - use Fedora CFLAGS in build (fixes build on s390)
This commit is contained in:
parent
fd757a5dc2
commit
3846d826b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ cachefilesd-0.10.tar.bz2
|
||||
cachefilesd-0.10.1.tar.bz2
|
||||
/cachefilesd-0.10.3.tar.bz2
|
||||
/cachefilesd-0.10.4.tar.bz2
|
||||
/cachefilesd-0.10.5.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
# % define buildid .local
|
||||
|
||||
Name: cachefilesd
|
||||
Version: 0.10.4
|
||||
Version: 0.10.5
|
||||
Release: 1%{?dist}%{?buildid}
|
||||
Summary: CacheFiles user-space management daemon
|
||||
Group: System Environment/Daemons
|
||||
@ -33,7 +33,7 @@ PIE="-fpie"
|
||||
export PIE
|
||||
CFLAGS="`echo $RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE`"
|
||||
|
||||
make all
|
||||
make all CFLAGS="$CFLAGS"
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
@ -87,8 +87,14 @@ fi
|
||||
%{_localstatedir}/cache/fscache
|
||||
|
||||
%changelog
|
||||
* Tue Dec 6 2011 David Howells <dhowells@redhat.com> 0.10.5-1
|
||||
- Fix systemd service data according to review comments [RH BZ 754811].
|
||||
|
||||
* Tue Dec 6 2011 Dan Horák <dan[at]danny.cz>
|
||||
- use Fedora CFLAGS in build (fixes build on s390)
|
||||
|
||||
* Wed Nov 30 2011 David Howells <dhowells@redhat.com> 0.10.4-1
|
||||
- Fix packaging of systemd service file.
|
||||
- Fix packaging of systemd service file [RH BZ 754811].
|
||||
- Fix rpmlint complaints.
|
||||
|
||||
* Tue Nov 22 2011 David Howells <dhowells@redhat.com> 0.10.3-1
|
||||
|
Loading…
Reference in New Issue
Block a user