]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- merged rpm/macros fix from DEVEL, release .14 auto/ac/rpm-4_3-0_20040107_14
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 Mar 2004 14:10:26 +0000 (14:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.535

rpm.spec

index 16a6ab75dd8ae1a5f7ee22569a3557dc25bd9c9e..8d417f481a9d5f7f058a524ac80f63efcfe74964 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -28,7 +28,7 @@ Summary(uk):  
 Name:          rpm
 %define        ver     4.3
 Version:       %{ver}
-Release:       0.%{snap}.13
+Release:       0.%{snap}.14
 License:       GPL
 Group:         Base
 #Source0:      ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.2.x/%{name}-%{version}.%{snap}.tar.gz
@@ -705,8 +705,8 @@ cat > $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros <<EOF
 #
 # remove or replace with file_contexts path if you want to use custom
 # SELinux file contexts policy instead of one stored in packages payload
-%_install_file_context_path    %{nil}
-%_verify_file_context_path     %{nil}
+%%_install_file_context_path   %%{nil}
+%%_verify_file_context_path    %%{nil}
 EOF
 
 cat > $RPM_BUILD_ROOT%{_sysconfdir}/rpm/noautoprovfiles <<EOF
This page took 0.075002 seconds and 4 git commands to generate.