public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Denys Vlasenko <vda@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.8: - More fixes for /var/cache/abrt -> /var/spool/abrt conversion
Date: Mon, 03 Aug 2026 10:21:51 GMT [thread overview]
Message-ID: <178575251152.1.7587651744603860104.rpms-abrt-54f7d178d334@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
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.8
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
reply other threads:[~2026-08-03 10:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178575251152.1.7587651744603860104.rpms-abrt-54f7d178d334@fedoraproject.org \
--to=vda@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox