public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: - More fixes for /var/cache/abrt -> /var/spool/abrt conversion
@ 2026-08-03 11:03 Denys Vlasenko
0 siblings, 0 replies; only message in thread
From: Denys Vlasenko @ 2026-08-03 11:03 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.9-f44
Commit : 54f7d178d3345ebec9051f7c63fb80f180476d3f
Author : Denys Vlasenko <vda@fedoraproject.org>
Date : 2010-05-21T14:25:02+00:00
Stats : +8/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/54f7d178d3345ebec9051f7c63fb80f180476d3f?branch=update-2.17.9-f44
Log:
- More fixes for /var/cache/abrt -> /var/spool/abrt conversion
---
diff --git a/.cvsignore b/.cvsignore
index 39ac9ff..16b7be2 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-abrt-1.1.2.tar.gz
+abrt-1.1.3.tar.gz
diff --git a/abrt.spec b/abrt.spec
index 9e02313..aa5947c 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -11,12 +11,12 @@
%if 0%{?_buildid}
%define pkg_release 0.%{?_buildid}%{?dist}
%else
-%define pkg_release 2%{?dist}
+%define pkg_release 1%{?dist}
%endif
Summary: Automatic bug detection and reporting tool
Name: abrt
-Version: 1.1.2
+Version: 1.1.3
Release: %{?pkg_release}
License: GPLv2+
Group: Applications/System
@@ -258,6 +258,7 @@ make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
mkdir -p ${RPM_BUILD_ROOT}/%{_initrddir}
install -m 755 %SOURCE1 ${RPM_BUILD_ROOT}/%{_initrddir}/abrtd
+# /var/cache/%{name} is to be removed in 1.3.x timeframe
mkdir -p $RPM_BUILD_ROOT/var/cache/%{name}
mkdir -p $RPM_BUILD_ROOT/var/cache/%{name}-di
mkdir -p $RPM_BUILD_ROOT/var/run/%{name}
@@ -464,6 +465,9 @@ fi
%defattr(-,root,root,-)
%changelog
+* Fri May 21 2010 Denys Vlasenko <dvlasenk@redhat.com> 1.1.3-1
+- More fixes for /var/cache/abrt -> /var/spool/abrt conversion
+
* Fri May 21 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.2-3
- fixed spec file to create /var/spool/abrt rhbz#593670
- updated init script to reflect the pid file renaming
diff --git a/sources b/sources
index 3309e41..6ac0af8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47d553a62c206471df501eb624dc7677 abrt-1.1.2.tar.gz
+28ad7bde10485c255ed60945fa690313 abrt-1.1.3.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 11:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: - More fixes for /var/cache/abrt -> /var/spool/abrt conversion Denys Vlasenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox