#5 Minor conditional tweaks for ELN
Merged 3 years ago by kzak. Opened 3 years ago by tdawson.
rpms/ tdawson/util-linux master  into  master

file modified
-6
@@ -12,14 +12,8 @@ 

  

  %define compldir %{_datadir}/bash-completion/completions/

  

- %if 0%{?fedora} >= 23

  %define pypkg python3

  %define pyver 3

- %else

- %define pypkg python

- %define pyver 2

- %endif

- 

  

  ### Dependencies

  BuildRequires: audit-libs-devel >= 1.0.6

Signed-off-by: Troy Dawson tdawson@redhat.com

I haven't heard anything back. Test builds show that this builds fine in Rawhide. And all this is doing is cleaning out old cruft that is causing builds to fail in ELN builds.

For ELN this is time sensitive. If I don't hear anything (good or bad) within a week I'll get a proven packager to merge this.

Ah, sorry for the delay (the email has ended in wrong folder...). I'm going to merge it now.

Pull-Request has been merged by kzak

3 years ago