From 8ddda0afd055daa91adf85357135cc0bab1c220deed67aa4980460e61058db31 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 12 Dec 2011 11:02:26 +0000 Subject: [PATCH] - readd brp-compress OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=162 --- rpm-python.spec | 1 + rpm-suse_macros | 5 ++++- rpm.changes | 5 +++++ rpm.spec | 1 + 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/rpm-python.spec b/rpm-python.spec index 961cad7..26cee30 100644 --- a/rpm-python.spec +++ b/rpm-python.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: rpm-python BuildRequires: file-devel BuildRequires: libacl-devel diff --git a/rpm-suse_macros b/rpm-suse_macros index 24cfe2d..6db533a 100644 --- a/rpm-suse_macros +++ b/rpm-suse_macros @@ -19,7 +19,10 @@ %install_info_prereq info # this script calls all scripts in /usr/lib/rpm/brp-suse.d -%__os_install_post /usr/lib/rpm/brp-suse +%__os_install_post \ + /usr/lib/rpm/brp-compress \ + /usr/lib/rpm/brp-suse \ +%{nil} # macro: %restart_on_update() # Used to restart a service in postun section, if we are diff --git a/rpm.changes b/rpm.changes index 7325b55..8275a6e 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 12 11:02:10 UTC 2011 - coolo@suse.com + +- readd brp-compress + ------------------------------------------------------------------- Fri Dec 9 13:55:31 UTC 2011 - coolo@suse.com diff --git a/rpm.spec b/rpm.spec index 0d70bf3..70956c9 100644 --- a/rpm.spec +++ b/rpm.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: rpm BuildRequires: file-devel BuildRequires: libacl-devel