Bug 1164435 - nit: ppp installs the logrotate data file with executable bit set
Summary: nit: ppp installs the logrotate data file with executable bit set
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: ppp
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michal Sekletar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-15 10:43 UTC by Wolfgang Rupprecht
Modified: 2014-12-06 10:34 UTC (History)
3 users (show)

Fixed In Version: ppp-2.4.7-5.fc21
Clone Of:
Environment:
Last Closed: 2014-12-06 10:34:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Wolfgang Rupprecht 2014-11-15 10:43:04 UTC
Description of problem:
just a nit, but it should be fixed.

/etc/logrotate.d/ppp is installed 755.  It should be 644.

Version-Release number of selected component (if applicable):

ppp.x86_64                                  2.4.7-4.fc21                                  installed

How reproducible:
always

Steps to Reproduce:
1. ls -l /etc/logrotate.d/ppp
2. notice the file has the executable bits set.  It is not an executable.
3.

Actual results:
-rwxr-xr-x. 1 root root 136 Sep  2 01:55 /etc/logrotate.d/ppp

Expected results:
-rw-r--r--. 1 root root 136 Sep  2 01:55 /etc/logrotate.d/ppp

Additional info:
'install -m 644 filename' is correct way to install data files.

Comment 1 Fedora Update System 2014-11-19 11:22:31 UTC
ppp-2.4.7-5.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/ppp-2.4.7-5.fc21

Comment 2 Fedora Update System 2014-11-20 09:06:14 UTC
Package ppp-2.4.7-5.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing ppp-2.4.7-5.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-15428/ppp-2.4.7-5.fc21
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2014-12-06 10:34:59 UTC
ppp-2.4.7-5.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.