Changeset 1028 for spec/trunk/SPECS


Ignore:
Timestamp:
Feb 24, 2017, 12:12:57 AM (9 years ago)
Author:
dmik
Message:

spec: rpm: Release version 4.13.0-12.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/rpm.spec

    r1023 r1028  
     1# Note: http://pkgs.fedoraproject.org/cgit/rpms/rpm.git/tree/rpm.spec?id=cef3bf822054a87f8f8ae53a31f4af9b3d88359b
     2
    13# build against xz?
    24%bcond_without xz
     
    2022Name: rpm
    2123Version: %{rpmver}
    22 Release: 11%{?dist}
     24Release: 12%{?dist}
    2325Group: System Environment/Base
    2426Url: http://www.rpm.org/
     
    4244Requires: cube
    4345Requires: sed
    44 
    45 # We need a fork-friendly PR_LoadLibrary on OS/2
    46 Requires: nspr >= 4.12.0-2
    4746
    4847Provides: rpm-macros-warpin
     
    9190Requires: rpm = %{version}-%{release}
    9291
     92# We need a fork-friendly PR_LoadLibrary on OS/2
     93Requires: nspr >= 4.12.0-2
     94
    9395%description libs
    9496This package contains the RPM shared libraries.
     
    399401
    400402%changelog
     403* Fri Feb 24 2017 Dmitriy Kuminov <coding@dmik.org> - 4.13.0-12
     404- Fix install/uninstall scriptlet execution (regression of previous release).
     405- Make brp-compress support OS/2 (enables compression of man files).
     406
    401407* Thu Feb 23 2017 Dmitriy Kuminov <coding@dmik.org> - 4.13.0-11
    402408- Use scm_source and friends.
Note: See TracChangeset for help on using the changeset viewer.