Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 585580 Details for
Bug 823156
Reintroduce ddate into Fedora
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to build ddate into separate package
util-linux.spec.patch (text/plain), 1.71 KB, created by
Jonas Wielicki
on 2012-05-19 14:21:04 UTC
(
hide
)
Description:
Patch to build ddate into separate package
Filename:
MIME Type:
Creator:
Jonas Wielicki
Created:
2012-05-19 14:21:04 UTC
Size:
1.71 KB
patch
obsolete
>diff --git a/util-linux.spec b/util-linux.spec >index 38d6bca..522651b 100644 >--- a/util-linux.spec >+++ b/util-linux.spec >@@ -2,7 +2,7 @@ > Summary: A collection of basic system utilities > Name: util-linux > Version: 2.21.1 >-Release: 1%{?dist} >+Release: 2%{?dist} > License: GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ and BSD with advertising and Public Domain > Group: System Environment/Base > URL: http://kernel.org/~kzak/util-linux/ >@@ -182,6 +182,14 @@ The uuidd package contains a userspace daemon (uuidd) which guarantees > uniqueness of time-based UUID generation even at very high rates on > SMP systems. > >+%package -n ddate >+Summary: Discordian equivalent of the well-known date >+Group: System Environment/Base >+License: GPLv2 >+ >+%description -n ddate >+ddate is a command line tool which allows to convert Gregorian dates to >+discordian dates and print the current date, like date. > > %prep > %setup -q -a 11 -n %{name}-%{upstream_version} >@@ -208,6 +216,7 @@ export SUID_LDFLAGS="-pie" > --enable-write \ > --enable-raw \ > --enable-new-mount \ >+ --enable-ddate \ > --with-udev \ > --with-selinux \ > --with-audit \ >@@ -359,6 +368,7 @@ ln -s /proc/mounts %{buildroot}/etc/mtab > > # remove static libs > rm -f $RPM_BUILD_ROOT%{_libdir}/lib{uuid,blkid,mount}.a >+rm $RPM_BUILD_ROOT%{_mandir}/ru/man1/ddate.1* > > # find MO files > %find_lang %name >@@ -705,8 +715,16 @@ fi > %{_mandir}/man3/uuid_unparse.3* > %{_libdir}/pkgconfig/uuid.pc > >+%files -n ddate >+%defattr(-,root,root) >+%doc COPYING >+%{_bindir}/ddate >+%{_mandir}/man1/ddate.1* > > %changelog >+* Sat May 19 2012 Jonas Wielicki <j.wielicki@sotecware.net> 2.21.1-2 >+- build ddate into separate package >+ > * Fri Mar 30 2012 Karel Zak <kzak@redhat.com> 2.21.1-1 > - upgrade to bugfix release 2.21.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 823156
:
585580
|
585581