summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorJindrich Novy <jnovy@redhat.com>2009-04-16 14:12:20 +0200
committerJindrich Novy <jnovy@redhat.com>2009-04-16 14:12:20 +0200
commit3b9f0b817e635b4cf03e500d83bc3e9ba60ff9f9 (patch)
treece0228090eed66bc1153a988057e08d79f637912 /macros.in
parent4c39a9df93c962c69e23ff48789cb950a105a44b (diff)
downloadlibrpm-tizen-3b9f0b817e635b4cf03e500d83bc3e9ba60ff9f9.tar.gz
librpm-tizen-3b9f0b817e635b4cf03e500d83bc3e9ba60ff9f9.tar.bz2
librpm-tizen-3b9f0b817e635b4cf03e500d83bc3e9ba60ff9f9.zip
Introduce _changelog_trimtime and obsolete _instchangelog
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros.in b/macros.in
index 5d13845b3..c187f62d9 100644
--- a/macros.in
+++ b/macros.in
@@ -194,9 +194,9 @@ package or when debugging this package.\
# The path to the gzip executable (legacy, use %{__gzip} instead).
%_gzipbin %{__gzip}
-# The number of changelog entries kept when installing (legacy, unused in
-# rpm-4.0.1 and later).
-%_instchangelog 5
+# The Unix time of the latest kept changelog entry in binary packages.
+# Any older entry is not packaged in binary packages.
+%_changelog_trimtime 0
# The directory where newly built binary packages will be written.
%_rpmdir %{_topdir}/RPMS