]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
- updated to 3.7, patches temporary commented out (part of them are already merged...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 26 Dec 2003 18:53:37 +0000 (18:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    logrotate.spec -> 1.56

logrotate.spec

index 6710b76cefdab04312679327a4e01f072b7d013f..cb810b3d4785fede5ee647010be53682163dcf01 100644 (file)
@@ -8,13 +8,12 @@ Summary(ru):  
 Summary(tr):   Sistem günlüklerini yönlendirir, sýkýþtýrýr ve mektup olarak yollar
 Summary(uk):   òÏÔÕ¤, ËÏÍÐÒÅÓÕ¤, ×ÉÄÁÌѤ ÔÁ ×¦ÄÐÒÁ×ÌѤ ÐÏÛÔÏÀ ÌÏÇ-ÆÁÊÌÉ
 Name:          logrotate
-Version:       3.6.10
-Release:       3
+Version:       3.7
+Release:       1
 License:       GPL
 Group:         Applications/System
-# ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/logrotate*.src.rpm
 Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: 7a95d7464faea703fa10d6db7a468ddb
+# Source0-md5: f42373b94c31774694c521c2b9be3d89
 Source1:       %{name}.conf
 Patch0:                %{name}-man.patch
 # Patches from ftp://ftp.suse.com/pub/people/ro/logrotate
@@ -22,6 +21,7 @@ Patch1:               %{name}-moveout.dif
 Patch2:                %{name}-dateext.dif
 Patch3:                %{name}-maxage.dif
 BuildRequires: popt-devel >= 1.3
+BuildRequires: libselinux-devel
 Requires:      /bin/mail
 Requires:      crondaemon
 Requires(post):        fileutils
@@ -96,13 +96,14 @@ Logrotate 
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
-%patch2 -p0
-%patch3 -p0
+#%patch1 -p0
+#%patch2 -p0
+#%patch3 -p0
 
 %build
 %{__make} \
        CC=%{__cc} RPM_OPT_FLAGS="%{rpmcflags}" \
+       WITH_SELINUX=yes \
        STATEFILE="%{statdir}/logrotate.status"
 
 %install
This page took 0.104274 seconds and 4 git commands to generate.