]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- conflicts in proper package
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 5 Feb 2012 11:16:02 +0000 (11:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed user in logrotate config

Changed files:
    mythbackend.logrotate -> 1.5
    mythtv.spec -> 1.114

mythbackend.logrotate
mythtv.spec

index 5cc40bf58a114bcd88f8e8432eb499b165786f0b..d665729baafa42dbf4c5e8dd156b6c32da5cdd46 100644 (file)
@@ -1,5 +1,5 @@
 /var/log/mythtv/mythbackend.log {
-       su mythtv mythtv
+       su root mythtv
        notifempty
        missingok
        sharedscripts
index 19ded0620a517d411df7dca29b6f598ae152d257..fab68e1a31aae636c5a577c504dfead97fd18949 100644 (file)
@@ -126,7 +126,6 @@ BuildRequires:      xorg-lib-libXxf86vm-devel
 %{!?with_nvidia_headers:BuildConflicts:        xorg-driver-video-nvidia-devel}
 # for Perl bindings
 BuildRequires: perl-ExtUtils-MakeMaker
-Conflicts:     logrotate < 3.8.0
 ExclusiveArch: %{ix86} %{x8664} ppc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -178,6 +177,7 @@ Requires:   mythtv = %{version}-%{release}
 Suggests:      mysql
 Provides:      group(mythtv)
 Provides:      user(mythtv)
+Conflicts:     logrotate < 3.8.0
 
 %description backend
 MythTV provides a unified graphical interface for recording and
This page took 0.031997 seconds and 4 git commands to generate.