Bug 2364880 - rlog -l doesn't filter by user
Summary: rlog -l doesn't filter by user
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: rcs
Version: epel9
Hardware: All
OS: All
unspecified
medium
Target Milestone: ---
Assignee: Matej Mužila
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-05-07 17:41 UTC by Mark Tinberg
Modified: 2025-05-07 17:41 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNU Savannah 67093 0 None None None 2025-05-07 17:41:55 UTC
Red Hat Bugzilla 1696716 0 unspecified CLOSED rlog -l doesn't filter by user 2025-05-07 17:41:55 UTC

Description Mark Tinberg 2025-05-07 17:41:56 UTC
A bug in RCS causes filtering locked files by username to not work, this was patched by Redhat in RHEL7 [1] but not filtered upstream to Fedora or GNU [2].  I mirrored the Fedora package [3] in my organization local Gitlab, added this patch to the epel9 branch and bumped the Epoch and Release numbers so my in-house build will override the Fedora EPEL one, and the patch applied cleanly and fixed the problem.  It's a pretty small and straightforward patch, so whether it gets applied upstream or local to Fedora probably depends on the availability of maintainers and willingness to bump the minor version in EPEL if upstream is responsive and cuts a v5.10.2.


# incorrect behavior, showing locked files by both mtinberg and bbadger
[mtinberg@rhel9 rcs-test]$ rcs log -L -R -lmtinberg *,v
test-locked-bbadger-author-bbadger,v
test-locked-bbadger-author-mtinberg,v
test-locked-mtinberg-author-bbadger,v
test-locked-mtinberg-author-mtinberg,v

# upgrade to local build
  Upgrading        : rcs-1:5.10.1-4.el9.x86_64                                                                             1/2 
  Cleanup          : rcs-5.10.1-3.el9.x86_64  

# correct behavior, only showing files locked by mtinberg
 
[mtinberg@rhel9 rcs-test]$ rcs log -L -R -lmtinberg *,v
test-locked-mtinberg-author-bbadger,v
test-locked-mtinberg-author-mtinberg,v

- [1] https://bugzilla.redhat.com/show_bug.cgi?id=1696716
- [2] https://savannah.gnu.org/bugs/index.php?67093
- [3] https://src.fedoraproject.org/rpms/rcs.git


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